Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[General] Information about Kratos version is missing in the output files #12465

Open
mnabideltares opened this issue Jun 14, 2024 · 0 comments

Comments

@mnabideltares
Copy link
Contributor

Description

The current output files generated by Kratos (GiD and VTK) are missing the version information. For better traceability and to ensure developers, as well as, users can easily identify which version of the software produced a particular output file, it is crucial that the version information is included.

Steps to Reproduce

  • Run the software to generate an output file.
  • Open the output file and check for version information.

Expected Behavior

The output files should contain version information indicating which version of the software produced the file.

Actual Behavior

The output files do not contain any version information.

Impact

  • Difficult to trace issues and bugs to specific software versions.
  • Users cannot verify which version of the software produced the output file.
  • Impedes proper documentation and tracking.

Proposed Solution

  • Include a section in the output file (preferly at the top) where the version information is clearly stated.
  • Ensure the version information is updated automatically with each new release of the software.

Additional Context

Including version information in output files is a standard practice that enhances the usability and maintainability of the software. It aids in debugging, user support, and historical record-keeping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant