-
Couldn't load subscription status.
- Fork 25
V1.5.7 #2051
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
Conversation
… by reference (#1994)
* WI #2012 Create a diagnostic on MOVE from PIC X to a numeric with an usage * WI #2012 Change diagnostic message and add test * WI #2012 Correct tests failed because of new diagnostic * WI #2012 Shorten diagnostic message and remove cast to use StorageAreaKind * WI#2012 Use else if because StorageAreaKind are exclusive
* WI #2022 Introduce IMultiBranchContext.cs interface * WI #2022 Adding a comment * WI #2022 Handling SubContexts * WI #2022 Handle redirection on PERFORM AFTER branch * WI #2022 Change Review * WI #2022 Change review * WI #2022 replace builder by cfg argument * WI #2022 Move GetTerminalSuccessorEdges into CFG class Co-authored-by: fm-117 <milletfl@e-i.com>
* WI #2037 Check CE diag count in DEBUG * WI #2037 Apply end misalignment diagnostic on Node instead of CE * WI #2037 Refactor formalized comments checks * WI #2037 Check no using on TC procedures * WI #2037 Move debugging mode check into CE phase instead of Node phase * WI #2037 Create diagnostic on node instead of CE for duplicate signature check * WI #2037 Fix indent
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.
=> Are more bug fix than Internal code representation changes WI CFG Detect unreachable Code #2016 Implement unreachable code detection (WI #2016 Implement unreachable code detection #2023) |
|
Changelog is changed |
V1.5.7
This release
1.5.7is mainly for bugs fix and miscellaneous evolutions.Changelog
New options
LSP evolutions
CFG/DFA evolutions
Code profiling
Internal code representation changes
Errors checking & diagnostics reporting
Bugs fix