We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
##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