EiffelStudio 15.08 Releases

Revision as of 06:31, 6 March 2015 by Alexander Kogtenkov (Talk | contribs) (Improvements: Added a note on improving comments in NATURAL_nn_REF 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 15.05.x Releases

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

15.05.x.x

New features

Improvements

  • compiler: Changed agent creation rules for separate targets. This change makes it possible to introduce library features that help users to avoid writing small little wrapper features in SCOOP to control an object. It is now possible to create agents on separate, uncontrolled target. The newly created agent object is placed on the same processor as the target, and it inherits the 'is_controlled' status.
  • library: bug#19045 - cleaned up comments in NATURAL_nn_REF classes.

Feature removed

Bug fixes

  • compiler: Fixed eweasel test#final122 and bug#19028 where we would incorrectly optimize `expr and False' or `expr and then False' into just `expr' which is wrong if `expr' is True (as the whole expression would be True and not False).
  • compiler: Optimized `expr and False' and `expr and then False' to just False if `expr' is a local, a argument, Result, Current, an attribute access or if it is the `and' boolean op.
  • eiffelstudio: Fixed issue introduced in version 7.3 of EiffelStudio where .NET classes would not appear in tree view.
  • eiffelstudio: Improved tooltip of assemblies by separating the assembly name from the namespace with ": ".
  • eiffelstudio: Fixed tooltip of referenced assemblies to show assembly information instead of just the path to the assembly.

User changes

Developer changes