Difference between revisions of "EiffelStudio 17.01 Releases"
m (→Bug fixes: Added a note on fixing eif_attribute_type.) |
m (→Improvements: Added a note on inlining more features from SPECIAL.) |
||
Line 10: | Line 10: | ||
===Improvements=== | ===Improvements=== | ||
*EiffelStudio: Configuration option ''"Are types attached by default?"'' defaults to ''True'' when reading non-void-safe projects so that if the project is changed to be void-safe, the recommended default for attachment status of class types without marks is used. | *EiffelStudio: Configuration option ''"Are types attached by default?"'' defaults to ''True'' when reading non-void-safe projects so that if the project is changed to be void-safe, the recommended default for attachment status of class types without marks is used. | ||
+ | *compiler: Supported nested inlining of a selected set of features from <e>SPECIAL}</e> in finalized mode: <e>base_address</e>, <e>clear_all</e>, <e>copy_data</e>, <e>count</e>, <e>item</e>, <e>overlapping_move</e>, <e>non_overlapping_move</e>, <e>put</e>. | ||
===Feature removed=== | ===Feature removed=== |
Revision as of 09:09, 3 June 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.11.x Releases
Beta download: https://ftp.eiffel.com/pub/beta/16.11/
16.11.x.x
New features
Improvements
- EiffelStudio: Configuration option "Are types attached by default?" defaults to True when reading non-void-safe projects so that if the project is changed to be void-safe, the recommended default for attachment status of class types without marks is used.
- compiler: Supported nested inlining of a selected set of features from
SPECIAL}
in finalized mode:base_address
,clear_all
,copy_data
,count
,item
,overlapping_move
,non_overlapping_move
,put
.
Feature removed
- EiffelStudio: Removed option "Are types attached by default?" from project settings dialog. Potential incompatibility: old Eiffel configuration files (ECF) that rely on "class types are detachable by default" policy and migrate to "attached by default" policy will need to be changed directly by editing the file, not from EiffelStudio.
Bug fixes
- runtime: Fixed a bug in the CECIL macro
eif_attribute_type
that always returnedEIF_POINTER_TYPE
instead of the type code corresponding to the actual attribute type.