Difference between revisions of "EiffelStudio 6.8 Releases"

(Improvements)
(Bug fixes)
Line 11: Line 11:
 
===Feature removed===
 
===Feature removed===
 
===Bug fixes===
 
===Bug fixes===
 +
* compiler: Fixed eweasel test#exec301 to properly handle the TYPE [NONE] instance.
 +
* compiler: Fixed eweasel test#incr370 which would cause the compiler to crash during code generation if the last melt operation was done on the invariant of a class involving an object test local.
 +
 
===User changes===
 
===User changes===
 
===Developer changes===
 
===Developer changes===

Revision as of 15:52, 13 January 2011

Below are not the release notes of EiffelStudio. It is the change log of EiffelStudio intermediate releases and the most important changes are highlighted in green or in red (for breaking changes). The release notes of EiffelStudio can be found at the following URL. You can also download the latest revision here. Information about other version can be found under Category:Releases.

EiffelStudio 6.8.x Releases

6.8.x

Placeholder for new stuff since last intermediate release.

New features

Improvements

  • build: Improved EiffelBuild support for void-safe Eiffel. Fixed code generation to use new syntax.

Feature removed

Bug fixes

  • compiler: Fixed eweasel test#exec301 to properly handle the TYPE [NONE] instance.
  • compiler: Fixed eweasel test#incr370 which would cause the compiler to crash during code generation if the last melt operation was done on the invariant of a class involving an object test local.

User changes

Developer changes