Archive for the ‘Releases’ Category

Version 0.2.6 released

Saturday, May 23rd, 2009

OK, so it's a little late...

But version 0.2.6 is now available for download.

download After School Special The only major improvement is that command line arguments are now sent to the .NET program correctly.

Please let me know of any problems, or suggestions for version 0.2.7 - whenever that may be.

Version 0.2.5 released

Monday, March 30th, 2009

Version 0.2.5 has been released on 29th March 2009.

This release has these major changes:

  • All solutions upgraded to Visual Studio 2008.
  • LINQ to objects has been (almost) completely implemented.
  • Various bugs have been fixed related to the operation of Generic Classes and Methods.
  • All conversion operators are now implemented (e.g. cast an int to a float), and the implementation method has been improved.
  • Dictionary<,> and ArrayList have been re-implemented and improved.
  • Comparer and EqualityComparer have been implemented.

See the release notes for more details, or see the source code if you're really interested.

Beware that there are still some known bugs in this release:

  • There is a memory leak somewhere - I haven't looked into this is any detail yet.
  • Some subtle generic bugs still remain; one of these is why .ThenBy() and .ThenByDescending() have not been implemented.

See the Bugs.txt files in the release for a few more details. If you can find more details in the source code, please let me know!