[svn] r7103: nemerle/trunk/NEWS
malekith
svnadmin at nemerle.org
Sat Dec 16 14:56:00 CET 2006
Log:
Doesn't seem very impressive ;-)
Author: malekith
Date: Sat Dec 16 14:55:59 2006
New Revision: 7103
Modified:
nemerle/trunk/NEWS
Modified: nemerle/trunk/NEWS
==============================================================================
--- nemerle/trunk/NEWS (original)
+++ nemerle/trunk/NEWS Sat Dec 16 14:55:59 2006
@@ -1,3 +1,33 @@
+0.9.4, Dec ?? 2006
+
+ Internal changes (may affect macros):
+ * Lots of compiler internals has been refactored from modules to normal classes.
+
+ Library changes:
+ * Additions in RList.
+ * More utility functions in NArray (also as extension methods).
+ * Some collection classes now display nicely in VS debugger.
+
+ Macro library changes:
+ * Method aliasing macro.
+ * Late binding macros (need testing/comments!) [link?]
+ * '??' operator [what's that?]
+ * Fixes in SQL macros [Kamil?]
+
+ Other stuff:
+ * Added Nemerle.Contracts with some limited Boogie (Spec#) support.
+ * Nemerle Documentation Project (NDP) is included with the compiler -- it
+ is meant to generate HTML from XML produced by ncc from Nemerle sources.
+ * NemerleUnit unit test tool is now also included: http://nemerle.org/NemerleUnit
+
+ Compiler/language:
+ * Co/contravariant interface parameters. It works only under MS.NET.
+ * Exception handlers can now have 'when' clauses, just like in regular matching.
+ * [Obsolete] attribute now causes warnings where it should.
+ * Code like match ([]) { | _ :: _ => ... | [] => ... } will now generate warnings
+ about unused branches.
+
+
0.9.3, May 15 2006
We now require mono 1.1.13 or newer (or MS.NET 2.0 as usual).
More information about the svn
mailing list