On Fri, 15 Jan 2010, Schwab,Wilhelm K wrote: > A lot is happening, so I could be off here. In the 10496 web image, I noted > that there might be problems with the regex package. Now trying to build a > new image I hit a walkback over > > '*username*' asRegex
No wonder, this expression is invalid. If this is from some old code, then probably it's a result of half backed migration from #match:. If it's your code, then try '.*username.*' asRegex. Levente > > Any other takers? I am seeing this problem in both 10496 and the new RC1 on > the download page. > > Bill > > > _______________________________________________ > 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
