Changeset 4271 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
05/23/08 15:12:42 (6 months ago)
Author:
pmoura
Message:

Fixed a Logtalk runtime bug when using the :/1 control construct to call a predicate defined in a category extended by a category that is imported by the object making the call. Reverted the changes that allowed the use of the :/1 control construct within categories that extend other categories.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r4233 r4271  
    193193encoding/1). Older config files are incompatible with this new Logtalk  
    194194version. 
     195 
     196Logtalk version 2.31.6 changes representation of loaded categories in order  
     197to correct a bug in the use of the :/1 control construct, therefore implying  
     198recompilation of all categories.