Difference between revisions of "EiffelStudio 14.05 Releases"

(Created page with "Category:Releases__NOTOC__{{ReleaseHistoryHeader}} = EiffelStudio 14.05.x Releases= Beta download: ftp://beta:beta57@ftp.eiffel.com/14.05/ ==14.05.x.x (...)== ===New f...")
 
m (Bug fixes: Added notes on fixing bugs with iteration form of a loop.)
Line 11: Line 11:
 
===Feature removed===
 
===Feature removed===
 
===Bug fixes===
 
===Bug fixes===
 +
* compiler: bug#93578 (test#iteration004) - Changed processing of <e>{ITERABLE}.new_cursor</e> to use a renamed version of the feature in a descendant class rather than the feature having this name.
 +
* compiler: bug#17233 (test#term196) - Supported iteration on an expression of a formal generic type.
 +
* compiler: bug#17239 (test#term198) - Fixed a bug that caused a crash when compiling the code that used an inline agent as an iteration expression.
 +
 
===User changes===
 
===User changes===
 
===Developer changes===
 
===Developer changes===

Revision as of 11:19, 28 November 2013

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

Beta download: ftp://beta:beta57@ftp.eiffel.com/14.05/

14.05.x.x (...)

New features

Improvements

Feature removed

Bug fixes

  • compiler: bug#93578 (test#iteration004) - Changed processing of {ITERABLE}.new_cursor to use a renamed version of the feature in a descendant class rather than the feature having this name.
  • compiler: bug#17233 (test#term196) - Supported iteration on an expression of a formal generic type.
  • compiler: bug#17239 (test#term198) - Fixed a bug that caused a crash when compiling the code that used an inline agent as an iteration expression.

User changes

Developer changes