May 15, 2015
6:59 a.m.
Indeed. I would love somebody to work on a new generation example finder as mentioned in PharoTopics :) Stef Le 14/5/15 18:20, Sean P. DeNigris a écrit :
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.