Skip to content

Conflicts with Existing Packages

djuber edited this page Jun 9, 2012 · 2 revisions

##asVector

DhbVector implements asVector (in Collection)

Moose Algorithms implements asVector (in SequenceableCollection).

Loading SciSmalltalk then Moose causes many tests to fail. Recommend changing asVector to asDhbVector to alleviate this.

##removeAtIndex DhbExtensions defines OrderedCollection>>removeAtIndex:

Glamour includes CollectionsExtensions which also defines this method (but in a different protocol).

Loading Glamour after SciSmalltalk causes removeAtIndex to be removed from DhbExtension package, which will cause problems in a fresh load.

Clone this wiki locally