



There is a problem with the code generation of
Inform 6.30: when individual properties are read (successfully), there is
a futile attempt to look up the property index in the common property
table. This doesn't cause problems on frotz or nitfol, but does generate a
warning in Zoom when "display warnings" is checked. Line 230 is: but should be:
About Patches
Issue C63016 [previous patch]
Bad code generation in veneer.c
Submitted by: Nick Montfort
Appeared in: Compiler 6.30 or before
Fixed in: Compiler 6.31
Problem
Solution (by Dan Shiovitz
if (obj.#identifier > 2) RT__Err(\"read\", obj, identifier, 2);\
if (obj..#identifier > 2) RT__Err(\"read\", obj, identifier, 2);\
Last updated 2 May 2008. The librarian in charge of this page is Roger Firth. Please email any comments, suggestions or corrections to roger@firthworks.com.