kyle-github / littlesmalltalk

Little Smalltalk fork
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Compiling failure #7

Open SamSandq opened 1 year ago

SamSandq commented 1 year ago

The following method fails to be filed in and compiled:

!Object a ^self !

It results in a host of lookupMethod:167 looking up #new: in class Undefined. lookupMethod:167 looking up #new: in class Object. ...

errors and ends with

gcollect:330 insufficient memory after garbage collection when allocating object of size 19!

Methods b or c do the same, but not methods beginning with d onwards. Seems like method names beginning with a, b, or c can be affected, but not other letters; not verified completely.