From 0dee10b57ac32104510c900da316bfdb8a7c04e0 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 23 May 2011 12:09:03 +0000 Subject: [PATCH] Correction: separate keyword ignored unless SCOOP enabled. Author:halw Date:2011-05-23T12:09:03.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@909 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-practical-matters.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki index a29f1589..2a4e05c6 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki @@ -10,9 +10,9 @@ =SCOOP project settings= -SCOOP adds only a single keyword to the Eiffel language: separate. In single- (or mono-) threaded Eiffel, the separate keyword is ignored, and the SCOOP-specific validity rules are not applied. +SCOOP adds only a single keyword to the Eiffel language: separate. In any case in which SCOOP is not enabled, the separate keyword is ignored, and the SCOOP-specific validity rules are not applied. -In order to make SCOOP processing possible, you must enable the proper project settings. Actually, there's really just one mandatory setting: '''Concurrency''', and the value you need is '''SCOOP''', as shown in the section of the Project Settings dialog below. Still, in addition to the Concurrency project setting, remember that it is recommended that for new projects you use enable [[Creating a new void-safe project#Project settings for void-safe projects|the settings that guarantee void-safety]]. +In order to enable SCOOP processing in your project, you use the project settings. Actually, there's really just one mandatory setting: '''Concurrency''', and the value you need is '''SCOOP''', as shown in the section of the Project Settings dialog below. Still, in addition to the Concurrency project setting, remember that it is recommended that for new projects you use enable [[Creating a new void-safe project#Project settings for void-safe projects|the settings that guarantee void-safety]].