diff options
author | Araq <rumpf_a@web.de> | 2012-07-17 08:44:04 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-17 08:44:04 +0200 |
commit | 19e57bf70dddecdd0834b06099c2fd5f8ee0ad9e (patch) | |
tree | 1236385442dc79b0fad9c915a5c5dc730aeea9da /todo.txt | |
parent | 526be8a4cfe7bddb16d3dcf4354e6695d7030a62 (diff) | |
download | Nim-19e57bf70dddecdd0834b06099c2fd5f8ee0ad9e.tar.gz |
made some tests green
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 5aa3193fb..4fa8b999e 100755 --- a/todo.txt +++ b/todo.txt @@ -6,7 +6,6 @@ version 0.9.0 New pragmas: - ``hoist`` pragma for loop hoisting -- fix & document ``byCopy`` pragma - document destructors - ``borrow`` needs to take type classes into account @@ -95,6 +94,7 @@ Low priority ------------ - change how comments are part of the AST +- fix & document ``byCopy`` pragma - ``with proc `+`(x, y: T): T`` for generic code - new feature: ``distinct T with operations`` - implement the "easy" constructors idea |