diff options
author | Araq <rumpf_a@web.de> | 2013-06-13 01:40:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-13 01:40:11 +0200 |
commit | d4c91bbd8546b4e4a2a986f0047e9c7935ef2302 (patch) | |
tree | a593d472df18ecc555abfbc019f615d7a9062e5d /web/news.txt | |
parent | 009730595303d6da2911fb16004b51388628f0cc (diff) | |
download | Nim-d4c91bbd8546b4e4a2a986f0047e9c7935ef2302.tar.gz |
improvements for 'not nil' checking
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 98d3298b9..fdbb156a7 100644 --- a/web/news.txt +++ b/web/news.txt @@ -29,6 +29,7 @@ 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.}``. +- The compiler now enforces the ``not nil`` constraint. Language Additions |