diff options
author | Araq <rumpf_a@web.de> | 2013-03-19 08:43:45 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-19 08:43:45 +0100 |
commit | b7d19017477445b545f9be0e7038985106784787 (patch) | |
tree | 1e553c48722a74b1d3d598071669b904de8c6675 /todo.txt | |
parent | 09fc94c4c2f79ef73c9ee6bee28bbc8f8880106f (diff) | |
download | Nim-b7d19017477445b545f9be0e7038985106784787.tar.gz |
better error message when C compilation fails
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 0639844c8..346a8b86d 100644 --- a/todo.txt +++ b/todo.txt @@ -13,6 +13,7 @@ version 0.9.2 - acyclic vs prunable; introduce GC hints - CGEN: ``restrict`` pragma + backend support; computed goto support - document NimMain and check whether it works for threading +- implement ``system.locals`` magic iterator Bugs @@ -31,6 +32,7 @@ Bugs in c++ mode) - bootstrapping does not work in C++ mode - case statement exhaustiveness checking is still wrong +- the new m&s GC is still buggy version 0.9.4 |