-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add --reproducible
option to prevent generation of any volatile metadata
#324
Milestone
Comments
Reversing the logic here in my fix to |
thirtytwobits
added a commit
that referenced
this issue
Mar 9, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 11, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 11, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 12, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 12, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 12, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 12, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 13, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
thirtytwobits
added a commit
that referenced
this issue
Mar 13, 2024
Things in this PR 1. fix issue #324 to add `--embed-auditing-info` and to remove, by default, all ephemeral meta data from the built-in templates. 2. fix issue #318 by adding `pascal` to the reserved word list for C 3. fixup copyrights to be dateless (in library) 4. general cleanup based on linter feedback as I encountered it. 5. modernized pytest dependencies 6. updated pydsdl dependency to use the latest 7. updated development environment detils (e.g. newer toxic container, improvements to coverage configuration and cSpell, switch to pylint, etc.) 8.various documentation improvements and cleanup
Without going through all those commits now - is the NNVG build output reproducible now? |
It should/will be. I haven't had time to do the pypi release though. Wanted to get some burn in on my end before pulling that trigger and closing these bugs. |
Thank you for the clarification 🙇 . |
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Jun 28, 2024
Support for --embed-auditing-info was added several changes ago. This last change completes OpenCyphal#324 for when this option is not provided.
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Jul 26, 2024
Support for --embed-auditing-info was added several changes ago. This last change completes OpenCyphal#324 for when this option is not provided. Progress on depfiles First step towards OpenCyphal#334 Progress: legacy mode isolated. Progress. Legacy should remain functional here. New APIs not working yet. Progress on integrating the new generator method with the CLI Legacy tests are green Buncha progress but blocked on pydsdl OpenCyphal#109 Progress on untangling support from pod All python tests green after ResourceType refactor stage 1 C++ stable. Progress on testing new modes Small refactor of environment object Most mypy warnings clear Getting docs fixed up Coverage up Changing to omit-deprecated Checkpoint for depfile support More Progress
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Making this because I saw the TODO in the C++ template, and I want to have a place to ask questions while I work on this.
for the c++ template would the hidden fields just be:
And all the static asserts would need their paths cleaned
The text was updated successfully, but these errors were encountered: