Initiative to replace "Eiffel language" and similar with "Eiffel programming language"

Author:halw
Date:2012-08-20T14:23:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1148 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-08-20 14:23:51 +00:00
parent 5f9f331d4a
commit aecfc0a811

View File

@@ -34,7 +34,7 @@ Not doing it could generate dead-lock during the execution of a multithreaded sy
ti: TUPLE [INTEGER]
td := ti</code>
The warning will help you correct code using this pattern, because in the next release this will be rejected in order to conform to the Eiffel language specification.
The warning will help you correct code using this pattern, because in the next release this will be rejected in order to conform to the Eiffel programming language specification.
* Now we do not generate by default the .NET attribute <eiffel>ComVisibleAttribute</eiffel> with a False value. If needed it has to be done through the new compiler functionality to add custom attributes on assembly.
* Changed indexing clause tag for specifying custom attributes for .NET systems. Now `attribute' is replaced by `metadata'. Now you can have:
** metadata: generated for both interface and implementation classes