EiffelStudio 7.0 Releases

Revision as of 05:01, 22 August 2011 by Alexander Kogtenkov (Talk | contribs) (Improvements: Added a note on full class checking for void-safe classes.)

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

7.0.x

Placeholder for new stuff since last intermediate release.

New features

Improvements

  • compiler: Enforced full class checking for void-safe classes.

Feature removed

Bug fixes

  • compiler: bug#17731 (test#scoop013) - Fixed error in C code generation for separate feature calls when inlining is enabled.
  • compiler: bug#17736 (test#vffd802) - Avoided reporting VFFD(8) for process-relative once procedures.
  • compiler: bug#17764 (test#attach087) - Considered like Current as attached regardless of is_attached_by_default option.

User changes

  • vision2: Relaxed precondition on `set_focus' to let you set the focus even if the widget is not displayed. Note that in this case the `set_focus' call will have no effect. This is necessary because testing Vision2 code in a window less environment could violate the precondition and it would be rather expensive to change all callers of `set_focus' to check this all the time.

Developer changes