summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-10 11:45:12 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-10 11:45:12 +0300
commit882115f1a426651bbe1f8d469d5b1487abd53e4b (patch)
tree0f56f7e684d325114e9cf416fad7bf25ffcbc0c7
parentffe95f81b462c3ff0d08de37b3b9e4ce4ccfa93a (diff)
downloadsaga-poc-882115f1a426651bbe1f8d469d5b1487abd53e4b.tar.gz
Add: note that the Saga compiler doesn't manage resources
-rw-r--r--saga.yarn4
1 files changed, 4 insertions, 0 deletions
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.