Difference between revisions of "EiffelStudio 6.4 Releases"

(Bug fixes)
(Bug fixes)
Line 18: Line 18:
 
===Bug fixes===
 
===Bug fixes===
 
*studio: Fixed bug#14237 where some manipulations on the UI could corrupt the EiffelStudio docking layout.
 
*studio: Fixed bug#14237 where some manipulations on the UI could corrupt the EiffelStudio docking layout.
 +
*compiler: Fixed eweasel test#multicon050 where compiler did not handle renaming of a routine with an alias into a routine without one as it still thought the alias was available.
  
 
===User changes===
 
===User changes===
 
*{{Red|base: it is now using the new alias syntax for operators instead of obsolete syntax based on `infix/prefix' keywords. As a result some of your code may not compile.}}
 
*{{Red|base: it is now using the new alias syntax for operators instead of obsolete syntax based on `infix/prefix' keywords. As a result some of your code may not compile.}}
 
===Developer changes===
 
===Developer changes===

Revision as of 07:26, 15 December 2008

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.4.x Releases

6.4.x

Placeholder for new stuff since last intermediate release.

New features

Improvements

Feature removed

Bug fixes

User changes

Developer changes

6.4.76164 (December 15th 2008)

New features

Improvements

Feature removed

Bug fixes

  • studio: Fixed bug#14237 where some manipulations on the UI could corrupt the EiffelStudio docking layout.
  • compiler: Fixed eweasel test#multicon050 where compiler did not handle renaming of a routine with an alias into a routine without one as it still thought the alias was available.

User changes

  • base: it is now using the new alias syntax for operators instead of obsolete syntax based on `infix/prefix' keywords. As a result some of your code may not compile.

Developer changes