Dave Mason
Dave Mason
A workaround is to define the `compilerClass` in `Object class` - in which case it takes effect properly. But obviously you generally don't want to replace the compiler everywhere (although...
Thanks, Marcus, for looking at this. It raises a few concerns about how tricky this (fabulous feature) is to get right! Yes, that does look like an error, but unfortunately...
I have a test almost working... should have a PR for it (and possibly a fix) by end-of-day Tuesday.
Yes, changing `self` to `oldClass` in #recompile:from: seems to fix it. I only changed it in Behavior, but there are 4 implementations. It should probably be changed in all (in...
In fact, class-side doesn't seem to pay attention to #compilerClass even on a straight compile. See the tests.
I've just come across TW, and it looks cool. And this backup sounds great, but I installed it and it doesn't seem to work as shown in the video at...
Thanks. Yes, I had restarted Firefox... but the directory in the Downloads directory is a symlink, and somewhere along the way, it got followed. When I put the Downloads directory...
I think we should define a `sort:` method with Smalltalk semantics. If someone wants Javascript semantics, they can use `js_sort:` I don't usually advocate using the `js_` prefix because, among...
This applies in Linux, particularly.
The new Pharo Launcher includes default image names that include e.g. `(stable)`. The escaping for urls escapes spaces and some other things, but not ()*;& and some others that are...