diff options
author | Araq <rumpf_a@web.de> | 2013-06-04 21:58:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-04 21:58:39 +0200 |
commit | 2aaa8f7909e51eb3d971e197f152e247c64362e9 (patch) | |
tree | def61be7039f3154d61efca75f996c7e1ccdf1cf /web/news.txt | |
parent | f7c0cc976ddb4e86e2341352b0674b9787005a4a (diff) | |
download | Nim-2aaa8f7909e51eb3d971e197f152e247c64362e9.tar.gz |
implemented dataflow analysis; activate via --warning[Uninit]:on
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f133968c2..4f932bc05 100644 --- a/web/news.txt +++ b/web/news.txt @@ -26,6 +26,10 @@ Changes affecting backwards compatibility Compiler Additions ------------------ +- The compiler can now warn about "uninitialized" variables. (There are no + real uninitialized variables in Nimrod as they are initialized to binary + zero). Activate via ``{.warning[Uninit]:on.}``. + Language Additions ------------------ |