From aecfc0a811735aa38ca875ebc99b1fe7ab8af398 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 20 Aug 2012 14:23:51 +0000 Subject: [PATCH] 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 --- .../major-changes-between-ise-eiffel-53-and-ise-eiffel-54.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-5-compiler-history/major-changes-between-ise-eiffel-53-and-ise-eiffel-54.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-5-compiler-history/major-changes-between-ise-eiffel-53-and-ise-eiffel-54.wiki index 7b77bd74..f1f57131 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-5-compiler-history/major-changes-between-ise-eiffel-53-and-ise-eiffel-54.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-5-compiler-history/major-changes-between-ise-eiffel-53-and-ise-eiffel-54.wiki @@ -34,7 +34,7 @@ Not doing it could generate dead-lock during the execution of a multithreaded sy ti: TUPLE [INTEGER] td := ti -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 ComVisibleAttribute 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