mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-16 15:34:31 +01:00
Author:manus
Date:2014-03-03T19:11:30.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1274 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -41,7 +41,7 @@ a: detachable MY_TYPE note option: stable attribute end
|
||||
===Compiler issues===
|
||||
* Incremented ECF XML schema version to reflect the recent changes.
|
||||
* Replaced ECF schema attribute syntax_level of an integer type with syntax of a string type that contains one of the three possible values.
|
||||
* Replaced ECF schema attribute is_void_safe of a boolean type with void_safety of a string type that contains one of the three possible values ('''none''': no void safety checks; '''all''':all void safety checks; '''initialization''': on-demand void safety checks, i.e. only for entities that are attached).
|
||||
* Replaced ECF schema attribute is_void_safe of a boolean type with void_safety of a string type that contains one of the three possible values ('''none''': no void-safety checks; '''all''':all void-safety checks; '''initialization''': on-demand void-safety checks, i.e. only for entities that are attached).
|
||||
* Fixed eweasel test#syntax042 and test#syntax047 as well as bug#15514 that allowed invalid characters in new C external specification. Removed generation of error when trying the old syntax, the syntax error will be based in the new syntax now.
|
||||
* Fixed eweasel test#agent004 and test#agent010 by ensuring the result type of the agent is properly instantiated in the agent target type context.
|
||||
* Fixed missing reporting of VEVI error for attributes initialized from a creation procedure by calling a once routine because the latter is not guaranteed to be executed on subsequent calls.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
==Bug fixes==
|
||||
|
||||
===Language issues===
|
||||
* Fixed bug#18643 (test#attach107, test#attach102) - Fixed a bug that may lead to unreported VEVI errors for attributes not properly set by a creation procedure when compiled in complete void safety mode (rev#92835).
|
||||
* Fixed bug#18643 (test#attach107, test#attach102) - Fixed a bug that may lead to unreported VEVI errors for attributes not properly set by a creation procedure when compiled in complete void-safety mode (rev#92835).
|
||||
* Fixed bug#18266 (test#svalid031) - Fixed a bug that caused reporting a non-existent error for a renamed feature with a bracket alias.
|
||||
* Fixed bug#18282 (test#multicon062) - Fixed a bug that caused incorrect error report for features with a bracket alias specified in multiple formal generic constraints.
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
| Yes
|
||||
|}
|
||||
|
||||
==Void safety==
|
||||
==Void-safety==
|
||||
{|
|
||||
|-
|
||||
| <center>'''Feature'''</center>
|
||||
|
||||
Reference in New Issue
Block a user