Difference between revisions of "EiffelStudio 6.5 Releases"

m (New features: Added a note about reporting VSRP(3))
Line 16: Line 16:
 
*{{Red|base: Changed {ANY}.generating_type to return an instance of TYPE}}
 
*{{Red|base: Changed {ANY}.generating_type to return an instance of TYPE}}
 
*{{Red|runtime: Added support for volatile attributes for store/retrieve. A volatile attribute is an attribute which is not stored at runtime and for which its absence in the retrieval system has no effect.}}
 
*{{Red|runtime: Added support for volatile attributes for store/retrieve. A volatile attribute is an attribute which is not stored at runtime and for which its absence in the retrieval system has no effect.}}
 +
* compiler: Supported detection and validity error report for VSRP(3) (the root procedure is not precondition-free) (see test#vsrp301).
 +
 
===Improvements===
 
===Improvements===
 
===Feature removed===
 
===Feature removed===

Revision as of 07:33, 30 June 2009

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

6.5.x

Placeholder for new stuff since last intermediate release.

New features

Improvements

Feature removed

Bug fixes

User changes

Developer changes

6.5.7.9500

New features

  • base: Changed {ANY}.generating_type to return an instance of TYPE
  • runtime: Added support for volatile attributes for store/retrieve. A volatile attribute is an attribute which is not stored at runtime and for which its absence in the retrieval system has no effect.
  • compiler: Supported detection and validity error report for VSRP(3) (the root procedure is not precondition-free) (see test#vsrp301).

Improvements

Feature removed

Bug fixes

User changes

Developer changes