Author:manus

Date:2011-11-28T17:47:11.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1030 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-11-28 19:39:10 +00:00
parent 86d76d04de
commit 2c360e6005

View File

@@ -29,7 +29,7 @@ make (...)
* Taken into account changes of class options when performing recompilation. * Taken into account changes of class options when performing recompilation.
* Changed processing of "stable" features to follow the recent modifications to the standard. * Changed processing of "stable" features to follow the recent modifications to the standard.
* Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error. * Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
* Promoted keywords <e>across</e> and <e>some</e> from provisional syntax to the standard one. * Promoted keywords <e>across</e> and <e>some</e> from the '''provisional''' [[Setting the syntax variant|syntax variant]] to the '''standard''' one.
* Made class <e>BIT_REF</e> optional as soon as a <e>BIT</e> type is not used in a system (to be ready to drop support for <e>BIT</e> types in the next releases). * Made class <e>BIT_REF</e> optional as soon as a <e>BIT</e> type is not used in a system (to be ready to drop support for <e>BIT</e> types in the next releases).
* Replaced keyword completion for <e>indexing</e> with keyword completion for <e>note</e>. * Replaced keyword completion for <e>indexing</e> with keyword completion for <e>note</e>.
@@ -59,5 +59,5 @@ make (...)
* Fixed several issues with separate feature calls. * Fixed several issues with separate feature calls.
===Store/Retrieve issues=== ===Store/Retrieve issues===
* Fixed an issue when there are too many mismatches in a storable, the retrieval would fail with an invalid object being retrieved.