[svn] r5888: lb/activity/2005/Nov-04.html
malekith
svnadmin at nemerle.org
Fri Nov 4 21:15:48 CET 2005
Log:
Release!
Author: malekith
Date: Fri Nov 4 21:15:47 2005
New Revision: 5888
Added:
lb/activity/2005/Nov-04.html
Added: lb/activity/2005/Nov-04.html
==============================================================================
--- (empty file)
+++ lb/activity/2005/Nov-04.html Fri Nov 4 21:15:47 2005
@@ -0,0 +1,64 @@
+<h1>Nemerle 0.9.1 is out</h1>
+
+<p>
+ This release brings the long-awaited indentation syntax and a few
+ bugfixes.
+</p>
+<p>
+ About 150 SVN commits were made since the last release.
+</p>
+
+<h2>Availability</h2>
+<p>
+ As usual we provide a source code release and a number of binary
+ packages. Starting with this release we provide a generic Unix binary
+ installer, similar to the one Mono has (but text-mode only). RPM and
+ MSI packages are also ready. DEB package is on its way.
+</p>
+
+<h2>Language changes</h2>
+With the -i option compiler can now recognize indentation based syntax.
+More info at <a href="http://nemerle.org/Indentation-based_syntax">the wiki page</a>.
+
+<h2>Additions</h2>
+<ul>
+ <li> MSBuild task.</li>
+ <li> Marcin Grzeskowiak contributed a new matching compiler as a part
+ of his MSc thesis. It is not yet enabled by default, as we're
+ still testing it. You can try it with -new-matching option,
+ but beware -- it can still contain some nasty bugs!
+ </li>
+ </ul>
+
+
+
+ <h2>The library</h2>
+ <ul>
+ <li> Logging and accessor macros were improved.</li>
+ <li> Group is now also a member of the list variant.</li>
+</ul>
+
+ <h2> Bugfixes </h2>
+ <ul>
+ <li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=520">#520</a>: indentation based syntax
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=521">#521</a>: high memory usage when compiling mcs tests
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=528">#528</a>: runtime assertion failure w/respect to generics
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=530">#530</a>: antlr dll isn't compatible with mono 1.1.9
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=531">#531</a>: Using generic method inside try-block fails to compile
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=532">#532</a>: assertion failed in file typing/Subst.n, line 184
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=533">#533</a>: Error using quoted events
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=535">#535</a>: Double try in local function optimized to code causes error
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=537">#537</a>: Verification fails for nondesc-subseq.n
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=539">#539</a>: Failed CheckSTV with monad code
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=540">#540</a>: Using void as generic argument causes invalid IL
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=541">#541</a>: Requires macro do not work for property setter
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=542">#542</a>: Logging macros should allow various logging functions to be
+ used (and other improvements)
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=543">#543</a>: Compiler gives internal error when trying to output into invalid
+ directory
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=544">#544</a>: .NET do not understand 'a ---> 'b implicit conversions
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=551">#551</a>: { } brackets in string interpolation crash compiler
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=553">#553</a>: Preprocessor symbols accessible from macros API
+ </li><li><a href="http://nemerle.org/bugs/bug_view_page.php?bug_id=554">#554</a>: Assertion about unsupported type for a complex generic hierarchy
+
+ </ul>
More information about the svn
mailing list