This commit is contained in:
Erik Svedäng 2019-05-10 09:58:14 +02:00
parent 8bc50fa0c9
commit 7b4b16e9b4

View File

@ -8,6 +8,7 @@
** Could assert that functions sent to extern code doesn't have an environment (that'd mean that a Lambda is passed outside Carp-land where it most likely won't work)
** 'local-include' not needed, just need 'relative-include'?
** (load) behaves unintuitively when placed into files, should be relative to the file
** Tweak the weight of the constraints to make error messages better for type errors
* Critical Bugs
** 0.3
*** References must keep track of their origin and prevent usage of them if the origin has been given away.