summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-17 08:44:04 +0200
committerAraq <rumpf_a@web.de>2012-07-17 08:44:04 +0200
commit19e57bf70dddecdd0834b06099c2fd5f8ee0ad9e (patch)
tree1236385442dc79b0fad9c915a5c5dc730aeea9da /todo.txt
parent526be8a4cfe7bddb16d3dcf4354e6695d7030a62 (diff)
downloadNim-19e57bf70dddecdd0834b06099c2fd5f8ee0ad9e.tar.gz
made some tests green
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
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