Skip to content

Inform 6.44

Latest

Choose a tag to compare

@DavidKinder DavidKinder released this 11 Sep 10:45
· 204 commits to master since this release

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_GLOBALS turned 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_GLOBALS enabled.

  • The optimization logic could read outside allocated memory if it encountered an undefined label.