Pierre Chanson wrote
> I had a bug...

Issue 15540: Finder Should Accept Run-Time Arrays
https://pharo.fogbugz.com/default.asp?15540

I traced the problem to Finder>>findSelector:, which uses #parseLiterals,
but:

'{1. 2}' parseLiterals. "#(#'{' 1 #'.' 2 #'}')"
'#(1 2)' parseLiterals. "#(#(1 2))"




-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Wait-two-seconds-tp4825675p4826367.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to