diff options
author | Araq <rumpf_a@web.de> | 2012-11-25 11:03:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-25 11:03:14 +0100 |
commit | ccd2934e4a29668013776937d387084ad349f142 (patch) | |
tree | 602b5625e80da0eb38431d76bf4c2a34e2808f0d /web/news.txt | |
parent | 019d6e4127a1dbe7ba8be4cc40c3c9358b1c48b3 (diff) | |
download | Nim-ccd2934e4a29668013776937d387084ad349f142.tar.gz |
first steps for 'not nil' annotation
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 5ea0dfde9..6cd120e39 100755 --- a/web/news.txt +++ b/web/news.txt @@ -47,6 +47,10 @@ Language Additions exceptions for you. - User defined effects ("tags") tracking has been added and the ``doc2`` command annotates possible tags for you. +- Types can be annotated with the new syntax ``not nil`` to explictly state + that ``nil`` is not allowed. However currently the compiler performs no + advanced static checking for this; for now it's merely for documentation + purposes. 2012-09-23 Version 0.9.0 released |