Skip to content

Version 3.32-21 (2024-04-19)

Compare
Choose a tag to compare
@codemanyak codemanyak released this 19 Apr 08:25
· 20 commits to master since this release
16bb227

Bugfixes

  • #1157 EOF handling on code import improved (comment preserved);
  • #1159 Java import
    1. import of labelled break instructions hadn't always worked,
    2. class comment attachment ensured,
    3. import of non-trivial switch instructions had significant flaws;
  • #1160 Drawing of rotated elements (in CASE structures) mended;
  • #1161 More consistent reachability check in Analyser ensured;
  • #1162 Analyser markers will turn white on red or blue elements;
  • #1163 C99 import of non-trivial switch instructions improved (in analogy to #1159.3);
  • #1164 ANSI-C99 grammar had rejected certain expressions in case clauses.