Changeset 22495 for t

Show
Ignore:
Timestamp:
10/03/08 00:58:38 (2 months ago)
Author:
pmichaud
Message:

[t/spec] Add a note about Junction.values to TASKS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/TASKS

    r22368 r22495  
    101101 what we *really* should have is a sub that tests for junction identity. 
    102102 That could be an intersting piece of code to write. --moritz 
     103  
     104 However, based on discussions at the OSCON 2008 hackathon, there's reason 
     105 to believe that .values won't be a method on Junction (or rather, that 
     106 .values autothreads overs the members of the Junction set like any other 
     107 method).  --pmichaud