1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/notes/release/pending.md
Graham Nelson 6cb2c3f6f5 Logging
2022-08-29 01:01:51 +01:00

3.2 KiB

Pending

These will be added to release notes when the release is made.

Bug fixes

  • Inbuild no longer attempts to incrementally rebuild kits in the internal nest, which avoids sandboxing issues in the Linux Inform app: instead it trusts that whatever is in the internal nest has already been properly build

  • Fix for Jira bug I7-2190 "Internal error on a too large table of rankings" (commit 59a9f23)

  • Fix for Jira bug I7-2185 "Valued property with negative certainty causes internal error" (commit 2173d4b)

  • Fix for Jira bug I7-2192 "'Use memory economy' causes Inform 6 error" (commit 52baf6c)

  • Fix for Jira bug I7-2193 "Internal error when using the call() syntax in an Inform 6 inclusion" (commit c9e740b)

  • Fix for Jira bug I7-2184 "A malformed file in the Examples directory makes indoc segfault" (commit fa1c1d3)

  • Fix for Jira bug I7-2194 "An issue with kind checking for constant lists with more than one entry" (commit ed22438)

  • Fix for Jira bug I7-2189 "Internal error when understanding something complicated as a numerical value" (commit 3c1a607)

  • Fix for Jira bug I7-2196 "With multiple understand lines for numbers, times or truth states, only one of them works" (commit 193cdb2)

  • Fix for Jira bug I7-2169 "Understand phrase not working with text that contains a number" (commit 4390bc3). This hangs on whether a slash / should divide words in Understand... grammar when it occurs next to digits. I decided that it should, but this is technically a change in Inform's semantics. To mitigate that, the new problem message PM_SlashCutsDigits is generated if the result would cut off a word entirely consisting of digits, as in Understand "x4/5" as ....

  • Fix for Jira bug I7-2102 "I6 that inform6 compiles but inform7 reports errors for" (commit f9b55a9) - though this bug report was really a catalogue of notes which needed to go into the documentation sooner or later, and now they have done.