Stephan Eggermont wrote
I'm not sure the replacement of
visitNumberDescription: aDescription
...
(contents allSatisfy: [ :each | '+-0123456789.eE' includes: each ])
Another reason to rely on the platform's number parsing and not reinvent our
own logic. Pharo has ScaledDecimals, which use $s in the literal form and
printString, which is not reflected in our tests. To further complicate, the
error generated was silently swallowed as reported in another thread a
moment ago.
-----
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Magritte-Model-changes-455-456-tp4819848p4820881.html
Sent from the Magritte, Pier and Related Tools mailing list archive at
Nabble.com.