From 98fb8f7344a6c2211975bc8a7948f7a7e4f4dd16 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Tue, 2 Feb 2016 14:36:48 +0000 Subject: [PATCH] Update wikipage Major changes between ISE Eiffel 15.08 and ISE Eiffel 15.12. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1494 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...r-changes-between-ISE-Eiffel-15.08-and-ISE-Eiffel-15.12.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.08-and-ISE-Eiffel-15.12.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.08-and-ISE-Eiffel-15.12.wiki index 2cbf7623..ddcd28a7 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.08-and-ISE-Eiffel-15.12.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.08-and-ISE-Eiffel-15.12.wiki @@ -3,7 +3,7 @@ [[Property:title|Major changes between ISE Eiffel 15.08 and ISE Eiffel 15.12]] [[Property:link_title|15.12]] ==What's new== -* Agents have a new type declaration. Instead of PROCEDURE [X, TUPLE [Y]], one can now write PROCEDURE [Y] where the first generic actual parameter is not considered anymore. The compiler accepts both syntax but only one per project, meaning that depending on the ECF version, it will either use the old syntax or the new one, and you cannot mix both syntax within the same project. +* Agents have a new type declaration. Instead of PROCEDURE [X, TUPLE [Y]], one can now write PROCEDURE [Y] where the first generic actual parameter is not considered anymore. The compiler accepts both syntaxes but only one per project, meaning that depending on the ECF version, it will either use the old syntax or the new one, and you cannot mix both syntax within the same project. ==Improvements== * Introduced options to select the number of types being generated in each C directory via the general.cfg located in $ISE_EIFFEL/studio/eifinit. The first option is workbench_c_basket_limit for workbench code (defaulting at 33) and the other is finalized_c_basket_limit (defaulting at 50).