Skip to content

Conflicts with Existing Packages

Serge Stinckwich edited this page Jun 26, 2018 · 1 revision

##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.

This problem should be solved as the renaming was done in version 0.9 of ConfigurationOfSciSmalltalk.

##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.

this problem should be solved in Math-DHB-Numerical-WernerKassens.26