Changeset 4517 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
10/18/08 17:56:42 (3 months ago)
Author:
pmoura
Message:

Improved reporting of line numbers for syntax errors when using YAP or SWI-Prolog as the back-end compilers.

Added entity property lines(Start, End) for entities compiled and loaded from source files. This property is only available when using SWI-Prolog or YAP as the back-end compilers.

Added a customized version of the read_term/2 predicate to all config files that returns the line where a term starts for back-end Prolog compilers whose implementation of the read_term/2 predicate supports this information.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r4511 r4517  
    214214 
    215215Logtalk version 2.33.2 changes representation of entity properties therefore  
    216 implying recompilation of all source files. 
     216implying recompilation of all source files. Moreover, all config files are  
     217updated with a customized version of the read_term/3 predicate for returning 
     218the source file line number where a term starts. Older config files are  
     219incompatible with this new Logtalk version.