diff options
author | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2015-09-03 12:51:21 +0300 |
---|---|---|
committer | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2015-09-05 14:18:37 +0300 |
commit | 04a4f354003457004d7535bf3c71b4c992f0f0ef (patch) | |
tree | 52ea2b07e7b53edadcbba426d301a01fcdab41d6 /web | |
parent | 0320c0c73b1065492c036eff09fb1a7b424223cc (diff) | |
download | Nim-04a4f354003457004d7535bf3c71b4c992f0f0ef.tar.gz |
VM produces objects.
Diffstat (limited to 'web')
-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 4a54a9f8e..823a10dfa 100644 --- a/web/news.txt +++ b/web/news.txt @@ -62,6 +62,10 @@ News * ``libeay32.dll``: Split into ``libeay32.dll`` and ``libeay64.dll``. Compile with ``-d:nimOldDLLs`` to make the stdlib use the old DLL names. + - Nim VM now treats objects as nkObjConstr nodes, and not nkPar nodes as it + was previously. Macros that generate nkPar nodes when object is expected are + likely to break. Macros that expect nkPar nodes to which objects are passed + are likely to break as well. Library additions |