Changeset 4273
- Timestamp:
- 05/24/08 04:17:06 (6 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
compiler/logtalk.pl (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4271 r4273 5472 5472 ( '$lgt_pp_extended_protocol_'(Entity, _, _, _) 5473 5473 ; '$lgt_pp_implemented_protocol_'(Entity, _, _, _) 5474 ; '$lgt_pp_extended_category_'(Entity, _, _, _, _) 5474 5475 ; '$lgt_pp_imported_category_'(Entity, _, _, _, _) 5475 5476 ; '$lgt_pp_extended_object_'(Entity, _, _, _, _, _, _, _, _, _) … … 6939 6940 ; Pred = Alias, 6940 6941 '$lgt_pp_object_'(_, _, Dcl, _, _, IDcl, _, _, _, _, _), 6941 ( ('$lgt_pp_instantiated_class_'(_, _, _, _, _, _, _, _, _, _); '$lgt_pp_specialized_class_'(_, _, _, _, _, _, _, _, _, _)) -> 6942 TPred = '$lgt_call_ctg_pred'(IDcl, Pred, Sender, This, Self) 6943 ; TPred = '$lgt_call_ctg_pred'(Dcl, Pred, Sender, This, Self) 6942 ( \+ '$lgt_pp_instantiated_class_'(_, _, _, _, _, _, _, _, _, _), 6943 \+ '$lgt_pp_specialized_class_'(_, _, _, _, _, _, _, _, _, _) -> 6944 TPred = '$lgt_call_ctg_pred'(Dcl, Pred, Sender, This, Self) 6945 ; TPred = '$lgt_call_ctg_pred'(IDcl, Pred, Sender, This, Self) 6944 6946 ) 6945 6947 ). -
trunk/RELEASE_NOTES.txt
r4271 r4273 11 11 12 12 13 2.31.6 - May ??, 200813 2.31.6 - May 26, 2008 14 14 15 15 Fixed a Logtalk runtime bug when using the :/1 control construct to 16 16 call a predicate defined in a category extended by a category that 17 17 is imported by the object making the call. 18 19 Fixed a Logtalk compiler bug when compiling an alias/3 predicate 20 directive within a category that extends other categories. 18 21 19 22 Fixed a Logtalk compiler bug when compiling a class that imports a
