Wiki
Show
Ignore:
Timestamp:
03/14/10 06:45:43 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Arrays and lists can now be compared with == and <>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Boxes.cobra

    r2307 r2316  
    537537            r = true 
    538538        if not r and ('dynamic' in .name or 'dynamic' in t.name)  # TODO: hacky 
     539            r = true 
     540        if not r and t inherits ArrayType and (t to ArrayType).isEquatableTo(this)  # TODO: hacky 
    539541            r = true 
    540542        return r