Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 850
    • Issues 850
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 234
    • Merge requests 234
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Merge requests
  • !7655

pio reader fixes and changes (paraview/release)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Boonthanome Nouanesengsy requested to merge boonth/vtk:pio_reader_string_fix_pv_release into paraview/release Feb 19, 2021
  • Overview 3
  • Commits 1
  • Pipelines 3
  • Changes 3

Fixed a bug where sometimes a variable was determined to be a string when it was actually numerical data.

Modified parsing of the .pio file. Comments can now be delimited with '!' as well as '#'. Comments can be placed in the middle of a line, and possibly on the same line as a command. Spaces are allowed at the beginning of a line, as well as multiple spaces are allowed between arguments.

Changed error messages to be clearer about what is wrong.

This is the same set of changes as !7644 (merged), except this MR is targeted toward the paraview/release branch.

@patchett2002 @pkf @cory.quammen

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pio_reader_string_fix_pv_release