Difference between revisions of "EiffelStudio 18.01 Releases"

m (Improvements: Added a note on updating Unicode data to 10.0.0.)
m (Bug fixes: Added a note on fixing test3exec370.)
Line 15: Line 15:
  
 
===Bug fixes===
 
===Bug fixes===
 +
*compiler: test#exec370 - Fixed a bug that might cause a crash of a program because of incorrect code generation for conditional expressions involving values of reference and expanded types (e.g., <e>if foo then "bar" else 5 end</e>).
  
 
===User changes===
 
===User changes===
  
 
===Developer changes===
 
===Developer changes===

Revision as of 06:32, 10 July 2017

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

Beta download: https://ftp.eiffel.com/pub/beta/17.11/

17.11.x.x

New features

Improvements

  • library (Base): Updated CHARACTER_PROPERTIES to use Unicode 10.0.0 instead of 6.2.0.

Feature removed

Bug fixes

  • compiler: test#exec370 - Fixed a bug that might cause a crash of a program because of incorrect code generation for conditional expressions involving values of reference and expanded types (e.g., if foo then "bar" else 5 end).

User changes

Developer changes