Am 2012-05-07 um 22:18 schrieb Clara Allende:
Hi folks, when trying to open Tags section on ss3 page I get this: MessageNotUnderstood 2010: No method was found for the selector <#'>='> when sent to <aSSTag(children)> with arguments contained in <anArray( aSSTag(algorithm))>.
Your request could not be completed. An exception occurred. The system administrator has been informed of this error.
What does this mean?
We know of this error, it is fixed in the code and will go away once a new version is deployed at ss3. Please be patient until then :) best -tobias PS: technical answer: The tags you can attach to a SqueakSource project should form a partial order. They hence implement #<= for sorting. However, GemStones comparison for sorting uses #>=, which was not implemented in SqueakSource, as it was not needed for Squeak/Pharo SqueakSource is being developed with. HTH