-
Notifications
You must be signed in to change notification settings - Fork 2
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 changelog for next release #361
Conversation
t-b
commented
Dec 28, 2022
•
edited
Loading
edited
- Wait for Fix: INFO() for Aborts and RTEs #370
cd95916
to
76259e5
Compare
Documentation is deployed at https://docs-staging.byte-physics.de/igor-unit-testing-framework. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The following files have no version number:
procedures\unit-testing-tracing-analytics.ipf
procedures\unit-testing-tracing-auto.ipf
procedures\unit-testing-tracing-tracer.ipf
procedures\unit-testing-tracing.ipf
- The following files have the old copyright year:
License.txt
Do we want that the test files in |
I don't think so. What do you think? |
These test files are bound to a specific version of UTF. We can highlight this if we just add the header find . -type f -name '*.ipf' -not -path '*/\.*' -exec sed -i 's/#pragma version=1.09/#pragma version=1.10/' {} + |
0b205ee
to
cb77f7b
Compare
Okay. Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 1.08 remains:
Doxyfile
:PROJECT_NUMBER = 1.08
create-public-release.sh
:newVersion=1.08
cb77f7b
to
f8c5650
Compare
The previous commit added #pragma version directives to all proedure files. This broke the tracing tests which reference the exact line numbers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM