Difference between revisions of "EiffelStudio 16.05 Releases"

m (Improvements: Added a note on adding more details in code analysis command-line error reports.)
m (User changes: Added a note on marking old code analysis command-line options as obsolete.)
Line 15: Line 15:
 
===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.
 +
*compiler: Marked old code analysis command-line options as obsolete.
  
 
===Developer changes===
 
===Developer changes===

Revision as of 02:57, 28 December 2015

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 for errors in code analysis command-line options.

Feature removed

Bug fixes

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