Bystroushaak / tinySelf

Self-like language implemented in the RPython language toolkit.
29 stars 3 forks source link

Float primitive functions fail when used with mirrors #132

Closed Bystroushaak closed 4 years ago

Bystroushaak commented 5 years ago

Caused by the .scope_parent in primitive objects, which are reused (optimization) by each float so they don't point to the correct obj.

Analysis: 2020-01-19 21 34 39