I have installed the package CollectionExtension to my Pharo3.0 image (i have the latest image) but there is a test that it stopped working.
There is a bug in Collection>>includesAllOf:
if i do "#(#1 #2) includesAllOf: #(#1 #1)" it returns false.
Do i have to install something else?
I know that in the latest image of moose this bug was fix.
Thanks!