diff options
author | Araq <rumpf_a@web.de> | 2012-04-16 17:23:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-16 17:23:44 +0200 |
commit | d4c2f2509c4ce94929ba9b75c16cf34f982da365 (patch) | |
tree | adc391cf010ae8d8c0189277e63ae1d55071a296 /todo.txt | |
parent | 1db8b5cbb2b4c024f107c12f8ebf564c59948e14 (diff) | |
download | Nim-d4c2f2509c4ce94929ba9b75c16cf34f982da365.tar.gz |
bugfix: 'error' statement pragma works as expected again
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 7e037605c..0a17d94e8 100755 --- a/todo.txt +++ b/todo.txt @@ -44,7 +44,6 @@ Bugs - bug: stress testing basic method example (eval example) without ``-d:release`` leaks memory? - bug: object {.pure, final.} does not work again! -- bug: {.error: "msg".} produces invalid pragma message - bug: pragma statements in combination with symbol files are evaluated twice but this can lead to compilation errors |