Difference between revisions of "EiffelStudio 7.2 Releases"

m (Improvements: Added a note for filtering VWAB.)
(Syntax update)
Line 13: Line 13:
  
 
===User changes===
 
===User changes===
 +
*compiler: banned the following syntax for types in object creation using the old syntax of object creation:
 +
<pre>
 +
! attached like ... !
 +
! detachable like .... !
 +
! attached separate like ... !
 +
! detachable separate like .... !
 +
</pre>
 +
*compiler: banned the following syntax for using the old attachment marks with the new `separate' keywords:
 +
<pre>
 +
! separate ...
 +
? separate ...
 +
</pre>
  
 
===Developer changes===
 
===Developer changes===

Revision as of 10:57, 11 July 2012

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

7.2.x.y (...)

New features

Improvements

  • EiffelStudio: Added VWAB to the list of filtered warning messages.

Feature removed

Bug fixes

User changes

  • compiler: banned the following syntax for types in object creation using the old syntax of object creation:
	! attached like ... !
	! detachable like .... !
	! attached separate like ... !
	! detachable separate like .... !
  • compiler: banned the following syntax for using the old attachment marks with the new `separate' keywords:
	! separate ... 
	? separate ...

Developer changes