tumbleweed icon indicating copy to clipboard operation
tumbleweed copied to clipboard

Lightweight Smalltalk based development platform.

Results 6 tumbleweed issues
Sort by recently updated
recently updated
newest added

In the current initialisation code in tty.st, if you move the loop across all classes calling doInit back into the createGlobals, after the building of the classes dictionary, it loops...

Bug

When inside Smalltalk code initiated from a C-side callback, the symbol lookup crashes on anything other than block arguments. This can be tested by simply adding some code to reference...

Bug

Need to update parser syntax and internals to support block local variables.

Enhancement

At the moment, proper closures are not supported. A Block doesn't capture the value of local variables in the parent scopes.

Enhancement