[7.7] Cannot load overrides when parcel is source-less

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[7.7] Cannot load overrides when parcel is source-less

Boris Popov, DeepCove Labs (SNN)

Unhandled exception: this collection is empty

 

Broken,

 

sameAsImThing: aMethod

 ^self classNameWithMeta = aMethod classNameWithMeta

     and: [self selector = aMethod selector

     and: [self sources any = aMethod sources any]]

 

Working,

 

sameAsImThing: aMethod

 ^self classNameWithMeta = aMethod classNameWithMeta

     and: [self selector = aMethod selector

     and: [(self sources anyIfNone: [nil]) = (aMethod sources anyIfNone: [nil])]]

 

Regards,

 

-Boris

 

--

DeepCove Labs Ltd.

+1 (604) 689-0322

4th floor, 595 Howe Street

Vancouver, British Columbia

Canada V6C 2T5

http://tinyurl.com/r7uw4

 

PacNet Services (Europe) Ltd.

+353 (0)61 714-360

Shannon Airport House, SFZ

County Clare, Ireland

http://tinyurl.com/y952amr

 

CONFIDENTIALITY NOTICE

 

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

 

Thank you.

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc