From 882115f1a426651bbe1f8d469d5b1487abd53e4b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 May 2019 11:45:12 +0300 Subject: Add: note that the Saga compiler doesn't manage resources --- saga.yarn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/saga.yarn b/saga.yarn index 6bb7aa9..0a31598 100644 --- a/saga.yarn +++ b/saga.yarn @@ -177,6 +177,10 @@ The keywords have the following meanings: The goal is to be simple and correct rather then get maximal concurrency.) + The actual management of resources belongs to the implementation + language specific parts of the generated test program, at runtime, + not the Saga compiler. + All USING steps MUST come at the beginning of the scenario, except the ASSUMING steps may precede them. -- cgit v1.2.1