Inform 6.44 was released on 11th September 2025.
Features added
- Options specified on the command line now take precedence over options specified in the source code in
!%headers. Previously, the options specified in the source code took precedence.
Bugs fixed
-
A problem with dynamic memory reallocation used for buffers in the compiler, which could lead to spurious errors when compiling with Inform 6.43.
-
A case where the line number in a "no such constant" error message was wrong.
-
With
$ZCODE_COMPACT_GLOBALSturned on, references in functions to arrays before the array declaration were backpatched to an incorrect address. -
Output showing the Z-machine memory map gave an incorrect size for the global variables area with
$ZCODE_COMPACT_GLOBALSenabled. -
The optimization logic could read outside allocated memory if it encountered an undefined label.