Vanessa Freudenberg

Results 120 comments of Vanessa Freudenberg

It's not so much that they were "replaced" by `unknown`, but rather that classes like `SyntaxWindow` never existed in Smalltalk-78. The St78 image was created by exporting only a subset...

> (Currently I'm having trouble with the lively file upload not working properly in both chromium and firefox). You might like the `devserver` I just committed (377c5ce5a375a307cdeefb9936c31fe3e0ee48f7) ... it allows...

Re `Form>>figure` and `Form>>figure:`: * `0240Removals-di.st` they were added to `SymbolTable>>unforgetableMessages` (which we should fix now I guess) * `0294Source-ok-07A-tk.st` both got source code * `0295Source-ok-07B-tk.st` a typo was fixed...

> ### Exceptions > I imported the ExceptionHandler and related classes to the image but it falls foul of the same problem that hits the debugger. I expect that if...

I talked to @Daningalls: > Regarding the restoration of missing methods, such things as writing pressFile format was consciously omitted (by me) because it’s not relevant/useful for anything. the inconsistency...

> BTW, the only features I actually wanted added to ST78 was the exception handling to support a test framework for testing. Not really an issue for a system that's...

@aadsm ran into this, too, and added some debug helpers to the VM https://github.com/aadsm/Smalltalk78/commit/edca116a8abcb7c243df77671023a901ab89c09f

I looked into it but the way it's written won't work on my system. It's trying to find the machine's default gateway via the `default-gateway` package and then print the...

IIRC it's an entropy pool of our random number generator.

Agreed. I'll put it on my to-do list :)