[Pharo-users] Re: Error in Pharo 9 under Windows 10

2021-02-28 Thread lb
Hi Nacho, Pls update VM 在 2021-03-01 04:56:04,"Rafael Ignacio Matías Sniechowski" <0800na...@gmail.com> 写道: Hi, Every time I try to start a Pharo 9 image I get an error. This happens with both 32 and 64 bit versions, under Windows 10. I've tried uninstalling and reinstalling Pha

[Pharo-users] Error in Pharo 9 under Windows 10

2021-02-28 Thread Rafael Ignacio Matías Sniechowski
Hi, Every time I try to start a Pharo 9 image I get an error. This happens with both 32 and 64 bit versions, under Windows 10. I've tried uninstalling and reinstalling Pharo Launcher without avail. This has been happening for the last 10 days. I don't know if this is the proper place to post this..

[Pharo-users] Re: Strings in Playground are read only in Pharo 9

2021-02-28 Thread Markus Wedel
Hello Sven, thank you very much for this thorough explanation! I also think a string literal should be a constant. But since I am new to Smalltalk I am reading a lot of documentation, and in the older documentation modification of a string was shown as an example. In fact this modification is

[Pharo-users] Re: Strings in Playground are read only in Pharo 9

2021-02-28 Thread Sven Van Caekenberghe
Markus, 'hello' is a literal string constant, part of the set of constants of a method (or a doit which like a temporary method disconnected from a class). Constants like these are managed by the compiler and can be shared between different expressions to avoid duplication. Changing such a con