One more critical bug.

This commit is contained in:
Erik Svedäng 2017-10-18 15:31:55 +02:00
parent b3035c0cec
commit 6a310844d5

View File

@ -4,6 +4,7 @@
* Ensure 'Array.pop-back' is memory safe and shrinks the array properly.
* Can't define globals of with heap allocated types (String, structs, etc.)
* Looping over a block of code where an external array is endo-map:ed over.
* Arrays can contain references, this will lead to dangling pointers.
## Ugliness
* Just entering '=' at the REPL leads to strange type error.