Changeset 13957 for ChangeLog

Show
Ignore:
Timestamp:
10/06/06 06:19:45 (2 years ago)
Author:
putter
Message:

Test - removed eval_ok and eval_is.
Unlike eval(), they were not sharing lexical and package context, causing confusion and bogus tests. Macro implementation immaturity currently prevents this from being fixed.
Tests depending upon the old behavior should use local helper functions instead. This will avoid everyone using one lexical environment in package Test.
Error report quality is reduced, but can recover when eval() starts returning "undef but informative".
TreyHarris?++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r13640 r13957  
    88###################################################### 
    99 
    10 = Changes for 6.2.13 (rXXXXX) - September XX, 2006 
     10= Changes for 6.2.13 (rXXXXX) - October XX, 2006 
    1111 
    1212# Agent Zhang has reviewed r12962 ~ r13261 
     
    4040* [ext/Set-Relation/] - Renamed from ext/Relation/ . 
    4141** Started to rewrite with separate [Set::Tuple, Set::Relation] classes. 
     42* [ext/Test/] - Removed eval_ok and eval_is which were confusing people. 
    4243 
    4344== Perl 6 on Perl 5 (under [misc/pX/Common/])