On Sat, Jan 23, 2010 at 4:47 PM, Stan Shepherd <[email protected]>wrote:
> > Hi Mariano, great job of the release. > > Thanks! > I've hit this one bug- pool dictionary spelling is checking a collection > where it expects a string. > > Here's an alternative. > > RBPoolDictionaryNamesSpellingRule>>checkClass: aContext > (aContext selectedClass isTrait or: [ aContext selectedClass isMeta > ]) > ifTrue: [ ^ self ]. > aContext selectedClass poolDictionaryNames do: > [:poolName | > > (self check: poolName) do: [ :each | > result > addSearchString: each; > addClass: aContext selectedClass ]] > > Otherwise refactoring etc all seem good. I get the same test results as > other Linux testers. > > Lukas, do you know if this a bug ? > ...Stan > > > -- > View this message in context: > http://n2.nabble.com/BetaTesting-ANN-Pharo1-0-10507-rc2dev10-01-2-tp4440307p4445732.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
