forked from DanielT/a2ltool
-
Notifications
You must be signed in to change notification settings - Fork 0
Advance 2.5.0 #4
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Passing commandline parameters to the core as an argument instead of directly reading from std::env::args allows unit tests to provide fake values. Now most of the features of the program can be tested automatically.
If limits are calculated for f64 data that uses a RAT_FUNC compu method, then the ration function will be applied to the input values f64::MIN and f64::MAX. In this situation it is essential to divide first and then multiply. Even then the result can be +/-INF, so a safety check has been added.
The new option '--pdbfile' can be used instead of '--elffile' in order to read address and data type information from a PDB file. This supports the "virtual ECU" use case, where some parts of a microcontroller application are built on Windows and run inside a simulation environment.
1) test input (fixtures) should be located under fixtures/, while tests/ should be used for test code 2) The source code of the debugdata_* files was added. 3) Added a readme giving brief descriptions of the test binaries, and how they were built.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.