Difference between revisions of "EiffelStudio 16.05 Releases"

m (Improvements: Added a note on supporting new code analysis command-line options.)
(Bug fixes: Added a note on fixing bug#19173.)
Line 20: Line 20:
 
===Feature removed===
 
===Feature removed===
 
===Bug fixes===
 
===Bug fixes===
 +
*EiffelStudio: bug#19173 - Fixed a bug that caused an exception when requesting to generate documentation or XMI for a target with a library disabled by a condition.
 +
 
===User changes===
 
===User changes===
 
*EiffelStudio: Changed order of processing of arguments taken from the command line and from the environment variable <code>ISE_EC_FLAGS</code>. Now arguments are first read from the environment variable and then from the command line.
 
*EiffelStudio: Changed order of processing of arguments taken from the command line and from the environment variable <code>ISE_EC_FLAGS</code>. Now arguments are first read from the environment variable and then from the command line.

Revision as of 22:57, 12 January 2016

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

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

16.05.x.x

New features

Improvements

  • compiler: Provided more details (such as option name, rule name, kind of syntax error) for errors in code analysis command-line options.
  • compiler: Supported position-independent code analysis options (temporary retaining old code analysis options) that act like regular EiffelStudio command-line options:
-ca_class (-all | <class_name>)
-ca_default
-ca_rule <rule_name_with_optional_setting>
-ca_setting <preference_file_name>

Feature removed

Bug fixes

  • EiffelStudio: bug#19173 - Fixed a bug that caused an exception when requesting to generate documentation or XMI for a target with a library disabled by a condition.

User changes

  • EiffelStudio: Changed order of processing of arguments taken from the command line and from the environment variable ISE_EC_FLAGS. Now arguments are first read from the environment variable and then from the command line.
  • compiler: Marked old code analysis command-line options as obsolete.

Developer changes