From 323800ea12b63b5e2264975d97e59371532b8052 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 8 Jun 2011 13:13:27 +0000 Subject: [PATCH] Added caveat about separate anchors. Author:halw Date:2011-06-08T13:13:27.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@919 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 7 +++++++ 1 file changed, 7 insertions(+) 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 f94fd928..744902fa 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 @@ -33,6 +33,13 @@ and should be used only if you are using revision 86657 or later. +Also, if you use an anchored declaration such as: + + + my_entity: like my_query + + +and the type of my_query is separate, you should make sure you are using revision 86657 or later. =Implementation dependent behavior=