Inform - Support - Patches

About Patches  

Compiler  
Library  

DM4 Errata  

Issue L61110     [previous patch]

Inference message inconsistency
Submitted by: Cedric Knight     Appeared in: Library 6/11 or before     Fixed in: -
Problem

In a pile of several indistinguishable objects, taking them from the floor does not generate an (inference) message, but it does when the final one is taken. (See also Suggestion 48)

Solution

Adjudicate( ) should be reordered so that the SingleBestGuess( ) escape comes after sorting into groups, and after the line:

  if (n == 1) dont_infer = true;


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.