From e4a32c72f2fad74ea2c6d0a879d7d15ff6abfb79 Mon Sep 17 00:00:00 2001 From: halw Date: Tue, 7 Jun 2011 19:51:22 +0000 Subject: [PATCH] Author:halw Date:2011-06-07T19:43:47.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@918 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki | 4 ++-- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki index d308adb2..22fdf5c2 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki @@ -3,8 +3,8 @@ [[Property:weight|-15]] [[Property:uuid|4ae502ce-5832-c323-4c3a-d1b0d1243735]] ==What's new== -* Supported SCOOP concurrency model. -{{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }} +* Support for [[Concurrent Eiffel with SCOOP|SCOOP concurrency model]]. +{{seealso|
1) SCOOP implementation [[SCOOP implementation#Known limitations|limitations]].
2) [[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]]. }} ==Improvements== * Made ECF parser more tolerant by converting errors into warnings when the current namespace is unknown. diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index be10725c..f94fd928 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -13,7 +13,7 @@ In other ways, particularly for early versions, the EiffelStudio implementation The differences between the EiffelStudio implementation of SCOOP and current and previous definitions of the SCOOP model are shown below. -=Known restrictions= +=Known limitations= ==Separate anchored types==