Skip to content

Version 3.32-14 (2023-11-08)

Compare
Choose a tag to compare
@codemanyak codemanyak released this 08 Nov 14:58
· 98 commits to master since this release
537df01

Bugfixes

  • Error messages for string comparison conversion in Executor now show more precise context.
  • #1108: C import may fail in case of nested comments.
  • #1109: Code generation for throw (rethrow) was defective (several languages).
  • #1110: Math.* function call conversion failed on Java/Processing import.
  • #1112: Analyser no longer complains about missing initialisation and missing components on java.lang. and java.util. method calls