-
Reported by : dfremont
Description :
While cyclic assemblies of objects are rejected with a Problem message, those involving values are allowed (at least in some cases). In the example below, the firs…
-
Reported by : alex
Description :
Does (or rather, fails to do) what it says on the tin. Although the proper wording for creating unnamed objects is documented when trying to compile "A red tile is in …
-
Reported by : FictitiousFrode
Description :
When substituting a rule with a new rule, the new rule will be executed twice: Once for the substitution and once for the definition of the new rule.
This …
-
Reported by : turthalion
Description :
Given the following code snippet:
Object -> plain_bag "plain shopping bag"
with name 'plain' 'shopping' 'bag',
description "A plain shopping bag that can hol…
-
Reported by : mattweiner
Description :
Section 19.11 of Writing with Inform says:
"When a rulebook is followed, what happens is that each of its rules is followed in turn until one of them ends in su…
-
Reported by : dfremont
Description :
The timed events rule doesn't take into account that 'the_time' wraps around at 1440, so if turns take more than 1 minute the rule can fail to detect events occurr…
-
Reported by : otistdog
Description :
The compiler accepts a statement of form:
Understand "" as when .
While the I6 code looks like a faithful attempt to implement the requested condition, this m…
-
Reported by : Natrium729
Description :
Two responses in Locksmith are impossible to modify. These are:
the must have accessible the noun rule response (A)
the must have accessible the second noun r…
-
Reported by : interfect
Description :
When I do File -> Open or press the open existing project button on the splash screen, I get a file chooser dialog.
However, I can't actually go inside any folde…
-
Reported by : mattweiner
Description :
When the rules for printing the name of a thing call a text substitution, and the name of the thing is printed with an indirect article, the text substitution is…