Two bugs.

This commit is contained in:
Erik Svedäng 2018-05-09 08:10:52 +02:00
parent 6e9dd2cd9f
commit 7755cd8e1f

View File

@ -11,6 +11,8 @@
*** Can set a ref so it points to a value in a more short-lived scope, leads to 'stack-use-after-scope' error in clang-sanitizer.
*** The error reporting in Eval is a mess, must make it possible to return errors with correct location for all kinds of errors.
*** This hangs the repl: `(expand '(load-and-use SDL))`
*** def needs to come before hidden, or the compiler chokes
*** str and prn both add slashes for Char
* Big Language Features
** 0.4
*** Doc strings and type annotations.