Build Notes (1148) - 17 Aug 2023

Graphs

  • Add graphs building and layout to global progress bar.
  • Make graph progress bar a little more obvious.

Compare

  • Fix und export changes not recognizing some columns.

Language - Pascal / Delphi

  • Added new kinds 'Typed GenericArgument' and 'Use GenericArgument' for references to types as arguments in generic instantiations. The 'Typed' form is used when the reference is part of the type definition for a variable, parameter, or method and the 'Use' form is used for all other contexts. 
  • Added 'Typed Implicit' kind for implicit typing of 'Result' variables.

Language - Python

  • Fixed parser crash on some imports with missing files.



Known Issues

  • Potential hang when reopening a project with a directory dependency graph open --Workaround: run “und purge C:\my_project\my_project.und”
  • Entity filter list may be blank on Windows 
  • License manager occasionally displays a threading warning 
  • Incorrect control flow graph when simplify macro expansion is enabled 
  • Collapsed code no longer accessible when modifying first line of a collapsed block