Build Notes (1116) - 25 Aug 2022
Comments
- Fixed java comment collection for enum types
Python API
- Fix hang on arch.depends()
- Fix hang on ent.depends()
Language - C#
- Fixed inconsistent handling of ternary, null coalescing, and null conditional operators in complexity calculations. The '??', '?.', and '?[' operators now add to complexity to agree with handling of '??=' and the ternary '?:' operator.
Known Issues
- Can't use ent->draw() with the Perl API
- Und CodeCheck will not recognize config unless full file path is specified on Windows
- Strict Analysis doesn't start when using RHEL/Rocky 8.6
- Incorrect control flow graph when simplify macro expansion is enabled
- Understand freezes when opening a project with 100+ editor windows
- Collapsed code no longer accessible when modifying first line of a collapsed block