From 6a77b5d01e7d4ab885f3787026d11352c4402437 Mon Sep 17 00:00:00 2001 From: JBenda Date: Mon, 6 May 2024 17:10:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20inkproof-page=20from=20@=20JBe?= =?UTF-8?q?nda/inkcpp@df6dfdf1be4e5732379ac5de39e3d8104eb84ff3=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proof/summary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proof/summary.json b/proof/summary.json index 432b1aa..25d703b 100644 --- a/proof/summary.json +++ b/proof/summary.json @@ -1 +1 @@ -{"metadata": {"timestamp": 1713973800.6229482}, "statuses": {"SUCCESS": {"name": "SUCCESS", "description": "", "symbol": "\ud83d\udc9a", "summary": [{"name": "outPath", "humanName": "Output"}]}, "FAIL": {"name": "FAIL", "description": "Actual output does not match expected", "symbol": "\u274c", "summary": [{"name": "outPath", "humanName": "Actual output"}, {"name": "expectedPath", "humanName": "Expected output"}, {"kind": "diff", "expectedName": "expectedPath", "actualName": "outPath", "humanName": "Diff"}]}, "COMPILER_NO_OUTPUT": {"name": "COMPILER_NO_OUTPUT", "description": "The compiler did not produce output", "symbol": "\u274c", "summary": [{"name": "compileExitcode", "humanName": "Exit code"}, {"name": "compileOutPath", "humanName": "stdout"}, {"name": "compileErrPath", "humanName": "stderr"}]}, "RUNTIME_CRASHED": {"name": "RUNTIME_CRASHED", "description": "The runtime crashed on this input", "symbol": "\ud83d\udd25", "summary": [{"name": "exitcode", "humanName": "Exit code"}, {"name": "outPath", "humanName": "stdout"}, {"name": "errPath", "humanName": "stderr"}]}, "COMPILER_CRASHED": {"name": "COMPILER_CRASHED", "description": "The compiler crashed on this input", "symbol": "\ud83d\udd25", "summary": [{"name": "compileExitcode", "humanName": "Exit code"}, {"name": "compileOutPath", "humanName": "stdout"}, {"name": "compileErrPath", "humanName": "stderr"}]}, "INCOMPATIBLE_VERSION": {"name": "INCOMPATIBLE_VERSION", "description": "The runtime does not understand this bytecode version.", "symbol": "\ud83e\udee5", "summary": [{"name": "exitcode", "humanName": "Exit code"}, {"name": "outPath", "humanName": "stdout"}, {"name": "errPath", "humanName": "stderr"}]}, "RUNTIME_TIMEOUT": {"name": "RUNTIME_TIMEOUT", "description": "The runtime timed out", "symbol": "\u231b", "summary": [{"name": "exitcode", "humanName": "Exit code"}, {"name": "outPath", "humanName": "stdout"}, {"name": "errPath", "humanName": "stderr"}]}, "INFRA_ERROR": {"name": "INFRA_ERROR", "description": "Infra error", "symbol": "\ud83c\udfd7\ufe0f", "summary": [{"name": "infraError", "humanName": "Exception"}]}}, "programs": [{"name": "inklecate_v1.1.1", "humanName": "inklecate v1.1.1", "kind": "Compiler"}, {"name": "inkcpp_runtime", "humanName": "inkcpp runtime", "kind": "Runtime"}], "examples": [{"name": "I001", "sourcePath": "ink/I001/story.ink", "inputPath": "ink/I001/input.txt", "expectedPath": "ink/I001/transcript.txt", "metadata": {"oneLineDescription": "Minimal story", "tags": []}}, {"name": "I002", "sourcePath": "ink/I002/story.ink", "inputPath": "ink/I002/input.txt", "expectedPath": "ink/I002/transcript.txt", "metadata": {"oneLineDescription": "Fogg comforts Passepartout", "tags": []}}, {"name": "I003", "sourcePath": "ink/I003/story.ink", "inputPath": "ink/I003/input.txt", "expectedPath": "ink/I003/transcript.txt", "metadata": {"oneLineDescription": "Tunnel to death", "tags": []}}, {"name": "I004", "sourcePath": "ink/I004/story.ink", "inputPath": "ink/I004/input.txt", "expectedPath": "ink/I004/transcript.txt", "metadata": {"oneLineDescription": "Print number as English", "tags": []}}, {"name": "I005", "sourcePath": "ink/I005/story.ink", "inputPath": "ink/I005/input.txt", "expectedPath": "ink/I005/transcript.txt", "metadata": {"oneLineDescription": "Const variable", "tags": ["variables"]}}, {"name": "I006", "sourcePath": "ink/I006/story.ink", "inputPath": "ink/I006/input.txt", "expectedPath": "ink/I006/transcript.txt", "metadata": {"oneLineDescription": "Multiple constant references", "tags": ["variables"]}}, {"name": "I007", "sourcePath": "ink/I007/story.ink", "inputPath": "ink/I007/input.txt", "expectedPath": "ink/I007/transcript.txt", "metadata": {"oneLineDescription": "Set non existant variable", "tags": ["variables"]}}, {"name": "I008", "sourcePath": "ink/I008/story.ink", "inputPath": "ink/I008/input.txt", "expectedPath": "ink/I008/transcript.txt", "metadata": {"oneLineDescription": "Temp global conflict", "tags": ["variables"]}}, {"name": "I009", "sourcePath": "ink/I009/story.ink", "inputPath": "ink/I009/input.txt", "expectedPath": "ink/I009/transcript.txt", "metadata": {"oneLineDescription": "Temp usage in options", "tags": ["variables"]}}, {"name": "I011", "sourcePath": "ink/I011/story.ink", "inputPath": "ink/I011/input.txt", "expectedPath": "ink/I011/transcript.txt", "metadata": {"oneLineDescription": "Temporaries at global scope", "tags": ["variables"]}}, {"name": "I012", "sourcePath": "ink/I012/story.ink", "inputPath": "ink/I012/input.txt", "expectedPath": "ink/I012/transcript.txt", "metadata": {"oneLineDescription": "Variable declaration in conditional", "tags": ["variables"]}}, {"name": "I013", "sourcePath": "ink/I013/story.ink", "inputPath": "ink/I013/input.txt", "expectedPath": "ink/I013/transcript.txt", "metadata": {"oneLineDescription": "Variable divert target", "tags": ["variables"]}}, {"name": "I014", "sourcePath": "ink/I014/story.ink", "inputPath": "ink/I014/input.txt", "expectedPath": "ink/I014/transcript.txt", "metadata": {"oneLineDescription": "Variable swap recurse", "tags": ["variables"]}}, {"name": "I015", "sourcePath": "ink/I015/story.ink", "inputPath": "ink/I015/input.txt", "expectedPath": "ink/I015/transcript.txt", "metadata": {"oneLineDescription": "Variable tunnel", "tags": ["variables"]}}, {"name": "I016", "sourcePath": "ink/I016/story.ink", "inputPath": "ink/I016/input.txt", "expectedPath": "ink/I016/transcript.txt", "metadata": {"oneLineDescription": "Empty", "tags": ["misc"]}}, {"name": "I017", "sourcePath": "ink/I017/story.ink", "inputPath": "ink/I017/input.txt", "expectedPath": "ink/I017/transcript.txt", "metadata": {"oneLineDescription": "End", "tags": ["misc"]}}, {"name": "I018", "sourcePath": "ink/I018/story.ink", "inputPath": "ink/I018/input.txt", "expectedPath": "ink/I018/transcript.txt", "metadata": {"oneLineDescription": "End, the return of the end", "tags": ["misc"]}}, {"name": "I019", "sourcePath": "ink/I019/story.ink", "inputPath": "ink/I019/input.txt", "expectedPath": "ink/I019/transcript.txt", "metadata": {"oneLineDescription": "End of content", "tags": ["misc"]}}, {"name": "I020", "sourcePath": "ink/I020/story.ink", "inputPath": "ink/I020/input.txt", "expectedPath": "ink/I020/transcript.txt", "metadata": {"oneLineDescription": "Escape character", "tags": ["misc"]}}, {"name": "I021", "sourcePath": "ink/I021/story.ink", "inputPath": "ink/I021/input.txt", "expectedPath": "ink/I021/transcript.txt", "metadata": {"oneLineDescription": "Identifiers can start with numbers", "tags": ["misc"]}}, {"name": "I022", "sourcePath": "ink/I022/story.ink", "inputPath": "ink/I022/input.txt", "expectedPath": "ink/I022/transcript.txt", "metadata": {"oneLineDescription": "Quote character significance", "tags": ["misc"]}}, {"name": "I023", "sourcePath": "ink/I023/story.ink", "inputPath": "ink/I023/input.txt", "expectedPath": "ink/I023/transcript.txt", "metadata": {"oneLineDescription": "Whitespace", "tags": ["misc"]}}, {"name": "I024", "sourcePath": "ink/I024/story.ink", "inputPath": "ink/I024/input.txt", "expectedPath": "ink/I024/transcript.txt", "metadata": {"oneLineDescription": "Includes", "tags": ["misc", "includes"]}}, {"name": "I025", "sourcePath": "ink/I025/story.ink", "inputPath": "ink/I025/input.txt", "expectedPath": "ink/I025/transcript.txt", "metadata": {"oneLineDescription": "Nested includes", "tags": ["misc", "includes"]}}, {"name": "I026", "sourcePath": "ink/I026/story.ink", "inputPath": "ink/I026/input.txt", "expectedPath": "ink/I026/transcript.txt", "metadata": {"oneLineDescription": "Floor, ceiling and casts", "tags": ["builtins"]}}, {"name": "I027", "sourcePath": "ink/I027/story.ink", "inputPath": "ink/I027/input.txt", "expectedPath": "ink/I027/transcript.txt", "metadata": {"oneLineDescription": "Read count across callstack", "tags": ["builtins"]}}, {"name": "I028", "sourcePath": "ink/I028/story.ink", "inputPath": "ink/I028/input.txt", "expectedPath": "ink/I028/transcript.txt", "metadata": {"oneLineDescription": "Read count accross threads", "tags": ["builtins"]}}, {"name": "I029", "sourcePath": "ink/I029/story.ink", "inputPath": "ink/I029/input.txt", "expectedPath": "ink/I029/transcript.txt", "metadata": {"oneLineDescription": "Read count dot seperated path", "tags": ["builtins"]}}, {"name": "I030", "sourcePath": "ink/I030/story.ink", "inputPath": "ink/I030/input.txt", "expectedPath": "ink/I030/transcript.txt", "metadata": {"oneLineDescription": "Nested turns since", "tags": ["builtins"]}}, {"name": "I031", "sourcePath": "ink/I031/story.ink", "inputPath": "ink/I031/input.txt", "expectedPath": "ink/I031/transcript.txt", "metadata": {"oneLineDescription": "Read count variable target", "tags": ["builtins"]}}, {"name": "I032", "sourcePath": "ink/I032/story.ink", "inputPath": "ink/I032/input.txt", "expectedPath": "ink/I032/transcript.txt", "metadata": {"oneLineDescription": "List comparison", "tags": ["extras"]}}, {"name": "I033", "sourcePath": "ink/I033/story.ink", "inputPath": "ink/I033/input.txt", "expectedPath": "ink/I033/transcript.txt", "metadata": {"oneLineDescription": "Newline consistency, the first", "tags": ["whitespace", "newline"]}}, {"name": "I034", "sourcePath": "ink/I034/story.ink", "inputPath": "ink/I034/input.txt", "expectedPath": "ink/I034/transcript.txt", "metadata": {"oneLineDescription": "Newline consistency, the second", "tags": ["whitespace", "newline"]}}, {"name": "I035", "sourcePath": "ink/I035/story.ink", "inputPath": "ink/I035/input.txt", "expectedPath": "ink/I035/transcript.txt", "metadata": {"oneLineDescription": "Newline consistency, the third", "tags": ["whitespace", "newline"]}}, {"name": "I036", "sourcePath": "ink/I036/story.ink", "inputPath": "ink/I036/input.txt", "expectedPath": "ink/I036/transcript.txt", "metadata": {"oneLineDescription": "Newlines with string eval", "tags": ["whitespace", "newline"]}}, {"name": "I037", "sourcePath": "ink/I037/story.ink", "inputPath": "ink/I037/input.txt", "expectedPath": "ink/I037/transcript.txt", "metadata": {"oneLineDescription": "Newline at start of multiline conditional", "tags": ["whitespace", "newline"]}}, {"name": "I038", "sourcePath": "ink/I038/story.ink", "inputPath": "ink/I038/input.txt", "expectedPath": "ink/I038/transcript.txt", "metadata": {"oneLineDescription": "Conditional choice in weave", "tags": ["weave"]}}, {"name": "I039", "sourcePath": "ink/I039/story.ink", "inputPath": "ink/I039/input.txt", "expectedPath": "ink/I039/transcript.txt", "metadata": {"oneLineDescription": "Conditional choice in weave, the second", "tags": ["weave"]}}, {"name": "I040", "sourcePath": "ink/I040/story.ink", "inputPath": "ink/I040/input.txt", "expectedPath": "ink/I040/transcript.txt", "metadata": {"oneLineDescription": "Unbalanced weave indentation", "tags": ["weave"]}}, {"name": "I041", "sourcePath": "ink/I041/story.ink", "inputPath": "ink/I041/input.txt", "expectedPath": "ink/I041/transcript.txt", "metadata": {"oneLineDescription": "Weave gathers", "tags": ["weave"]}}, {"name": "I042", "sourcePath": "ink/I042/story.ink", "inputPath": "ink/I042/input.txt", "expectedPath": "ink/I042/transcript.txt", "metadata": {"oneLineDescription": "Weave options", "tags": ["weave"]}}, {"name": "I043", "sourcePath": "ink/I043/story.ink", "inputPath": "ink/I043/input.txt", "expectedPath": "ink/I043/transcript.txt", "metadata": {"oneLineDescription": "Weaves within sequence", "tags": ["weave"]}}, {"name": "I044", "sourcePath": "ink/I044/story.ink", "inputPath": "ink/I044/input.txt", "expectedPath": "ink/I044/transcript.txt", "metadata": {"oneLineDescription": "Implicit inline glue c", "tags": ["glue"]}}, {"name": "I045", "sourcePath": "ink/I045/story.ink", "inputPath": "ink/I045/input.txt", "expectedPath": "ink/I045/transcript.txt", "metadata": {"oneLineDescription": "Implicit inline glue b", "tags": ["glue"]}}, {"name": "I046", "sourcePath": "ink/I046/story.ink", "inputPath": "ink/I046/input.txt", "expectedPath": "ink/I046/transcript.txt", "metadata": {"oneLineDescription": "Left right glue matching", "tags": ["glue"]}}, {"name": "I047", "sourcePath": "ink/I047/story.ink", "inputPath": "ink/I047/input.txt", "expectedPath": "ink/I047/transcript.txt", "metadata": {"oneLineDescription": "Implicit inline glue", "tags": ["glue"]}}, {"name": "I048", "sourcePath": "ink/I048/story.ink", "inputPath": "ink/I048/input.txt", "expectedPath": "ink/I048/transcript.txt", "metadata": {"oneLineDescription": "Simple glue", "tags": ["glue"]}}, {"name": "I049", "sourcePath": "ink/I049/story.ink", "inputPath": "ink/I049/input.txt", "expectedPath": "ink/I049/transcript.txt", "metadata": {"oneLineDescription": "Strings in choices", "tags": ["strings"]}}, {"name": "I050", "sourcePath": "ink/I050/story.ink", "inputPath": "ink/I050/input.txt", "expectedPath": "ink/I050/transcript.txt", "metadata": {"oneLineDescription": "String contains", "tags": ["strings"]}}, {"name": "I051", "sourcePath": "ink/I051/story.ink", "inputPath": "ink/I051/input.txt", "expectedPath": "ink/I051/transcript.txt", "metadata": {"oneLineDescription": "String constants", "tags": ["strings"]}}, {"name": "I052", "sourcePath": "ink/I052/story.ink", "inputPath": "ink/I052/input.txt", "expectedPath": "ink/I052/transcript.txt", "metadata": {"oneLineDescription": "String type coercion", "tags": ["strings"]}}, {"name": "I053", "sourcePath": "ink/I053/story.ink", "inputPath": "ink/I053/input.txt", "expectedPath": "ink/I053/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards divert override", "tags": ["diverts"]}}, {"name": "I054", "sourcePath": "ink/I054/story.ink", "inputPath": "ink/I054/input.txt", "expectedPath": "ink/I054/transcript.txt", "metadata": {"oneLineDescription": "Basic tunnel", "tags": ["diverts"]}}, {"name": "I055", "sourcePath": "ink/I055/story.ink", "inputPath": "ink/I055/input.txt", "expectedPath": "ink/I055/transcript.txt", "metadata": {"oneLineDescription": "Same line divert is inline", "tags": ["diverts"]}}, {"name": "I056", "sourcePath": "ink/I056/story.ink", "inputPath": "ink/I056/input.txt", "expectedPath": "ink/I056/transcript.txt", "metadata": {"oneLineDescription": "Divert targets with parameters", "tags": ["diverts"]}}, {"name": "I057", "sourcePath": "ink/I057/story.ink", "inputPath": "ink/I057/input.txt", "expectedPath": "ink/I057/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards after tunnel", "tags": ["diverts"]}}, {"name": "I058", "sourcePath": "ink/I058/story.ink", "inputPath": "ink/I058/input.txt", "expectedPath": "ink/I058/transcript.txt", "metadata": {"oneLineDescription": "Compare divert targets", "tags": ["diverts"]}}, {"name": "I059", "sourcePath": "ink/I059/story.ink", "inputPath": "ink/I059/input.txt", "expectedPath": "ink/I059/transcript.txt", "metadata": {"oneLineDescription": "Tunnel vs thread behaviour", "tags": ["diverts"]}}, {"name": "I060", "sourcePath": "ink/I060/story.ink", "inputPath": "ink/I060/input.txt", "expectedPath": "ink/I060/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards divert after with arg", "tags": ["diverts"]}}, {"name": "I061", "sourcePath": "ink/I061/story.ink", "inputPath": "ink/I061/input.txt", "expectedPath": "ink/I061/transcript.txt", "metadata": {"oneLineDescription": "Divert in conditional", "tags": ["diverts"]}}, {"name": "I062", "sourcePath": "ink/I062/story.ink", "inputPath": "ink/I062/input.txt", "expectedPath": "ink/I062/transcript.txt", "metadata": {"oneLineDescription": "Complex tunnels", "tags": ["diverts"]}}, {"name": "I063", "sourcePath": "ink/I063/story.ink", "inputPath": "ink/I063/input.txt", "expectedPath": "ink/I063/transcript.txt", "metadata": {"oneLineDescription": "Divert to weave points", "tags": ["diverts"]}}, {"name": "I064", "sourcePath": "ink/I064/story.ink", "inputPath": "ink/I064/input.txt", "expectedPath": "ink/I064/transcript.txt", "metadata": {"oneLineDescription": "Done stops thread", "tags": ["diverts"]}}, {"name": "I065", "sourcePath": "ink/I065/story.ink", "inputPath": "ink/I065/input.txt", "expectedPath": "ink/I065/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards with param default choice", "tags": ["diverts"]}}, {"name": "I066", "sourcePath": "ink/I066/story.ink", "inputPath": "ink/I066/input.txt", "expectedPath": "ink/I066/transcript.txt", "metadata": {"oneLineDescription": "Path to self", "tags": ["diverts"]}}, {"name": "I067", "sourcePath": "ink/I067/story.ink", "inputPath": "ink/I067/input.txt", "expectedPath": "ink/I067/transcript.txt", "metadata": {"oneLineDescription": "List save load", "tags": ["lists"]}}, {"name": "I068", "sourcePath": "ink/I068/story.ink", "inputPath": "ink/I068/input.txt", "expectedPath": "ink/I068/transcript.txt", "metadata": {"oneLineDescription": "List range", "tags": ["lists"]}}, {"name": "I069", "sourcePath": "ink/I069/story.ink", "inputPath": "ink/I069/input.txt", "expectedPath": "ink/I069/transcript.txt", "metadata": {"oneLineDescription": "More list operations", "tags": ["lists"]}}, {"name": "I070", "sourcePath": "ink/I070/story.ink", "inputPath": "ink/I070/input.txt", "expectedPath": "ink/I070/transcript.txt", "metadata": {"oneLineDescription": "List mixed items", "tags": ["lists"]}}, {"name": "I071", "sourcePath": "ink/I071/story.ink", "inputPath": "ink/I071/input.txt", "expectedPath": "ink/I071/transcript.txt", "metadata": {"oneLineDescription": "List basic operations", "tags": ["lists"]}}, {"name": "I072", "sourcePath": "ink/I072/story.ink", "inputPath": "ink/I072/input.txt", "expectedPath": "ink/I072/transcript.txt", "metadata": {"oneLineDescription": "Empty list origin after assignment", "tags": ["lists"]}}, {"name": "I073", "sourcePath": "ink/I073/story.ink", "inputPath": "ink/I073/input.txt", "expectedPath": "ink/I073/transcript.txt", "metadata": {"oneLineDescription": "Empty list origin", "tags": ["lists"]}}, {"name": "I075", "sourcePath": "ink/I075/story.ink", "inputPath": "ink/I075/input.txt", "expectedPath": "ink/I075/transcript.txt", "metadata": {"oneLineDescription": "Clean callstack reset on path choice", "tags": ["callstack"]}}, {"name": "I076", "sourcePath": "ink/I076/story.ink", "inputPath": "ink/I076/input.txt", "expectedPath": "ink/I076/transcript.txt", "metadata": {"oneLineDescription": "Call stack evaluation", "tags": ["callstack"]}}, {"name": "I077", "sourcePath": "ink/I077/story.ink", "inputPath": "ink/I077/input.txt", "expectedPath": "ink/I077/transcript.txt", "metadata": {"oneLineDescription": "Fallback choice on thread", "tags": ["choices"]}}, {"name": "I078", "sourcePath": "ink/I078/story.ink", "inputPath": "ink/I078/input.txt", "expectedPath": "ink/I078/transcript.txt", "metadata": {"oneLineDescription": "Choice with brackets only", "tags": ["choices"]}}, {"name": "I079", "sourcePath": "ink/I079/story.ink", "inputPath": "ink/I079/input.txt", "expectedPath": "ink/I079/transcript.txt", "metadata": {"oneLineDescription": "Once only choices can link back to self", "tags": ["choices"]}}, {"name": "I080", "sourcePath": "ink/I080/story.ink", "inputPath": "ink/I080/input.txt", "expectedPath": "ink/I080/transcript.txt", "metadata": {"oneLineDescription": "Has read on choice", "tags": ["choices"]}}, {"name": "I081", "sourcePath": "ink/I081/story.ink", "inputPath": "ink/I081/input.txt", "expectedPath": "ink/I081/transcript.txt", "metadata": {"oneLineDescription": "Gather choice same line", "tags": ["choices"]}}, {"name": "I082", "sourcePath": "ink/I082/story.ink", "inputPath": "ink/I082/input.txt", "expectedPath": "ink/I082/transcript.txt", "metadata": {"oneLineDescription": "Choice diverts to done", "tags": ["choices"]}}, {"name": "I083", "sourcePath": "ink/I083/story.ink", "inputPath": "ink/I083/input.txt", "expectedPath": "ink/I083/transcript.txt", "metadata": {"oneLineDescription": "Choice thread forking", "tags": ["choices"]}}, {"name": "I084", "sourcePath": "ink/I084/story.ink", "inputPath": "ink/I084/input.txt", "expectedPath": "ink/I084/transcript.txt", "metadata": {"oneLineDescription": "Sticky choices stay sticky", "tags": ["choices"]}}, {"name": "I085", "sourcePath": "ink/I085/story.ink", "inputPath": "ink/I085/input.txt", "expectedPath": "ink/I085/transcript.txt", "metadata": {"oneLineDescription": "Logic in choices", "tags": ["choices"]}}, {"name": "I086", "sourcePath": "ink/I086/story.ink", "inputPath": "ink/I086/input.txt", "expectedPath": "ink/I086/transcript.txt", "metadata": {"oneLineDescription": "Default simple gather", "tags": ["choices"]}}, {"name": "I087", "sourcePath": "ink/I087/story.ink", "inputPath": "ink/I087/input.txt", "expectedPath": "ink/I087/transcript.txt", "metadata": {"oneLineDescription": "Non text in choice inner content", "tags": ["choices"]}}, {"name": "I088", "sourcePath": "ink/I088/story.ink", "inputPath": "ink/I088/input.txt", "expectedPath": "ink/I088/transcript.txt", "metadata": {"oneLineDescription": "Conditional choices", "tags": ["choices"]}}, {"name": "I089", "sourcePath": "ink/I089/story.ink", "inputPath": "ink/I089/input.txt", "expectedPath": "ink/I089/transcript.txt", "metadata": {"oneLineDescription": "Once only choices with own content", "tags": ["choices"]}}, {"name": "I090", "sourcePath": "ink/I090/story.ink", "inputPath": "ink/I090/input.txt", "expectedPath": "ink/I090/transcript.txt", "metadata": {"oneLineDescription": "Various default choices", "tags": ["choices"]}}, {"name": "I091", "sourcePath": "ink/I091/story.ink", "inputPath": "ink/I091/input.txt", "expectedPath": "ink/I091/transcript.txt", "metadata": {"oneLineDescription": "Choice count", "tags": ["choices"]}}, {"name": "I093", "sourcePath": "ink/I093/story.ink", "inputPath": "ink/I093/input.txt", "expectedPath": "ink/I093/transcript.txt", "metadata": {"oneLineDescription": "Default choices", "tags": ["choices"]}}, {"name": "I094", "sourcePath": "ink/I094/story.ink", "inputPath": "ink/I094/input.txt", "expectedPath": "ink/I094/transcript.txt", "metadata": {"oneLineDescription": "Print num", "tags": ["logic"]}}, {"name": "I095", "sourcePath": "ink/I095/story.ink", "inputPath": "ink/I095/input.txt", "expectedPath": "ink/I095/transcript.txt", "metadata": {"oneLineDescription": "Multiline logic with glue", "tags": ["logic"]}}, {"name": "I096", "sourcePath": "ink/I096/story.ink", "inputPath": "ink/I096/input.txt", "expectedPath": "ink/I096/transcript.txt", "metadata": {"oneLineDescription": "Nested pass by reference", "tags": ["logic"]}}, {"name": "I097", "sourcePath": "ink/I097/story.ink", "inputPath": "ink/I097/input.txt", "expectedPath": "ink/I097/transcript.txt", "metadata": {"oneLineDescription": "Logic lines with newlines", "tags": ["logic"]}}, {"name": "I098", "sourcePath": "ink/I098/story.ink", "inputPath": "ink/I098/input.txt", "expectedPath": "ink/I098/transcript.txt", "metadata": {"oneLineDescription": "Knot thread interaction 2", "tags": ["knots"]}}, {"name": "I099", "sourcePath": "ink/I099/story.ink", "inputPath": "ink/I099/input.txt", "expectedPath": "ink/I099/transcript.txt", "metadata": {"oneLineDescription": "Tags", "tags": ["tags"]}}, {"name": "I100", "sourcePath": "ink/I100/story.ink", "inputPath": "ink/I100/input.txt", "expectedPath": "ink/I100/transcript.txt", "metadata": {"oneLineDescription": "Tags on choice", "tags": ["tags"]}}, {"name": "I101", "sourcePath": "ink/I101/story.ink", "inputPath": "ink/I101/input.txt", "expectedPath": "ink/I101/transcript.txt", "metadata": {"oneLineDescription": "Thread in logic", "tags": ["threads"]}}, {"name": "I102", "sourcePath": "ink/I102/story.ink", "inputPath": "ink/I102/input.txt", "expectedPath": "ink/I102/transcript.txt", "metadata": {"oneLineDescription": "Top flow terminator should not kill thread choices", "tags": ["threads"]}}, {"name": "I103", "sourcePath": "ink/I103/story.ink", "inputPath": "ink/I103/input.txt", "expectedPath": "ink/I103/transcript.txt", "metadata": {"oneLineDescription": "Thread done", "tags": ["threads"]}}, {"name": "I104", "sourcePath": "ink/I104/story.ink", "inputPath": "ink/I104/input.txt", "expectedPath": "ink/I104/transcript.txt", "metadata": {"oneLineDescription": "Multi thread", "tags": ["threads"]}}, {"name": "I105", "sourcePath": "ink/I105/story.ink", "inputPath": "ink/I105/input.txt", "expectedPath": "ink/I105/transcript.txt", "metadata": {"oneLineDescription": "List comparison", "tags": ["extra"]}}, {"name": "I108", "sourcePath": "ink/I108/story.ink", "inputPath": "ink/I108/input.txt", "expectedPath": "ink/I108/transcript.txt", "metadata": {"oneLineDescription": "Blanks in inline sequences", "tags": ["sequences"]}}, {"name": "I109", "sourcePath": "ink/I109/story.ink", "inputPath": "ink/I109/input.txt", "expectedPath": "ink/I109/transcript.txt", "metadata": {"oneLineDescription": "Gather read count with initial sequence", "tags": ["sequences"]}}, {"name": "I110", "sourcePath": "ink/I110/story.ink", "inputPath": "ink/I110/input.txt", "expectedPath": "ink/I110/transcript.txt", "metadata": {"oneLineDescription": "Leading newline multiline sequence", "tags": ["sequences"]}}, {"name": "I111", "sourcePath": "ink/I111/story.ink", "inputPath": "ink/I111/input.txt", "expectedPath": "ink/I111/transcript.txt", "metadata": {"oneLineDescription": "Empty sequence content", "tags": ["sequences"]}}, {"name": "I112", "sourcePath": "ink/I112/story.ink", "inputPath": "ink/I112/input.txt", "expectedPath": "ink/I112/transcript.txt", "metadata": {"oneLineDescription": "All switch branches fail is clean", "tags": ["conditions"]}}, {"name": "I113", "sourcePath": "ink/I113/story.ink", "inputPath": "ink/I113/input.txt", "expectedPath": "ink/I113/transcript.txt", "metadata": {"oneLineDescription": "Else branches", "tags": ["conditions"]}}, {"name": "I114", "sourcePath": "ink/I114/story.ink", "inputPath": "ink/I114/input.txt", "expectedPath": "ink/I114/transcript.txt", "metadata": {"oneLineDescription": "Conditionals", "tags": ["conditions"]}}, {"name": "I115", "sourcePath": "ink/I115/story.ink", "inputPath": "ink/I115/input.txt", "expectedPath": "ink/I115/transcript.txt", "metadata": {"oneLineDescription": "Empty multiline conditional branch", "tags": ["conditions"]}}, {"name": "I116", "sourcePath": "ink/I116/story.ink", "inputPath": "ink/I116/input.txt", "expectedPath": "ink/I116/transcript.txt", "metadata": {"oneLineDescription": "Trivial condition", "tags": ["conditions"]}}, {"name": "I117", "sourcePath": "ink/I117/story.ink", "inputPath": "ink/I117/input.txt", "expectedPath": "ink/I117/transcript.txt", "metadata": {"oneLineDescription": "Factorial recursive", "tags": ["evaluation"]}}, {"name": "I118", "sourcePath": "ink/I118/story.ink", "inputPath": "ink/I118/input.txt", "expectedPath": "ink/I118/transcript.txt", "metadata": {"oneLineDescription": "Literal unary", "tags": ["evaluation"]}}, {"name": "I119", "sourcePath": "ink/I119/story.ink", "inputPath": "ink/I119/input.txt", "expectedPath": "ink/I119/transcript.txt", "metadata": {"oneLineDescription": "Basic string literals", "tags": ["evaluation"]}}, {"name": "I120", "sourcePath": "ink/I120/story.ink", "inputPath": "ink/I120/input.txt", "expectedPath": "ink/I120/transcript.txt", "metadata": {"oneLineDescription": "Evaluating ink functions from game", "tags": ["evaluation"]}}, {"name": "I121", "sourcePath": "ink/I121/story.ink", "inputPath": "ink/I121/input.txt", "expectedPath": "ink/I121/transcript.txt", "metadata": {"oneLineDescription": "Arithmetic", "tags": ["evaluation"]}}, {"name": "I122", "sourcePath": "ink/I122/story.ink", "inputPath": "ink/I122/input.txt", "expectedPath": "ink/I122/transcript.txt", "metadata": {"oneLineDescription": "Evaluation stack leaks", "tags": ["evaluation"]}}, {"name": "I123", "sourcePath": "ink/I123/story.ink", "inputPath": "ink/I123/input.txt", "expectedPath": "ink/I123/transcript.txt", "metadata": {"oneLineDescription": "Factorial by reference", "tags": ["evaluation"]}}, {"name": "I124", "sourcePath": "ink/I124/story.ink", "inputPath": "ink/I124/input.txt", "expectedPath": "ink/I124/transcript.txt", "metadata": {"oneLineDescription": "Evaluating ink functions from game 2", "tags": ["evaluation"]}}, {"name": "I125", "sourcePath": "ink/I125/story.ink", "inputPath": "ink/I125/input.txt", "expectedPath": "ink/I125/transcript.txt", "metadata": {"oneLineDescription": "Increment", "tags": ["evaluation"]}}, {"name": "I126", "sourcePath": "ink/I126/story.ink", "inputPath": "ink/I126/input.txt", "expectedPath": "ink/I126/transcript.txt", "metadata": {"oneLineDescription": "Evaluating function variable state bug", "tags": ["evaluation"]}}, {"name": "I127", "sourcePath": "ink/I127/story.ink", "inputPath": "ink/I127/input.txt", "expectedPath": "ink/I127/transcript.txt", "metadata": {"oneLineDescription": "Variable observer", "tags": ["bindings"]}}, {"name": "I128", "sourcePath": "ink/I128/story.ink", "inputPath": "ink/I128/input.txt", "expectedPath": "ink/I128/transcript.txt", "metadata": {"oneLineDescription": "Knot stitch gather counts", "tags": ["knots"]}}, {"name": "I129", "sourcePath": "ink/I129/story.ink", "inputPath": "ink/I129/input.txt", "expectedPath": "ink/I129/transcript.txt", "metadata": {"oneLineDescription": "Knot do not gather", "tags": ["knots"]}}, {"name": "I130", "sourcePath": "ink/I130/story.ink", "inputPath": "ink/I130/input.txt", "expectedPath": "ink/I130/transcript.txt", "metadata": {"oneLineDescription": "Knot thread interaction", "tags": ["knots"]}}, {"name": "I131", "sourcePath": "ink/I131/story.ink", "inputPath": "ink/I131/input.txt", "expectedPath": "ink/I131/transcript.txt", "metadata": {"oneLineDescription": "Knot and variable with same name", "tags": ["knots"]}}, {"name": "I132", "sourcePath": "ink/I132/story.ink", "inputPath": "ink/I132/input.txt", "expectedPath": "ink/I132/transcript.txt", "metadata": {"oneLineDescription": "Comparing diverts", "context": ["https://github.com/inkle/ink/pull/646"], "tags": ["diverts", "comparisons"]}}, {"name": "I133", "sourcePath": "ink/I133/story.ink", "inputPath": "ink/I133/input.txt", "expectedPath": "ink/I133/transcript.txt", "metadata": {"oneLineDescription": "Float printing precision", "tags": ["floats", "superficialities"]}}, {"name": "I134", "sourcePath": "ink/I134/story.ink", "inputPath": "ink/I134/input.txt", "expectedPath": "ink/I134/transcript.txt", "metadata": {"oneLineDescription": "Native bools", "tags": ["bools"]}}, {"name": "I135", "sourcePath": "ink/I135/story.ink", "inputPath": "ink/I135/input.txt", "expectedPath": "ink/I135/transcript.txt", "metadata": {"oneLineDescription": "Bools can be coerced", "tags": ["bools"]}}], "results": [{"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I001", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I001_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I001_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I001_stderr.txt", "expectedPath": "ink/I001/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I001_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I001/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I001/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I001_out.json"], "compileOutPath": "inklecate_v1.1.1_I001_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I001_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I001_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I002", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I002_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I002_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I002_stderr.txt", "expectedPath": "ink/I002/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I002_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I002/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I002/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I002_out.json"], "compileOutPath": "inklecate_v1.1.1_I002_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I002_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I002_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I003", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I003_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I003_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I003_stderr.txt", "expectedPath": "ink/I003/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I003_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I003/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I003/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I003_out.json"], "compileOutPath": "inklecate_v1.1.1_I003_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I003_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I003_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I004", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I004_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I004_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I004_stderr.txt", "expectedPath": "ink/I004/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I004_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I004/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I004/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I004_out.json"], "compileOutPath": "inklecate_v1.1.1_I004_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I004_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I004_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I005", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I005_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I005_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I005_stderr.txt", "expectedPath": "ink/I005/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I005_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I005/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I005/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I005_out.json"], "compileOutPath": "inklecate_v1.1.1_I005_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I005_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I005_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I006", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I006_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I006_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I006_stderr.txt", "expectedPath": "ink/I006/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I006_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I006/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I006/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I006_out.json"], "compileOutPath": "inklecate_v1.1.1_I006_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I006_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I006_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I007", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I007_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I007_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I007_stderr.txt", "expectedPath": "ink/I007/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I007_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I007/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I007/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I007_out.json"], "compileOutPath": "inklecate_v1.1.1_I007_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I007_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I007_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I008", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I008_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I008_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I008_stderr.txt", "expectedPath": "ink/I008/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I008_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I008/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I008/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I008_out.json"], "compileOutPath": "inklecate_v1.1.1_I008_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I008_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I008_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I009", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I009_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I009_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I009_stderr.txt", "expectedPath": "ink/I009/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I009_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I009/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I009/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I009_out.json"], "compileOutPath": "inklecate_v1.1.1_I009_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I009_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I009_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I011", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I011_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I011_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I011_stderr.txt", "expectedPath": "ink/I011/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I011_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I011/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I011/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I011_out.json"], "compileOutPath": "inklecate_v1.1.1_I011_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I011_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I011_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I012", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I012_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I012_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I012_stderr.txt", "expectedPath": "ink/I012/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I012_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I012/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I012/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I012_out.json"], "compileOutPath": "inklecate_v1.1.1_I012_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I012_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I012_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I013", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I013_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I013_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I013_stderr.txt", "expectedPath": "ink/I013/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I013_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I013/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I013/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I013_out.json"], "compileOutPath": "inklecate_v1.1.1_I013_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I013_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I013_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I014", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I014_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I014_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I014_stderr.txt", "expectedPath": "ink/I014/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I014_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I014/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I014/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I014_out.json"], "compileOutPath": "inklecate_v1.1.1_I014_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I014_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I014_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I015", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I015_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I015_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I015_stderr.txt", "expectedPath": "ink/I015/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I015_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I015/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I015/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I015_out.json"], "compileOutPath": "inklecate_v1.1.1_I015_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I015_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I015_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I016", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I016_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I016_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I016_stderr.txt", "expectedPath": "ink/I016/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I016_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I016/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I016/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I016_out.json"], "compileOutPath": "inklecate_v1.1.1_I016_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I016_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I016_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I017", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I017_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I017_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I017_stderr.txt", "expectedPath": "ink/I017/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I017_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I017/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I017/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I017_out.json"], "compileOutPath": "inklecate_v1.1.1_I017_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I017_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I017_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I018", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I018_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I018_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I018_stderr.txt", "expectedPath": "ink/I018/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I018_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I018/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I018/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I018_out.json"], "compileOutPath": "inklecate_v1.1.1_I018_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I018_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I018_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I019", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I019_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I019_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I019_stderr.txt", "expectedPath": "ink/I019/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I019_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I019/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I019/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I019_out.json"], "compileOutPath": "inklecate_v1.1.1_I019_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I019_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I019_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I020", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I020_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I020_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I020_stderr.txt", "expectedPath": "ink/I020/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I020_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I020/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I020/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I020_out.json"], "compileOutPath": "inklecate_v1.1.1_I020_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I020_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I020_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I021", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I021_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I021_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I021_stderr.txt", "expectedPath": "ink/I021/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I021_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I021/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I021/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I021_out.json"], "compileOutPath": "inklecate_v1.1.1_I021_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I021_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I021_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I022", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I022_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I022_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I022_stderr.txt", "expectedPath": "ink/I022/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I022_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I022/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I022/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I022_out.json"], "compileOutPath": "inklecate_v1.1.1_I022_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I022_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I022_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I023", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I023_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I023_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I023_stderr.txt", "expectedPath": "ink/I023/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I023_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I023/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I023/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I023_out.json"], "compileOutPath": "inklecate_v1.1.1_I023_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I023_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I023_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I024", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I024_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I024_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I024_stderr.txt", "expectedPath": "ink/I024/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I024_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I024/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I024/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I024_out.json"], "compileOutPath": "inklecate_v1.1.1_I024_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I024_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I024_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I025", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I025_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I025_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I025_stderr.txt", "expectedPath": "ink/I025/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I025_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I025/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I025/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I025_out.json"], "compileOutPath": "inklecate_v1.1.1_I025_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I025_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I025_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I026", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I026_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I026_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I026_stderr.txt", "expectedPath": "ink/I026/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I026_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I026/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I026/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I026_out.json"], "compileOutPath": "inklecate_v1.1.1_I026_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I026_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I026_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I027", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I027_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I027_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I027_stderr.txt", "expectedPath": "ink/I027/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I027_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I027/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I027/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I027_out.json"], "compileOutPath": "inklecate_v1.1.1_I027_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I027_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I027_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I028", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I028_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I028_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I028_stderr.txt", "expectedPath": "ink/I028/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I028_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I028/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I028/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I028_out.json"], "compileOutPath": "inklecate_v1.1.1_I028_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I028_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I028_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I029", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I029_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I029_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I029_stderr.txt", "expectedPath": "ink/I029/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I029_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I029/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I029/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I029_out.json"], "compileOutPath": "inklecate_v1.1.1_I029_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I029_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I029_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I030", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I030_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I030_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I030_stderr.txt", "expectedPath": "ink/I030/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I030_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I030/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I030/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I030_out.json"], "compileOutPath": "inklecate_v1.1.1_I030_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I030_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I030_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I031", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I031_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I031_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I031_stderr.txt", "expectedPath": "ink/I031/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I031_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I031/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I031/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I031_out.json"], "compileOutPath": "inklecate_v1.1.1_I031_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I031_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I031_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I032", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I032_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I032_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I032_stderr.txt", "expectedPath": "ink/I032/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I032_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I032/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I032/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I032_out.json"], "compileOutPath": "inklecate_v1.1.1_I032_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I032_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I032_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I033", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I033_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I033_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I033_stderr.txt", "expectedPath": "ink/I033/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I033_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I033/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I033/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I033_out.json"], "compileOutPath": "inklecate_v1.1.1_I033_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I033_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I033_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I034", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I034_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I034_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I034_stderr.txt", "expectedPath": "ink/I034/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I034_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I034/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I034/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I034_out.json"], "compileOutPath": "inklecate_v1.1.1_I034_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I034_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I034_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I035", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I035_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I035_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I035_stderr.txt", "expectedPath": "ink/I035/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I035_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I035/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I035/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I035_out.json"], "compileOutPath": "inklecate_v1.1.1_I035_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I035_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I035_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I036", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I036_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I036_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I036_stderr.txt", "expectedPath": "ink/I036/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I036_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I036/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I036/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I036_out.json"], "compileOutPath": "inklecate_v1.1.1_I036_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I036_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I036_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I037", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I037_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I037_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I037_stderr.txt", "expectedPath": "ink/I037/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I037_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I037/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I037/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I037_out.json"], "compileOutPath": "inklecate_v1.1.1_I037_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I037_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I037_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I038", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I038_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I038_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I038_stderr.txt", "expectedPath": "ink/I038/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I038_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I038/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I038/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I038_out.json"], "compileOutPath": "inklecate_v1.1.1_I038_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I038_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I038_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I039", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I039_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I039_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I039_stderr.txt", "expectedPath": "ink/I039/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I039_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I039/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I039/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I039_out.json"], "compileOutPath": "inklecate_v1.1.1_I039_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I039_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I039_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I040", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I040_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I040_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I040_stderr.txt", "expectedPath": "ink/I040/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I040_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I040/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I040/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I040_out.json"], "compileOutPath": "inklecate_v1.1.1_I040_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I040_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I040_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I041", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I041_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I041_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I041_stderr.txt", "expectedPath": "ink/I041/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I041_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I041/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I041/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I041_out.json"], "compileOutPath": "inklecate_v1.1.1_I041_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I041_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I041_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I042", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I042_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I042_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I042_stderr.txt", "expectedPath": "ink/I042/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I042_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I042/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I042/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I042_out.json"], "compileOutPath": "inklecate_v1.1.1_I042_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I042_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I042_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I043", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I043_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I043_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I043_stderr.txt", "expectedPath": "ink/I043/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I043_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I043/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I043/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I043_out.json"], "compileOutPath": "inklecate_v1.1.1_I043_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I043_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I043_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I044", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I044_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I044_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I044_stderr.txt", "expectedPath": "ink/I044/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I044_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I044/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I044/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I044_out.json"], "compileOutPath": "inklecate_v1.1.1_I044_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I044_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I044_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I045", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I045_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I045_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I045_stderr.txt", "expectedPath": "ink/I045/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I045_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I045/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I045/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I045_out.json"], "compileOutPath": "inklecate_v1.1.1_I045_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I045_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I045_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I046", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I046_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I046_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I046_stderr.txt", "expectedPath": "ink/I046/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I046_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I046/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I046/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I046_out.json"], "compileOutPath": "inklecate_v1.1.1_I046_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I046_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I046_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I047", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I047_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I047_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I047_stderr.txt", "expectedPath": "ink/I047/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I047_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I047/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I047/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I047_out.json"], "compileOutPath": "inklecate_v1.1.1_I047_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I047_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I047_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I048", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I048_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I048_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I048_stderr.txt", "expectedPath": "ink/I048/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I048_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I048/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I048/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I048_out.json"], "compileOutPath": "inklecate_v1.1.1_I048_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I048_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I048_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I049", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I049_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I049_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I049_stderr.txt", "expectedPath": "ink/I049/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I049_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I049/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I049/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I049_out.json"], "compileOutPath": "inklecate_v1.1.1_I049_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I049_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I049_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I050", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I050_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I050_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I050_stderr.txt", "expectedPath": "ink/I050/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I050_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I050/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I050/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I050_out.json"], "compileOutPath": "inklecate_v1.1.1_I050_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I050_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I050_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I051", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I051_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I051_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I051_stderr.txt", "expectedPath": "ink/I051/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I051_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I051/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I051/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I051_out.json"], "compileOutPath": "inklecate_v1.1.1_I051_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I051_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I051_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I052", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I052_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I052_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I052_stderr.txt", "expectedPath": "ink/I052/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I052_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I052/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I052/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I052_out.json"], "compileOutPath": "inklecate_v1.1.1_I052_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I052_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I052_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I053", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I053_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I053_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I053_stderr.txt", "expectedPath": "ink/I053/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I053_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I053/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I053/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I053_out.json"], "compileOutPath": "inklecate_v1.1.1_I053_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I053_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I053_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I054", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I054_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I054_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I054_stderr.txt", "expectedPath": "ink/I054/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I054_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I054/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I054/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I054_out.json"], "compileOutPath": "inklecate_v1.1.1_I054_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I054_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I054_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I055", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I055_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I055_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I055_stderr.txt", "expectedPath": "ink/I055/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I055_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I055/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I055/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I055_out.json"], "compileOutPath": "inklecate_v1.1.1_I055_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I055_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I055_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I056", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I056_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I056_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I056_stderr.txt", "expectedPath": "ink/I056/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I056_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I056/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I056/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I056_out.json"], "compileOutPath": "inklecate_v1.1.1_I056_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I056_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I056_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I057", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I057_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I057_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I057_stderr.txt", "expectedPath": "ink/I057/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I057_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I057/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I057/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I057_out.json"], "compileOutPath": "inklecate_v1.1.1_I057_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I057_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I057_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I058", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I058_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I058_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I058_stderr.txt", "expectedPath": "ink/I058/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I058_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I058/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I058/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I058_out.json"], "compileOutPath": "inklecate_v1.1.1_I058_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I058_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I058_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I059", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I059_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I059_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I059_stderr.txt", "expectedPath": "ink/I059/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I059_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I059/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I059/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I059_out.json"], "compileOutPath": "inklecate_v1.1.1_I059_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I059_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I059_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I060", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I060_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I060_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I060_stderr.txt", "expectedPath": "ink/I060/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I060_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I060/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I060/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I060_out.json"], "compileOutPath": "inklecate_v1.1.1_I060_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I060_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I060_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I061", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I061_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I061_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I061_stderr.txt", "expectedPath": "ink/I061/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I061_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I061/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I061/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I061_out.json"], "compileOutPath": "inklecate_v1.1.1_I061_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I061_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I061_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I062", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I062_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I062_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I062_stderr.txt", "expectedPath": "ink/I062/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I062_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I062/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I062/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I062_out.json"], "compileOutPath": "inklecate_v1.1.1_I062_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I062_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I062_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I063", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I063_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I063_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I063_stderr.txt", "expectedPath": "ink/I063/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I063_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I063/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I063/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I063_out.json"], "compileOutPath": "inklecate_v1.1.1_I063_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I063_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I063_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I064", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I064_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I064_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I064_stderr.txt", "expectedPath": "ink/I064/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I064_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I064/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I064/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I064_out.json"], "compileOutPath": "inklecate_v1.1.1_I064_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I064_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I064_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I065", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I065_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I065_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I065_stderr.txt", "expectedPath": "ink/I065/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I065_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I065/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I065/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I065_out.json"], "compileOutPath": "inklecate_v1.1.1_I065_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I065_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I065_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I066", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I066_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I066_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I066_stderr.txt", "expectedPath": "ink/I066/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I066_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I066/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I066/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I066_out.json"], "compileOutPath": "inklecate_v1.1.1_I066_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I066_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I066_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I067", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I067_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I067_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I067_stderr.txt", "expectedPath": "ink/I067/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I067_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I067/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I067/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I067_out.json"], "compileOutPath": "inklecate_v1.1.1_I067_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I067_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I067_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I068", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I068_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I068_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I068_stderr.txt", "expectedPath": "ink/I068/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I068_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I068/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I068/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I068_out.json"], "compileOutPath": "inklecate_v1.1.1_I068_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I068_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I068_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I069", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I069_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I069_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I069_stderr.txt", "expectedPath": "ink/I069/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I069_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I069/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I069/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I069_out.json"], "compileOutPath": "inklecate_v1.1.1_I069_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I069_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I069_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I070", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I070_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I070_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I070_stderr.txt", "expectedPath": "ink/I070/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I070_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I070/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I070/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I070_out.json"], "compileOutPath": "inklecate_v1.1.1_I070_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I070_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I070_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I071", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I071_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I071_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I071_stderr.txt", "expectedPath": "ink/I071/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I071_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I071/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I071/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I071_out.json"], "compileOutPath": "inklecate_v1.1.1_I071_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I071_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I071_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I072", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I072_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I072_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I072_stderr.txt", "expectedPath": "ink/I072/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I072_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I072/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I072/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I072_out.json"], "compileOutPath": "inklecate_v1.1.1_I072_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I072_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I072_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I073", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I073_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I073_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I073_stderr.txt", "expectedPath": "ink/I073/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I073_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I073/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I073/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I073_out.json"], "compileOutPath": "inklecate_v1.1.1_I073_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I073_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I073_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I075", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I075_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I075_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I075_stderr.txt", "expectedPath": "ink/I075/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I075_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I075/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I075/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I075_out.json"], "compileOutPath": "inklecate_v1.1.1_I075_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I075_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I075_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I076", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I076_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I076_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I076_stderr.txt", "expectedPath": "ink/I076/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I076_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I076/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I076/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I076_out.json"], "compileOutPath": "inklecate_v1.1.1_I076_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I076_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I076_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I077", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I077_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I077_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I077_stderr.txt", "expectedPath": "ink/I077/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I077_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I077/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I077/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I077_out.json"], "compileOutPath": "inklecate_v1.1.1_I077_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I077_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I077_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I078", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I078_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I078_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I078_stderr.txt", "expectedPath": "ink/I078/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I078_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I078/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I078/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I078_out.json"], "compileOutPath": "inklecate_v1.1.1_I078_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I078_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I078_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I079", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I079_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I079_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I079_stderr.txt", "expectedPath": "ink/I079/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I079_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I079/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I079/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I079_out.json"], "compileOutPath": "inklecate_v1.1.1_I079_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I079_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I079_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I080", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I080_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I080_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I080_stderr.txt", "expectedPath": "ink/I080/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I080_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I080/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I080/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I080_out.json"], "compileOutPath": "inklecate_v1.1.1_I080_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I080_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I080_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I081", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I081_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I081_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I081_stderr.txt", "expectedPath": "ink/I081/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I081_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I081/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I081/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I081_out.json"], "compileOutPath": "inklecate_v1.1.1_I081_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I081_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I081_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I082", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I082_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I082_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I082_stderr.txt", "expectedPath": "ink/I082/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I082_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I082/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I082/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I082_out.json"], "compileOutPath": "inklecate_v1.1.1_I082_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I082_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I082_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I083", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I083_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I083_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I083_stderr.txt", "expectedPath": "ink/I083/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I083_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I083/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I083/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I083_out.json"], "compileOutPath": "inklecate_v1.1.1_I083_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I083_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I083_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I084", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I084_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I084_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I084_stderr.txt", "expectedPath": "ink/I084/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I084_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I084/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I084/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I084_out.json"], "compileOutPath": "inklecate_v1.1.1_I084_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I084_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I084_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I085", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I085_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I085_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I085_stderr.txt", "expectedPath": "ink/I085/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I085_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I085/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I085/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I085_out.json"], "compileOutPath": "inklecate_v1.1.1_I085_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I085_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I085_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I086", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I086_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I086_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I086_stderr.txt", "expectedPath": "ink/I086/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I086_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I086/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I086/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I086_out.json"], "compileOutPath": "inklecate_v1.1.1_I086_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I086_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I086_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I087", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I087_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I087_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I087_stderr.txt", "expectedPath": "ink/I087/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I087_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I087/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I087/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I087_out.json"], "compileOutPath": "inklecate_v1.1.1_I087_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I087_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I087_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I088", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I088_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I088_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I088_stderr.txt", "expectedPath": "ink/I088/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I088_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I088/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I088/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I088_out.json"], "compileOutPath": "inklecate_v1.1.1_I088_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I088_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I088_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I089", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I089_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I089_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I089_stderr.txt", "expectedPath": "ink/I089/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I089_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I089/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I089/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I089_out.json"], "compileOutPath": "inklecate_v1.1.1_I089_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I089_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I089_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I090", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I090_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I090_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I090_stderr.txt", "expectedPath": "ink/I090/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I090_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I090/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I090/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I090_out.json"], "compileOutPath": "inklecate_v1.1.1_I090_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I090_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I090_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I091", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I091_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I091_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I091_stderr.txt", "expectedPath": "ink/I091/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I091_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I091/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I091/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I091_out.json"], "compileOutPath": "inklecate_v1.1.1_I091_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I091_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I091_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I093", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I093_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I093_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I093_stderr.txt", "expectedPath": "ink/I093/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I093_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I093/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I093/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I093_out.json"], "compileOutPath": "inklecate_v1.1.1_I093_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I093_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I093_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I094", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I094_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I094_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I094_stderr.txt", "expectedPath": "ink/I094/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I094_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I094/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I094/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I094_out.json"], "compileOutPath": "inklecate_v1.1.1_I094_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I094_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I094_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I095", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I095_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I095_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I095_stderr.txt", "expectedPath": "ink/I095/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I095_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I095/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I095/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I095_out.json"], "compileOutPath": "inklecate_v1.1.1_I095_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I095_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I095_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I096", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I096_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I096_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I096_stderr.txt", "expectedPath": "ink/I096/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I096_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I096/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I096/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I096_out.json"], "compileOutPath": "inklecate_v1.1.1_I096_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I096_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I096_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I097", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I097_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I097_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I097_stderr.txt", "expectedPath": "ink/I097/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I097_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I097/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I097/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I097_out.json"], "compileOutPath": "inklecate_v1.1.1_I097_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I097_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I097_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I098", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I098_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I098_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I098_stderr.txt", "expectedPath": "ink/I098/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I098_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I098/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I098/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I098_out.json"], "compileOutPath": "inklecate_v1.1.1_I098_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I098_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I098_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I099", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I099_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I099_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I099_stderr.txt", "expectedPath": "ink/I099/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I099_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I099/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I099/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I099_out.json"], "compileOutPath": "inklecate_v1.1.1_I099_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I099_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I099_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I100", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I100_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I100_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I100_stderr.txt", "expectedPath": "ink/I100/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I100_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I100/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I100/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I100_out.json"], "compileOutPath": "inklecate_v1.1.1_I100_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I100_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I100_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I101", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I101_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I101_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I101_stderr.txt", "expectedPath": "ink/I101/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I101_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I101/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I101/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I101_out.json"], "compileOutPath": "inklecate_v1.1.1_I101_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I101_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I101_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I102", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I102_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I102_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I102_stderr.txt", "expectedPath": "ink/I102/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I102_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I102/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I102/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I102_out.json"], "compileOutPath": "inklecate_v1.1.1_I102_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I102_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I102_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I103", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I103_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I103_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I103_stderr.txt", "expectedPath": "ink/I103/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I103_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I103/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I103/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I103_out.json"], "compileOutPath": "inklecate_v1.1.1_I103_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I103_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I103_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I104", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I104_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I104_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I104_stderr.txt", "expectedPath": "ink/I104/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I104_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I104/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I104/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I104_out.json"], "compileOutPath": "inklecate_v1.1.1_I104_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I104_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I104_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I105", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I105_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I105_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I105_stderr.txt", "expectedPath": "ink/I105/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I105_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I105/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I105/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I105_out.json"], "compileOutPath": "inklecate_v1.1.1_I105_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I105_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I105_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I108", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I108_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I108_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I108_stderr.txt", "expectedPath": "ink/I108/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I108_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I108/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I108/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I108_out.json"], "compileOutPath": "inklecate_v1.1.1_I108_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I108_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I108_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I109", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I109_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I109_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I109_stderr.txt", "expectedPath": "ink/I109/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I109_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I109/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I109/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I109_out.json"], "compileOutPath": "inklecate_v1.1.1_I109_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I109_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I109_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I110", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I110_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I110_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I110_stderr.txt", "expectedPath": "ink/I110/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I110_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I110/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I110/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I110_out.json"], "compileOutPath": "inklecate_v1.1.1_I110_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I110_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I110_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I111", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I111_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I111_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I111_stderr.txt", "expectedPath": "ink/I111/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I111_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I111/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I111/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I111_out.json"], "compileOutPath": "inklecate_v1.1.1_I111_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I111_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I111_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I112", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I112_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I112_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I112_stderr.txt", "expectedPath": "ink/I112/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I112_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I112/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I112/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I112_out.json"], "compileOutPath": "inklecate_v1.1.1_I112_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I112_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I112_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I113", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I113_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I113_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I113_stderr.txt", "expectedPath": "ink/I113/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I113_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I113/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I113/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I113_out.json"], "compileOutPath": "inklecate_v1.1.1_I113_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I113_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I113_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I114", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I114_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I114_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I114_stderr.txt", "expectedPath": "ink/I114/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I114_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I114/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I114/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I114_out.json"], "compileOutPath": "inklecate_v1.1.1_I114_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I114_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I114_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I115", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I115_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I115_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I115_stderr.txt", "expectedPath": "ink/I115/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I115_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I115/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I115/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I115_out.json"], "compileOutPath": "inklecate_v1.1.1_I115_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I115_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I115_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I116", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I116_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I116_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I116_stderr.txt", "expectedPath": "ink/I116/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I116_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I116/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I116/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I116_out.json"], "compileOutPath": "inklecate_v1.1.1_I116_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I116_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I116_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I117", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I117_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I117_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I117_stderr.txt", "expectedPath": "ink/I117/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I117_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I117/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I117/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I117_out.json"], "compileOutPath": "inklecate_v1.1.1_I117_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I117_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I117_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I118", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I118_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I118_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I118_stderr.txt", "expectedPath": "ink/I118/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I118_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I118/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I118/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I118_out.json"], "compileOutPath": "inklecate_v1.1.1_I118_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I118_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I118_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I119", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I119_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I119_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I119_stderr.txt", "expectedPath": "ink/I119/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I119_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I119/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I119/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I119_out.json"], "compileOutPath": "inklecate_v1.1.1_I119_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I119_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I119_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I120", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I120_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I120_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I120_stderr.txt", "expectedPath": "ink/I120/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I120_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I120/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I120/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I120_out.json"], "compileOutPath": "inklecate_v1.1.1_I120_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I120_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I120_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I121", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I121_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I121_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I121_stderr.txt", "expectedPath": "ink/I121/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I121_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I121/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I121/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I121_out.json"], "compileOutPath": "inklecate_v1.1.1_I121_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I121_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I121_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I122", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I122_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I122_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I122_stderr.txt", "expectedPath": "ink/I122/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I122_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I122/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I122/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I122_out.json"], "compileOutPath": "inklecate_v1.1.1_I122_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I122_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I122_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I123", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I123_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I123_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I123_stderr.txt", "expectedPath": "ink/I123/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I123_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I123/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I123/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I123_out.json"], "compileOutPath": "inklecate_v1.1.1_I123_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I123_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I123_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I124", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I124_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I124_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I124_stderr.txt", "expectedPath": "ink/I124/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I124_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I124/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I124/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I124_out.json"], "compileOutPath": "inklecate_v1.1.1_I124_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I124_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I124_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I125", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I125_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I125_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I125_stderr.txt", "expectedPath": "ink/I125/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I125_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I125/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I125/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I125_out.json"], "compileOutPath": "inklecate_v1.1.1_I125_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I125_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I125_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I126", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I126_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I126_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I126_stderr.txt", "expectedPath": "ink/I126/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I126_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I126/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I126/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I126_out.json"], "compileOutPath": "inklecate_v1.1.1_I126_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I126_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I126_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I127", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I127_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I127_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I127_stderr.txt", "expectedPath": "ink/I127/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I127_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I127/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I127/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I127_out.json"], "compileOutPath": "inklecate_v1.1.1_I127_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I127_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I127_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I128", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I128_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I128_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I128_stderr.txt", "expectedPath": "ink/I128/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I128_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I128/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I128/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I128_out.json"], "compileOutPath": "inklecate_v1.1.1_I128_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I128_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I128_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I129", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I129_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I129_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I129_stderr.txt", "expectedPath": "ink/I129/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I129_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I129/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I129/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I129_out.json"], "compileOutPath": "inklecate_v1.1.1_I129_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I129_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I129_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I130", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I130_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I130_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I130_stderr.txt", "expectedPath": "ink/I130/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I130_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I130/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I130/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I130_out.json"], "compileOutPath": "inklecate_v1.1.1_I130_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I130_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I130_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I131", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I131_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I131_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I131_stderr.txt", "expectedPath": "ink/I131/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I131_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I131/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I131/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I131_out.json"], "compileOutPath": "inklecate_v1.1.1_I131_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I131_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I131_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I132", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I132_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I132_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I132_stderr.txt", "expectedPath": "ink/I132/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I132_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I132/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I132/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I132_out.json"], "compileOutPath": "inklecate_v1.1.1_I132_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I132_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I132_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I133", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I133_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I133_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I133_stderr.txt", "expectedPath": "ink/I133/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I133_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I133/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I133/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I133_out.json"], "compileOutPath": "inklecate_v1.1.1_I133_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I133_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I133_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I134", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I134_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I134_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I134_stderr.txt", "expectedPath": "ink/I134/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I134_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I134/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I134/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I134_out.json"], "compileOutPath": "inklecate_v1.1.1_I134_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I134_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I134_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I135", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I135_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I135_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I135_stderr.txt", "expectedPath": "ink/I135/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I135_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I135/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I135/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I135_out.json"], "compileOutPath": "inklecate_v1.1.1_I135_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I135_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I135_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}]} \ No newline at end of file +{"metadata": {"timestamp": 1715015172.7132652}, "statuses": {"SUCCESS": {"name": "SUCCESS", "description": "", "symbol": "\ud83d\udc9a", "summary": [{"name": "outPath", "humanName": "Output"}]}, "FAIL": {"name": "FAIL", "description": "Actual output does not match expected", "symbol": "\u274c", "summary": [{"name": "outPath", "humanName": "Actual output"}, {"name": "expectedPath", "humanName": "Expected output"}, {"kind": "diff", "expectedName": "expectedPath", "actualName": "outPath", "humanName": "Diff"}]}, "COMPILER_NO_OUTPUT": {"name": "COMPILER_NO_OUTPUT", "description": "The compiler did not produce output", "symbol": "\u274c", "summary": [{"name": "compileExitcode", "humanName": "Exit code"}, {"name": "compileOutPath", "humanName": "stdout"}, {"name": "compileErrPath", "humanName": "stderr"}]}, "RUNTIME_CRASHED": {"name": "RUNTIME_CRASHED", "description": "The runtime crashed on this input", "symbol": "\ud83d\udd25", "summary": [{"name": "exitcode", "humanName": "Exit code"}, {"name": "outPath", "humanName": "stdout"}, {"name": "errPath", "humanName": "stderr"}]}, "COMPILER_CRASHED": {"name": "COMPILER_CRASHED", "description": "The compiler crashed on this input", "symbol": "\ud83d\udd25", "summary": [{"name": "compileExitcode", "humanName": "Exit code"}, {"name": "compileOutPath", "humanName": "stdout"}, {"name": "compileErrPath", "humanName": "stderr"}]}, "INCOMPATIBLE_VERSION": {"name": "INCOMPATIBLE_VERSION", "description": "The runtime does not understand this bytecode version.", "symbol": "\ud83e\udee5", "summary": [{"name": "exitcode", "humanName": "Exit code"}, {"name": "outPath", "humanName": "stdout"}, {"name": "errPath", "humanName": "stderr"}]}, "RUNTIME_TIMEOUT": {"name": "RUNTIME_TIMEOUT", "description": "The runtime timed out", "symbol": "\u231b", "summary": [{"name": "exitcode", "humanName": "Exit code"}, {"name": "outPath", "humanName": "stdout"}, {"name": "errPath", "humanName": "stderr"}]}, "INFRA_ERROR": {"name": "INFRA_ERROR", "description": "Infra error", "symbol": "\ud83c\udfd7\ufe0f", "summary": [{"name": "infraError", "humanName": "Exception"}]}}, "programs": [{"name": "inklecate_v1.1.1", "humanName": "inklecate v1.1.1", "kind": "Compiler"}, {"name": "inkcpp_runtime", "humanName": "inkcpp runtime", "kind": "Runtime"}], "examples": [{"name": "I001", "sourcePath": "ink/I001/story.ink", "inputPath": "ink/I001/input.txt", "expectedPath": "ink/I001/transcript.txt", "metadata": {"oneLineDescription": "Minimal story", "tags": []}}, {"name": "I002", "sourcePath": "ink/I002/story.ink", "inputPath": "ink/I002/input.txt", "expectedPath": "ink/I002/transcript.txt", "metadata": {"oneLineDescription": "Fogg comforts Passepartout", "tags": []}}, {"name": "I003", "sourcePath": "ink/I003/story.ink", "inputPath": "ink/I003/input.txt", "expectedPath": "ink/I003/transcript.txt", "metadata": {"oneLineDescription": "Tunnel to death", "tags": []}}, {"name": "I004", "sourcePath": "ink/I004/story.ink", "inputPath": "ink/I004/input.txt", "expectedPath": "ink/I004/transcript.txt", "metadata": {"oneLineDescription": "Print number as English", "tags": []}}, {"name": "I005", "sourcePath": "ink/I005/story.ink", "inputPath": "ink/I005/input.txt", "expectedPath": "ink/I005/transcript.txt", "metadata": {"oneLineDescription": "Const variable", "tags": ["variables"]}}, {"name": "I006", "sourcePath": "ink/I006/story.ink", "inputPath": "ink/I006/input.txt", "expectedPath": "ink/I006/transcript.txt", "metadata": {"oneLineDescription": "Multiple constant references", "tags": ["variables"]}}, {"name": "I007", "sourcePath": "ink/I007/story.ink", "inputPath": "ink/I007/input.txt", "expectedPath": "ink/I007/transcript.txt", "metadata": {"oneLineDescription": "Set non existant variable", "tags": ["variables"]}}, {"name": "I008", "sourcePath": "ink/I008/story.ink", "inputPath": "ink/I008/input.txt", "expectedPath": "ink/I008/transcript.txt", "metadata": {"oneLineDescription": "Temp global conflict", "tags": ["variables"]}}, {"name": "I009", "sourcePath": "ink/I009/story.ink", "inputPath": "ink/I009/input.txt", "expectedPath": "ink/I009/transcript.txt", "metadata": {"oneLineDescription": "Temp usage in options", "tags": ["variables"]}}, {"name": "I011", "sourcePath": "ink/I011/story.ink", "inputPath": "ink/I011/input.txt", "expectedPath": "ink/I011/transcript.txt", "metadata": {"oneLineDescription": "Temporaries at global scope", "tags": ["variables"]}}, {"name": "I012", "sourcePath": "ink/I012/story.ink", "inputPath": "ink/I012/input.txt", "expectedPath": "ink/I012/transcript.txt", "metadata": {"oneLineDescription": "Variable declaration in conditional", "tags": ["variables"]}}, {"name": "I013", "sourcePath": "ink/I013/story.ink", "inputPath": "ink/I013/input.txt", "expectedPath": "ink/I013/transcript.txt", "metadata": {"oneLineDescription": "Variable divert target", "tags": ["variables"]}}, {"name": "I014", "sourcePath": "ink/I014/story.ink", "inputPath": "ink/I014/input.txt", "expectedPath": "ink/I014/transcript.txt", "metadata": {"oneLineDescription": "Variable swap recurse", "tags": ["variables"]}}, {"name": "I015", "sourcePath": "ink/I015/story.ink", "inputPath": "ink/I015/input.txt", "expectedPath": "ink/I015/transcript.txt", "metadata": {"oneLineDescription": "Variable tunnel", "tags": ["variables"]}}, {"name": "I016", "sourcePath": "ink/I016/story.ink", "inputPath": "ink/I016/input.txt", "expectedPath": "ink/I016/transcript.txt", "metadata": {"oneLineDescription": "Empty", "tags": ["misc"]}}, {"name": "I017", "sourcePath": "ink/I017/story.ink", "inputPath": "ink/I017/input.txt", "expectedPath": "ink/I017/transcript.txt", "metadata": {"oneLineDescription": "End", "tags": ["misc"]}}, {"name": "I018", "sourcePath": "ink/I018/story.ink", "inputPath": "ink/I018/input.txt", "expectedPath": "ink/I018/transcript.txt", "metadata": {"oneLineDescription": "End, the return of the end", "tags": ["misc"]}}, {"name": "I019", "sourcePath": "ink/I019/story.ink", "inputPath": "ink/I019/input.txt", "expectedPath": "ink/I019/transcript.txt", "metadata": {"oneLineDescription": "End of content", "tags": ["misc"]}}, {"name": "I020", "sourcePath": "ink/I020/story.ink", "inputPath": "ink/I020/input.txt", "expectedPath": "ink/I020/transcript.txt", "metadata": {"oneLineDescription": "Escape character", "tags": ["misc"]}}, {"name": "I021", "sourcePath": "ink/I021/story.ink", "inputPath": "ink/I021/input.txt", "expectedPath": "ink/I021/transcript.txt", "metadata": {"oneLineDescription": "Identifiers can start with numbers", "tags": ["misc"]}}, {"name": "I022", "sourcePath": "ink/I022/story.ink", "inputPath": "ink/I022/input.txt", "expectedPath": "ink/I022/transcript.txt", "metadata": {"oneLineDescription": "Quote character significance", "tags": ["misc"]}}, {"name": "I023", "sourcePath": "ink/I023/story.ink", "inputPath": "ink/I023/input.txt", "expectedPath": "ink/I023/transcript.txt", "metadata": {"oneLineDescription": "Whitespace", "tags": ["misc"]}}, {"name": "I024", "sourcePath": "ink/I024/story.ink", "inputPath": "ink/I024/input.txt", "expectedPath": "ink/I024/transcript.txt", "metadata": {"oneLineDescription": "Includes", "tags": ["misc", "includes"]}}, {"name": "I025", "sourcePath": "ink/I025/story.ink", "inputPath": "ink/I025/input.txt", "expectedPath": "ink/I025/transcript.txt", "metadata": {"oneLineDescription": "Nested includes", "tags": ["misc", "includes"]}}, {"name": "I026", "sourcePath": "ink/I026/story.ink", "inputPath": "ink/I026/input.txt", "expectedPath": "ink/I026/transcript.txt", "metadata": {"oneLineDescription": "Floor, ceiling and casts", "tags": ["builtins"]}}, {"name": "I027", "sourcePath": "ink/I027/story.ink", "inputPath": "ink/I027/input.txt", "expectedPath": "ink/I027/transcript.txt", "metadata": {"oneLineDescription": "Read count across callstack", "tags": ["builtins"]}}, {"name": "I028", "sourcePath": "ink/I028/story.ink", "inputPath": "ink/I028/input.txt", "expectedPath": "ink/I028/transcript.txt", "metadata": {"oneLineDescription": "Read count accross threads", "tags": ["builtins"]}}, {"name": "I029", "sourcePath": "ink/I029/story.ink", "inputPath": "ink/I029/input.txt", "expectedPath": "ink/I029/transcript.txt", "metadata": {"oneLineDescription": "Read count dot seperated path", "tags": ["builtins"]}}, {"name": "I030", "sourcePath": "ink/I030/story.ink", "inputPath": "ink/I030/input.txt", "expectedPath": "ink/I030/transcript.txt", "metadata": {"oneLineDescription": "Nested turns since", "tags": ["builtins"]}}, {"name": "I031", "sourcePath": "ink/I031/story.ink", "inputPath": "ink/I031/input.txt", "expectedPath": "ink/I031/transcript.txt", "metadata": {"oneLineDescription": "Read count variable target", "tags": ["builtins"]}}, {"name": "I032", "sourcePath": "ink/I032/story.ink", "inputPath": "ink/I032/input.txt", "expectedPath": "ink/I032/transcript.txt", "metadata": {"oneLineDescription": "List comparison", "tags": ["extras"]}}, {"name": "I033", "sourcePath": "ink/I033/story.ink", "inputPath": "ink/I033/input.txt", "expectedPath": "ink/I033/transcript.txt", "metadata": {"oneLineDescription": "Newline consistency, the first", "tags": ["whitespace", "newline"]}}, {"name": "I034", "sourcePath": "ink/I034/story.ink", "inputPath": "ink/I034/input.txt", "expectedPath": "ink/I034/transcript.txt", "metadata": {"oneLineDescription": "Newline consistency, the second", "tags": ["whitespace", "newline"]}}, {"name": "I035", "sourcePath": "ink/I035/story.ink", "inputPath": "ink/I035/input.txt", "expectedPath": "ink/I035/transcript.txt", "metadata": {"oneLineDescription": "Newline consistency, the third", "tags": ["whitespace", "newline"]}}, {"name": "I036", "sourcePath": "ink/I036/story.ink", "inputPath": "ink/I036/input.txt", "expectedPath": "ink/I036/transcript.txt", "metadata": {"oneLineDescription": "Newlines with string eval", "tags": ["whitespace", "newline"]}}, {"name": "I037", "sourcePath": "ink/I037/story.ink", "inputPath": "ink/I037/input.txt", "expectedPath": "ink/I037/transcript.txt", "metadata": {"oneLineDescription": "Newline at start of multiline conditional", "tags": ["whitespace", "newline"]}}, {"name": "I038", "sourcePath": "ink/I038/story.ink", "inputPath": "ink/I038/input.txt", "expectedPath": "ink/I038/transcript.txt", "metadata": {"oneLineDescription": "Conditional choice in weave", "tags": ["weave"]}}, {"name": "I039", "sourcePath": "ink/I039/story.ink", "inputPath": "ink/I039/input.txt", "expectedPath": "ink/I039/transcript.txt", "metadata": {"oneLineDescription": "Conditional choice in weave, the second", "tags": ["weave"]}}, {"name": "I040", "sourcePath": "ink/I040/story.ink", "inputPath": "ink/I040/input.txt", "expectedPath": "ink/I040/transcript.txt", "metadata": {"oneLineDescription": "Unbalanced weave indentation", "tags": ["weave"]}}, {"name": "I041", "sourcePath": "ink/I041/story.ink", "inputPath": "ink/I041/input.txt", "expectedPath": "ink/I041/transcript.txt", "metadata": {"oneLineDescription": "Weave gathers", "tags": ["weave"]}}, {"name": "I042", "sourcePath": "ink/I042/story.ink", "inputPath": "ink/I042/input.txt", "expectedPath": "ink/I042/transcript.txt", "metadata": {"oneLineDescription": "Weave options", "tags": ["weave"]}}, {"name": "I043", "sourcePath": "ink/I043/story.ink", "inputPath": "ink/I043/input.txt", "expectedPath": "ink/I043/transcript.txt", "metadata": {"oneLineDescription": "Weaves within sequence", "tags": ["weave"]}}, {"name": "I044", "sourcePath": "ink/I044/story.ink", "inputPath": "ink/I044/input.txt", "expectedPath": "ink/I044/transcript.txt", "metadata": {"oneLineDescription": "Implicit inline glue c", "tags": ["glue"]}}, {"name": "I045", "sourcePath": "ink/I045/story.ink", "inputPath": "ink/I045/input.txt", "expectedPath": "ink/I045/transcript.txt", "metadata": {"oneLineDescription": "Implicit inline glue b", "tags": ["glue"]}}, {"name": "I046", "sourcePath": "ink/I046/story.ink", "inputPath": "ink/I046/input.txt", "expectedPath": "ink/I046/transcript.txt", "metadata": {"oneLineDescription": "Left right glue matching", "tags": ["glue"]}}, {"name": "I047", "sourcePath": "ink/I047/story.ink", "inputPath": "ink/I047/input.txt", "expectedPath": "ink/I047/transcript.txt", "metadata": {"oneLineDescription": "Implicit inline glue", "tags": ["glue"]}}, {"name": "I048", "sourcePath": "ink/I048/story.ink", "inputPath": "ink/I048/input.txt", "expectedPath": "ink/I048/transcript.txt", "metadata": {"oneLineDescription": "Simple glue", "tags": ["glue"]}}, {"name": "I049", "sourcePath": "ink/I049/story.ink", "inputPath": "ink/I049/input.txt", "expectedPath": "ink/I049/transcript.txt", "metadata": {"oneLineDescription": "Strings in choices", "tags": ["strings"]}}, {"name": "I050", "sourcePath": "ink/I050/story.ink", "inputPath": "ink/I050/input.txt", "expectedPath": "ink/I050/transcript.txt", "metadata": {"oneLineDescription": "String contains", "tags": ["strings"]}}, {"name": "I051", "sourcePath": "ink/I051/story.ink", "inputPath": "ink/I051/input.txt", "expectedPath": "ink/I051/transcript.txt", "metadata": {"oneLineDescription": "String constants", "tags": ["strings"]}}, {"name": "I052", "sourcePath": "ink/I052/story.ink", "inputPath": "ink/I052/input.txt", "expectedPath": "ink/I052/transcript.txt", "metadata": {"oneLineDescription": "String type coercion", "tags": ["strings"]}}, {"name": "I053", "sourcePath": "ink/I053/story.ink", "inputPath": "ink/I053/input.txt", "expectedPath": "ink/I053/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards divert override", "tags": ["diverts"]}}, {"name": "I054", "sourcePath": "ink/I054/story.ink", "inputPath": "ink/I054/input.txt", "expectedPath": "ink/I054/transcript.txt", "metadata": {"oneLineDescription": "Basic tunnel", "tags": ["diverts"]}}, {"name": "I055", "sourcePath": "ink/I055/story.ink", "inputPath": "ink/I055/input.txt", "expectedPath": "ink/I055/transcript.txt", "metadata": {"oneLineDescription": "Same line divert is inline", "tags": ["diverts"]}}, {"name": "I056", "sourcePath": "ink/I056/story.ink", "inputPath": "ink/I056/input.txt", "expectedPath": "ink/I056/transcript.txt", "metadata": {"oneLineDescription": "Divert targets with parameters", "tags": ["diverts"]}}, {"name": "I057", "sourcePath": "ink/I057/story.ink", "inputPath": "ink/I057/input.txt", "expectedPath": "ink/I057/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards after tunnel", "tags": ["diverts"]}}, {"name": "I058", "sourcePath": "ink/I058/story.ink", "inputPath": "ink/I058/input.txt", "expectedPath": "ink/I058/transcript.txt", "metadata": {"oneLineDescription": "Compare divert targets", "tags": ["diverts"]}}, {"name": "I059", "sourcePath": "ink/I059/story.ink", "inputPath": "ink/I059/input.txt", "expectedPath": "ink/I059/transcript.txt", "metadata": {"oneLineDescription": "Tunnel vs thread behaviour", "tags": ["diverts"]}}, {"name": "I060", "sourcePath": "ink/I060/story.ink", "inputPath": "ink/I060/input.txt", "expectedPath": "ink/I060/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards divert after with arg", "tags": ["diverts"]}}, {"name": "I061", "sourcePath": "ink/I061/story.ink", "inputPath": "ink/I061/input.txt", "expectedPath": "ink/I061/transcript.txt", "metadata": {"oneLineDescription": "Divert in conditional", "tags": ["diverts"]}}, {"name": "I062", "sourcePath": "ink/I062/story.ink", "inputPath": "ink/I062/input.txt", "expectedPath": "ink/I062/transcript.txt", "metadata": {"oneLineDescription": "Complex tunnels", "tags": ["diverts"]}}, {"name": "I063", "sourcePath": "ink/I063/story.ink", "inputPath": "ink/I063/input.txt", "expectedPath": "ink/I063/transcript.txt", "metadata": {"oneLineDescription": "Divert to weave points", "tags": ["diverts"]}}, {"name": "I064", "sourcePath": "ink/I064/story.ink", "inputPath": "ink/I064/input.txt", "expectedPath": "ink/I064/transcript.txt", "metadata": {"oneLineDescription": "Done stops thread", "tags": ["diverts"]}}, {"name": "I065", "sourcePath": "ink/I065/story.ink", "inputPath": "ink/I065/input.txt", "expectedPath": "ink/I065/transcript.txt", "metadata": {"oneLineDescription": "Tunnel onwards with param default choice", "tags": ["diverts"]}}, {"name": "I066", "sourcePath": "ink/I066/story.ink", "inputPath": "ink/I066/input.txt", "expectedPath": "ink/I066/transcript.txt", "metadata": {"oneLineDescription": "Path to self", "tags": ["diverts"]}}, {"name": "I067", "sourcePath": "ink/I067/story.ink", "inputPath": "ink/I067/input.txt", "expectedPath": "ink/I067/transcript.txt", "metadata": {"oneLineDescription": "List save load", "tags": ["lists"]}}, {"name": "I068", "sourcePath": "ink/I068/story.ink", "inputPath": "ink/I068/input.txt", "expectedPath": "ink/I068/transcript.txt", "metadata": {"oneLineDescription": "List range", "tags": ["lists"]}}, {"name": "I069", "sourcePath": "ink/I069/story.ink", "inputPath": "ink/I069/input.txt", "expectedPath": "ink/I069/transcript.txt", "metadata": {"oneLineDescription": "More list operations", "tags": ["lists"]}}, {"name": "I070", "sourcePath": "ink/I070/story.ink", "inputPath": "ink/I070/input.txt", "expectedPath": "ink/I070/transcript.txt", "metadata": {"oneLineDescription": "List mixed items", "tags": ["lists"]}}, {"name": "I071", "sourcePath": "ink/I071/story.ink", "inputPath": "ink/I071/input.txt", "expectedPath": "ink/I071/transcript.txt", "metadata": {"oneLineDescription": "List basic operations", "tags": ["lists"]}}, {"name": "I072", "sourcePath": "ink/I072/story.ink", "inputPath": "ink/I072/input.txt", "expectedPath": "ink/I072/transcript.txt", "metadata": {"oneLineDescription": "Empty list origin after assignment", "tags": ["lists"]}}, {"name": "I073", "sourcePath": "ink/I073/story.ink", "inputPath": "ink/I073/input.txt", "expectedPath": "ink/I073/transcript.txt", "metadata": {"oneLineDescription": "Empty list origin", "tags": ["lists"]}}, {"name": "I075", "sourcePath": "ink/I075/story.ink", "inputPath": "ink/I075/input.txt", "expectedPath": "ink/I075/transcript.txt", "metadata": {"oneLineDescription": "Clean callstack reset on path choice", "tags": ["callstack"]}}, {"name": "I076", "sourcePath": "ink/I076/story.ink", "inputPath": "ink/I076/input.txt", "expectedPath": "ink/I076/transcript.txt", "metadata": {"oneLineDescription": "Call stack evaluation", "tags": ["callstack"]}}, {"name": "I077", "sourcePath": "ink/I077/story.ink", "inputPath": "ink/I077/input.txt", "expectedPath": "ink/I077/transcript.txt", "metadata": {"oneLineDescription": "Fallback choice on thread", "tags": ["choices"]}}, {"name": "I078", "sourcePath": "ink/I078/story.ink", "inputPath": "ink/I078/input.txt", "expectedPath": "ink/I078/transcript.txt", "metadata": {"oneLineDescription": "Choice with brackets only", "tags": ["choices"]}}, {"name": "I079", "sourcePath": "ink/I079/story.ink", "inputPath": "ink/I079/input.txt", "expectedPath": "ink/I079/transcript.txt", "metadata": {"oneLineDescription": "Once only choices can link back to self", "tags": ["choices"]}}, {"name": "I080", "sourcePath": "ink/I080/story.ink", "inputPath": "ink/I080/input.txt", "expectedPath": "ink/I080/transcript.txt", "metadata": {"oneLineDescription": "Has read on choice", "tags": ["choices"]}}, {"name": "I081", "sourcePath": "ink/I081/story.ink", "inputPath": "ink/I081/input.txt", "expectedPath": "ink/I081/transcript.txt", "metadata": {"oneLineDescription": "Gather choice same line", "tags": ["choices"]}}, {"name": "I082", "sourcePath": "ink/I082/story.ink", "inputPath": "ink/I082/input.txt", "expectedPath": "ink/I082/transcript.txt", "metadata": {"oneLineDescription": "Choice diverts to done", "tags": ["choices"]}}, {"name": "I083", "sourcePath": "ink/I083/story.ink", "inputPath": "ink/I083/input.txt", "expectedPath": "ink/I083/transcript.txt", "metadata": {"oneLineDescription": "Choice thread forking", "tags": ["choices"]}}, {"name": "I084", "sourcePath": "ink/I084/story.ink", "inputPath": "ink/I084/input.txt", "expectedPath": "ink/I084/transcript.txt", "metadata": {"oneLineDescription": "Sticky choices stay sticky", "tags": ["choices"]}}, {"name": "I085", "sourcePath": "ink/I085/story.ink", "inputPath": "ink/I085/input.txt", "expectedPath": "ink/I085/transcript.txt", "metadata": {"oneLineDescription": "Logic in choices", "tags": ["choices"]}}, {"name": "I086", "sourcePath": "ink/I086/story.ink", "inputPath": "ink/I086/input.txt", "expectedPath": "ink/I086/transcript.txt", "metadata": {"oneLineDescription": "Default simple gather", "tags": ["choices"]}}, {"name": "I087", "sourcePath": "ink/I087/story.ink", "inputPath": "ink/I087/input.txt", "expectedPath": "ink/I087/transcript.txt", "metadata": {"oneLineDescription": "Non text in choice inner content", "tags": ["choices"]}}, {"name": "I088", "sourcePath": "ink/I088/story.ink", "inputPath": "ink/I088/input.txt", "expectedPath": "ink/I088/transcript.txt", "metadata": {"oneLineDescription": "Conditional choices", "tags": ["choices"]}}, {"name": "I089", "sourcePath": "ink/I089/story.ink", "inputPath": "ink/I089/input.txt", "expectedPath": "ink/I089/transcript.txt", "metadata": {"oneLineDescription": "Once only choices with own content", "tags": ["choices"]}}, {"name": "I090", "sourcePath": "ink/I090/story.ink", "inputPath": "ink/I090/input.txt", "expectedPath": "ink/I090/transcript.txt", "metadata": {"oneLineDescription": "Various default choices", "tags": ["choices"]}}, {"name": "I091", "sourcePath": "ink/I091/story.ink", "inputPath": "ink/I091/input.txt", "expectedPath": "ink/I091/transcript.txt", "metadata": {"oneLineDescription": "Choice count", "tags": ["choices"]}}, {"name": "I093", "sourcePath": "ink/I093/story.ink", "inputPath": "ink/I093/input.txt", "expectedPath": "ink/I093/transcript.txt", "metadata": {"oneLineDescription": "Default choices", "tags": ["choices"]}}, {"name": "I094", "sourcePath": "ink/I094/story.ink", "inputPath": "ink/I094/input.txt", "expectedPath": "ink/I094/transcript.txt", "metadata": {"oneLineDescription": "Print num", "tags": ["logic"]}}, {"name": "I095", "sourcePath": "ink/I095/story.ink", "inputPath": "ink/I095/input.txt", "expectedPath": "ink/I095/transcript.txt", "metadata": {"oneLineDescription": "Multiline logic with glue", "tags": ["logic"]}}, {"name": "I096", "sourcePath": "ink/I096/story.ink", "inputPath": "ink/I096/input.txt", "expectedPath": "ink/I096/transcript.txt", "metadata": {"oneLineDescription": "Nested pass by reference", "tags": ["logic"]}}, {"name": "I097", "sourcePath": "ink/I097/story.ink", "inputPath": "ink/I097/input.txt", "expectedPath": "ink/I097/transcript.txt", "metadata": {"oneLineDescription": "Logic lines with newlines", "tags": ["logic"]}}, {"name": "I098", "sourcePath": "ink/I098/story.ink", "inputPath": "ink/I098/input.txt", "expectedPath": "ink/I098/transcript.txt", "metadata": {"oneLineDescription": "Knot thread interaction 2", "tags": ["knots"]}}, {"name": "I099", "sourcePath": "ink/I099/story.ink", "inputPath": "ink/I099/input.txt", "expectedPath": "ink/I099/transcript.txt", "metadata": {"oneLineDescription": "Tags", "tags": ["tags"]}}, {"name": "I100", "sourcePath": "ink/I100/story.ink", "inputPath": "ink/I100/input.txt", "expectedPath": "ink/I100/transcript.txt", "metadata": {"oneLineDescription": "Tags on choice", "tags": ["tags"]}}, {"name": "I101", "sourcePath": "ink/I101/story.ink", "inputPath": "ink/I101/input.txt", "expectedPath": "ink/I101/transcript.txt", "metadata": {"oneLineDescription": "Thread in logic", "tags": ["threads"]}}, {"name": "I102", "sourcePath": "ink/I102/story.ink", "inputPath": "ink/I102/input.txt", "expectedPath": "ink/I102/transcript.txt", "metadata": {"oneLineDescription": "Top flow terminator should not kill thread choices", "tags": ["threads"]}}, {"name": "I103", "sourcePath": "ink/I103/story.ink", "inputPath": "ink/I103/input.txt", "expectedPath": "ink/I103/transcript.txt", "metadata": {"oneLineDescription": "Thread done", "tags": ["threads"]}}, {"name": "I104", "sourcePath": "ink/I104/story.ink", "inputPath": "ink/I104/input.txt", "expectedPath": "ink/I104/transcript.txt", "metadata": {"oneLineDescription": "Multi thread", "tags": ["threads"]}}, {"name": "I105", "sourcePath": "ink/I105/story.ink", "inputPath": "ink/I105/input.txt", "expectedPath": "ink/I105/transcript.txt", "metadata": {"oneLineDescription": "List comparison", "tags": ["extra"]}}, {"name": "I108", "sourcePath": "ink/I108/story.ink", "inputPath": "ink/I108/input.txt", "expectedPath": "ink/I108/transcript.txt", "metadata": {"oneLineDescription": "Blanks in inline sequences", "tags": ["sequences"]}}, {"name": "I109", "sourcePath": "ink/I109/story.ink", "inputPath": "ink/I109/input.txt", "expectedPath": "ink/I109/transcript.txt", "metadata": {"oneLineDescription": "Gather read count with initial sequence", "tags": ["sequences"]}}, {"name": "I110", "sourcePath": "ink/I110/story.ink", "inputPath": "ink/I110/input.txt", "expectedPath": "ink/I110/transcript.txt", "metadata": {"oneLineDescription": "Leading newline multiline sequence", "tags": ["sequences"]}}, {"name": "I111", "sourcePath": "ink/I111/story.ink", "inputPath": "ink/I111/input.txt", "expectedPath": "ink/I111/transcript.txt", "metadata": {"oneLineDescription": "Empty sequence content", "tags": ["sequences"]}}, {"name": "I112", "sourcePath": "ink/I112/story.ink", "inputPath": "ink/I112/input.txt", "expectedPath": "ink/I112/transcript.txt", "metadata": {"oneLineDescription": "All switch branches fail is clean", "tags": ["conditions"]}}, {"name": "I113", "sourcePath": "ink/I113/story.ink", "inputPath": "ink/I113/input.txt", "expectedPath": "ink/I113/transcript.txt", "metadata": {"oneLineDescription": "Else branches", "tags": ["conditions"]}}, {"name": "I114", "sourcePath": "ink/I114/story.ink", "inputPath": "ink/I114/input.txt", "expectedPath": "ink/I114/transcript.txt", "metadata": {"oneLineDescription": "Conditionals", "tags": ["conditions"]}}, {"name": "I115", "sourcePath": "ink/I115/story.ink", "inputPath": "ink/I115/input.txt", "expectedPath": "ink/I115/transcript.txt", "metadata": {"oneLineDescription": "Empty multiline conditional branch", "tags": ["conditions"]}}, {"name": "I116", "sourcePath": "ink/I116/story.ink", "inputPath": "ink/I116/input.txt", "expectedPath": "ink/I116/transcript.txt", "metadata": {"oneLineDescription": "Trivial condition", "tags": ["conditions"]}}, {"name": "I117", "sourcePath": "ink/I117/story.ink", "inputPath": "ink/I117/input.txt", "expectedPath": "ink/I117/transcript.txt", "metadata": {"oneLineDescription": "Factorial recursive", "tags": ["evaluation"]}}, {"name": "I118", "sourcePath": "ink/I118/story.ink", "inputPath": "ink/I118/input.txt", "expectedPath": "ink/I118/transcript.txt", "metadata": {"oneLineDescription": "Literal unary", "tags": ["evaluation"]}}, {"name": "I119", "sourcePath": "ink/I119/story.ink", "inputPath": "ink/I119/input.txt", "expectedPath": "ink/I119/transcript.txt", "metadata": {"oneLineDescription": "Basic string literals", "tags": ["evaluation"]}}, {"name": "I120", "sourcePath": "ink/I120/story.ink", "inputPath": "ink/I120/input.txt", "expectedPath": "ink/I120/transcript.txt", "metadata": {"oneLineDescription": "Evaluating ink functions from game", "tags": ["evaluation"]}}, {"name": "I121", "sourcePath": "ink/I121/story.ink", "inputPath": "ink/I121/input.txt", "expectedPath": "ink/I121/transcript.txt", "metadata": {"oneLineDescription": "Arithmetic", "tags": ["evaluation"]}}, {"name": "I122", "sourcePath": "ink/I122/story.ink", "inputPath": "ink/I122/input.txt", "expectedPath": "ink/I122/transcript.txt", "metadata": {"oneLineDescription": "Evaluation stack leaks", "tags": ["evaluation"]}}, {"name": "I123", "sourcePath": "ink/I123/story.ink", "inputPath": "ink/I123/input.txt", "expectedPath": "ink/I123/transcript.txt", "metadata": {"oneLineDescription": "Factorial by reference", "tags": ["evaluation"]}}, {"name": "I124", "sourcePath": "ink/I124/story.ink", "inputPath": "ink/I124/input.txt", "expectedPath": "ink/I124/transcript.txt", "metadata": {"oneLineDescription": "Evaluating ink functions from game 2", "tags": ["evaluation"]}}, {"name": "I125", "sourcePath": "ink/I125/story.ink", "inputPath": "ink/I125/input.txt", "expectedPath": "ink/I125/transcript.txt", "metadata": {"oneLineDescription": "Increment", "tags": ["evaluation"]}}, {"name": "I126", "sourcePath": "ink/I126/story.ink", "inputPath": "ink/I126/input.txt", "expectedPath": "ink/I126/transcript.txt", "metadata": {"oneLineDescription": "Evaluating function variable state bug", "tags": ["evaluation"]}}, {"name": "I127", "sourcePath": "ink/I127/story.ink", "inputPath": "ink/I127/input.txt", "expectedPath": "ink/I127/transcript.txt", "metadata": {"oneLineDescription": "Variable observer", "tags": ["bindings"]}}, {"name": "I128", "sourcePath": "ink/I128/story.ink", "inputPath": "ink/I128/input.txt", "expectedPath": "ink/I128/transcript.txt", "metadata": {"oneLineDescription": "Knot stitch gather counts", "tags": ["knots"]}}, {"name": "I129", "sourcePath": "ink/I129/story.ink", "inputPath": "ink/I129/input.txt", "expectedPath": "ink/I129/transcript.txt", "metadata": {"oneLineDescription": "Knot do not gather", "tags": ["knots"]}}, {"name": "I130", "sourcePath": "ink/I130/story.ink", "inputPath": "ink/I130/input.txt", "expectedPath": "ink/I130/transcript.txt", "metadata": {"oneLineDescription": "Knot thread interaction", "tags": ["knots"]}}, {"name": "I131", "sourcePath": "ink/I131/story.ink", "inputPath": "ink/I131/input.txt", "expectedPath": "ink/I131/transcript.txt", "metadata": {"oneLineDescription": "Knot and variable with same name", "tags": ["knots"]}}, {"name": "I132", "sourcePath": "ink/I132/story.ink", "inputPath": "ink/I132/input.txt", "expectedPath": "ink/I132/transcript.txt", "metadata": {"oneLineDescription": "Comparing diverts", "context": ["https://github.com/inkle/ink/pull/646"], "tags": ["diverts", "comparisons"]}}, {"name": "I133", "sourcePath": "ink/I133/story.ink", "inputPath": "ink/I133/input.txt", "expectedPath": "ink/I133/transcript.txt", "metadata": {"oneLineDescription": "Float printing precision", "tags": ["floats", "superficialities"]}}, {"name": "I134", "sourcePath": "ink/I134/story.ink", "inputPath": "ink/I134/input.txt", "expectedPath": "ink/I134/transcript.txt", "metadata": {"oneLineDescription": "Native bools", "tags": ["bools"]}}, {"name": "I135", "sourcePath": "ink/I135/story.ink", "inputPath": "ink/I135/input.txt", "expectedPath": "ink/I135/transcript.txt", "metadata": {"oneLineDescription": "Bools can be coerced", "tags": ["bools"]}}], "results": [{"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I001", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I001_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I001_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I001_stderr.txt", "expectedPath": "ink/I001/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I001_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I001/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I001/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I001_out.json"], "compileOutPath": "inklecate_v1.1.1_I001_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I001_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I001_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I002", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I002_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I002_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I002_stderr.txt", "expectedPath": "ink/I002/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I002_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I002/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I002/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I002_out.json"], "compileOutPath": "inklecate_v1.1.1_I002_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I002_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I002_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I003", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I003_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I003_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I003_stderr.txt", "expectedPath": "ink/I003/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I003_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I003/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I003/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I003_out.json"], "compileOutPath": "inklecate_v1.1.1_I003_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I003_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I003_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I004", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I004_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I004_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I004_stderr.txt", "expectedPath": "ink/I004/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I004_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I004/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I004/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I004_out.json"], "compileOutPath": "inklecate_v1.1.1_I004_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I004_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I004_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I005", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I005_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I005_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I005_stderr.txt", "expectedPath": "ink/I005/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I005_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I005/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I005/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I005_out.json"], "compileOutPath": "inklecate_v1.1.1_I005_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I005_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I005_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I006", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I006_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I006_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I006_stderr.txt", "expectedPath": "ink/I006/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I006_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I006/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I006/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I006_out.json"], "compileOutPath": "inklecate_v1.1.1_I006_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I006_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I006_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I007", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I007_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I007_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I007_stderr.txt", "expectedPath": "ink/I007/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I007_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I007/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I007/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I007_out.json"], "compileOutPath": "inklecate_v1.1.1_I007_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I007_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I007_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I008", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I008_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I008_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I008_stderr.txt", "expectedPath": "ink/I008/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I008_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I008/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I008/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I008_out.json"], "compileOutPath": "inklecate_v1.1.1_I008_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I008_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I008_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I009", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I009_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I009_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I009_stderr.txt", "expectedPath": "ink/I009/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I009_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I009/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I009/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I009_out.json"], "compileOutPath": "inklecate_v1.1.1_I009_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I009_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I009_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I011", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I011_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I011_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I011_stderr.txt", "expectedPath": "ink/I011/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I011_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I011/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I011/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I011_out.json"], "compileOutPath": "inklecate_v1.1.1_I011_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I011_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I011_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I012", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I012_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I012_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I012_stderr.txt", "expectedPath": "ink/I012/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I012_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I012/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I012/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I012_out.json"], "compileOutPath": "inklecate_v1.1.1_I012_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I012_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I012_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I013", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I013_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I013_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I013_stderr.txt", "expectedPath": "ink/I013/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I013_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I013/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I013/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I013_out.json"], "compileOutPath": "inklecate_v1.1.1_I013_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I013_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I013_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I014", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I014_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I014_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I014_stderr.txt", "expectedPath": "ink/I014/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I014_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I014/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I014/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I014_out.json"], "compileOutPath": "inklecate_v1.1.1_I014_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I014_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I014_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I015", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I015_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I015_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I015_stderr.txt", "expectedPath": "ink/I015/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I015_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I015/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I015/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I015_out.json"], "compileOutPath": "inklecate_v1.1.1_I015_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I015_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I015_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I016", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I016_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I016_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I016_stderr.txt", "expectedPath": "ink/I016/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I016_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I016/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I016/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I016_out.json"], "compileOutPath": "inklecate_v1.1.1_I016_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I016_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I016_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I017", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I017_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I017_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I017_stderr.txt", "expectedPath": "ink/I017/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I017_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I017/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I017/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I017_out.json"], "compileOutPath": "inklecate_v1.1.1_I017_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I017_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I017_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I018", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I018_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I018_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I018_stderr.txt", "expectedPath": "ink/I018/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I018_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I018/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I018/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I018_out.json"], "compileOutPath": "inklecate_v1.1.1_I018_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I018_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I018_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I019", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I019_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I019_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I019_stderr.txt", "expectedPath": "ink/I019/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I019_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I019/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I019/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I019_out.json"], "compileOutPath": "inklecate_v1.1.1_I019_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I019_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I019_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I020", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I020_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I020_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I020_stderr.txt", "expectedPath": "ink/I020/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I020_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I020/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I020/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I020_out.json"], "compileOutPath": "inklecate_v1.1.1_I020_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I020_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I020_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I021", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I021_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I021_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I021_stderr.txt", "expectedPath": "ink/I021/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I021_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I021/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I021/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I021_out.json"], "compileOutPath": "inklecate_v1.1.1_I021_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I021_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I021_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I022", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I022_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I022_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I022_stderr.txt", "expectedPath": "ink/I022/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I022_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I022/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I022/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I022_out.json"], "compileOutPath": "inklecate_v1.1.1_I022_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I022_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I022_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I023", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I023_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I023_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I023_stderr.txt", "expectedPath": "ink/I023/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I023_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I023/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I023/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I023_out.json"], "compileOutPath": "inklecate_v1.1.1_I023_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I023_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I023_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I024", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I024_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I024_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I024_stderr.txt", "expectedPath": "ink/I024/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I024_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I024/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I024/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I024_out.json"], "compileOutPath": "inklecate_v1.1.1_I024_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I024_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I024_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I025", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I025_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I025_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I025_stderr.txt", "expectedPath": "ink/I025/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I025_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I025/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I025/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I025_out.json"], "compileOutPath": "inklecate_v1.1.1_I025_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I025_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I025_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I026", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I026_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I026_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I026_stderr.txt", "expectedPath": "ink/I026/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I026_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I026/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I026/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I026_out.json"], "compileOutPath": "inklecate_v1.1.1_I026_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I026_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I026_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I027", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I027_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I027_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I027_stderr.txt", "expectedPath": "ink/I027/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I027_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I027/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I027/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I027_out.json"], "compileOutPath": "inklecate_v1.1.1_I027_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I027_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I027_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I028", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I028_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I028_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I028_stderr.txt", "expectedPath": "ink/I028/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I028_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I028/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I028/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I028_out.json"], "compileOutPath": "inklecate_v1.1.1_I028_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I028_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I028_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I029", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I029_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I029_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I029_stderr.txt", "expectedPath": "ink/I029/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I029_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I029/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I029/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I029_out.json"], "compileOutPath": "inklecate_v1.1.1_I029_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I029_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I029_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I030", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I030_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I030_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I030_stderr.txt", "expectedPath": "ink/I030/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I030_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I030/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I030/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I030_out.json"], "compileOutPath": "inklecate_v1.1.1_I030_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I030_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I030_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I031", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I031_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I031_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I031_stderr.txt", "expectedPath": "ink/I031/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I031_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I031/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I031/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I031_out.json"], "compileOutPath": "inklecate_v1.1.1_I031_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I031_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I031_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I032", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I032_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I032_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I032_stderr.txt", "expectedPath": "ink/I032/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I032_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I032/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I032/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I032_out.json"], "compileOutPath": "inklecate_v1.1.1_I032_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I032_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I032_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I033", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I033_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I033_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I033_stderr.txt", "expectedPath": "ink/I033/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I033_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I033/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I033/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I033_out.json"], "compileOutPath": "inklecate_v1.1.1_I033_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I033_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I033_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I034", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I034_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I034_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I034_stderr.txt", "expectedPath": "ink/I034/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I034_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I034/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I034/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I034_out.json"], "compileOutPath": "inklecate_v1.1.1_I034_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I034_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I034_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I035", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I035_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I035_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I035_stderr.txt", "expectedPath": "ink/I035/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I035_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I035/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I035/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I035_out.json"], "compileOutPath": "inklecate_v1.1.1_I035_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I035_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I035_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I036", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I036_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I036_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I036_stderr.txt", "expectedPath": "ink/I036/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I036_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I036/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I036/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I036_out.json"], "compileOutPath": "inklecate_v1.1.1_I036_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I036_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I036_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I037", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I037_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I037_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I037_stderr.txt", "expectedPath": "ink/I037/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I037_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I037/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I037/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I037_out.json"], "compileOutPath": "inklecate_v1.1.1_I037_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I037_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I037_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I038", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I038_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I038_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I038_stderr.txt", "expectedPath": "ink/I038/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I038_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I038/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I038/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I038_out.json"], "compileOutPath": "inklecate_v1.1.1_I038_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I038_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I038_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I039", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I039_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I039_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I039_stderr.txt", "expectedPath": "ink/I039/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I039_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I039/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I039/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I039_out.json"], "compileOutPath": "inklecate_v1.1.1_I039_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I039_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I039_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I040", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I040_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I040_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I040_stderr.txt", "expectedPath": "ink/I040/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I040_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I040/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I040/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I040_out.json"], "compileOutPath": "inklecate_v1.1.1_I040_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I040_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I040_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I041", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I041_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I041_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I041_stderr.txt", "expectedPath": "ink/I041/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I041_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I041/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I041/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I041_out.json"], "compileOutPath": "inklecate_v1.1.1_I041_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I041_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I041_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I042", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I042_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I042_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I042_stderr.txt", "expectedPath": "ink/I042/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I042_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I042/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I042/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I042_out.json"], "compileOutPath": "inklecate_v1.1.1_I042_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I042_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I042_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I043", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I043_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I043_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I043_stderr.txt", "expectedPath": "ink/I043/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I043_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I043/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I043/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I043_out.json"], "compileOutPath": "inklecate_v1.1.1_I043_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I043_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I043_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I044", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I044_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I044_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I044_stderr.txt", "expectedPath": "ink/I044/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I044_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I044/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I044/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I044_out.json"], "compileOutPath": "inklecate_v1.1.1_I044_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I044_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I044_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I045", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I045_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I045_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I045_stderr.txt", "expectedPath": "ink/I045/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I045_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I045/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I045/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I045_out.json"], "compileOutPath": "inklecate_v1.1.1_I045_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I045_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I045_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I046", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I046_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I046_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I046_stderr.txt", "expectedPath": "ink/I046/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I046_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I046/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I046/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I046_out.json"], "compileOutPath": "inklecate_v1.1.1_I046_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I046_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I046_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I047", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I047_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I047_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I047_stderr.txt", "expectedPath": "ink/I047/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I047_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I047/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I047/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I047_out.json"], "compileOutPath": "inklecate_v1.1.1_I047_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I047_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I047_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I048", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I048_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I048_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I048_stderr.txt", "expectedPath": "ink/I048/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I048_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I048/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I048/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I048_out.json"], "compileOutPath": "inklecate_v1.1.1_I048_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I048_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I048_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I049", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I049_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I049_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I049_stderr.txt", "expectedPath": "ink/I049/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I049_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I049/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I049/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I049_out.json"], "compileOutPath": "inklecate_v1.1.1_I049_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I049_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I049_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I050", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I050_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I050_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I050_stderr.txt", "expectedPath": "ink/I050/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I050_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I050/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I050/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I050_out.json"], "compileOutPath": "inklecate_v1.1.1_I050_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I050_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I050_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I051", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I051_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I051_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I051_stderr.txt", "expectedPath": "ink/I051/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I051_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I051/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I051/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I051_out.json"], "compileOutPath": "inklecate_v1.1.1_I051_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I051_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I051_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I052", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I052_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I052_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I052_stderr.txt", "expectedPath": "ink/I052/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I052_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I052/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I052/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I052_out.json"], "compileOutPath": "inklecate_v1.1.1_I052_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I052_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I052_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I053", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I053_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I053_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I053_stderr.txt", "expectedPath": "ink/I053/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I053_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I053/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I053/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I053_out.json"], "compileOutPath": "inklecate_v1.1.1_I053_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I053_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I053_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I054", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I054_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I054_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I054_stderr.txt", "expectedPath": "ink/I054/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I054_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I054/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I054/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I054_out.json"], "compileOutPath": "inklecate_v1.1.1_I054_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I054_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I054_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I055", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I055_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I055_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I055_stderr.txt", "expectedPath": "ink/I055/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I055_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I055/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I055/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I055_out.json"], "compileOutPath": "inklecate_v1.1.1_I055_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I055_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I055_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I056", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I056_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I056_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I056_stderr.txt", "expectedPath": "ink/I056/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I056_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I056/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I056/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I056_out.json"], "compileOutPath": "inklecate_v1.1.1_I056_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I056_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I056_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I057", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I057_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I057_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I057_stderr.txt", "expectedPath": "ink/I057/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I057_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I057/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I057/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I057_out.json"], "compileOutPath": "inklecate_v1.1.1_I057_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I057_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I057_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I058", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I058_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I058_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I058_stderr.txt", "expectedPath": "ink/I058/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I058_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I058/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I058/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I058_out.json"], "compileOutPath": "inklecate_v1.1.1_I058_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I058_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I058_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I059", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I059_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I059_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I059_stderr.txt", "expectedPath": "ink/I059/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I059_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I059/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I059/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I059_out.json"], "compileOutPath": "inklecate_v1.1.1_I059_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I059_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I059_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I060", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I060_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I060_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I060_stderr.txt", "expectedPath": "ink/I060/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I060_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I060/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I060/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I060_out.json"], "compileOutPath": "inklecate_v1.1.1_I060_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I060_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I060_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I061", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I061_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I061_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I061_stderr.txt", "expectedPath": "ink/I061/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I061_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I061/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I061/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I061_out.json"], "compileOutPath": "inklecate_v1.1.1_I061_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I061_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I061_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I062", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I062_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I062_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I062_stderr.txt", "expectedPath": "ink/I062/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I062_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I062/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I062/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I062_out.json"], "compileOutPath": "inklecate_v1.1.1_I062_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I062_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I062_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I063", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I063_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I063_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I063_stderr.txt", "expectedPath": "ink/I063/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I063_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I063/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I063/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I063_out.json"], "compileOutPath": "inklecate_v1.1.1_I063_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I063_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I063_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I064", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I064_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I064_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I064_stderr.txt", "expectedPath": "ink/I064/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I064_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I064/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I064/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I064_out.json"], "compileOutPath": "inklecate_v1.1.1_I064_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I064_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I064_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I065", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I065_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I065_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I065_stderr.txt", "expectedPath": "ink/I065/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I065_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I065/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I065/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I065_out.json"], "compileOutPath": "inklecate_v1.1.1_I065_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I065_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I065_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I066", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I066_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I066_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I066_stderr.txt", "expectedPath": "ink/I066/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I066_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I066/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I066/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I066_out.json"], "compileOutPath": "inklecate_v1.1.1_I066_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I066_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I066_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I067", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I067_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I067_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I067_stderr.txt", "expectedPath": "ink/I067/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I067_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I067/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I067/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I067_out.json"], "compileOutPath": "inklecate_v1.1.1_I067_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I067_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I067_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I068", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I068_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I068_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I068_stderr.txt", "expectedPath": "ink/I068/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I068_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I068/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I068/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I068_out.json"], "compileOutPath": "inklecate_v1.1.1_I068_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I068_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I068_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I069", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I069_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I069_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I069_stderr.txt", "expectedPath": "ink/I069/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I069_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I069/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I069/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I069_out.json"], "compileOutPath": "inklecate_v1.1.1_I069_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I069_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I069_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I070", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I070_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I070_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I070_stderr.txt", "expectedPath": "ink/I070/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I070_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I070/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I070/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I070_out.json"], "compileOutPath": "inklecate_v1.1.1_I070_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I070_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I070_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I071", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I071_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I071_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I071_stderr.txt", "expectedPath": "ink/I071/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I071_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I071/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I071/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I071_out.json"], "compileOutPath": "inklecate_v1.1.1_I071_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I071_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I071_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I072", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I072_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I072_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I072_stderr.txt", "expectedPath": "ink/I072/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I072_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I072/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I072/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I072_out.json"], "compileOutPath": "inklecate_v1.1.1_I072_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I072_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I072_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I073", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I073_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I073_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I073_stderr.txt", "expectedPath": "ink/I073/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I073_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I073/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I073/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I073_out.json"], "compileOutPath": "inklecate_v1.1.1_I073_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I073_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I073_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I075", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I075_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I075_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I075_stderr.txt", "expectedPath": "ink/I075/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I075_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I075/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I075/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I075_out.json"], "compileOutPath": "inklecate_v1.1.1_I075_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I075_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I075_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I076", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I076_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I076_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I076_stderr.txt", "expectedPath": "ink/I076/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I076_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I076/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I076/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I076_out.json"], "compileOutPath": "inklecate_v1.1.1_I076_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I076_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I076_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I077", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I077_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I077_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I077_stderr.txt", "expectedPath": "ink/I077/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I077_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I077/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I077/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I077_out.json"], "compileOutPath": "inklecate_v1.1.1_I077_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I077_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I077_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I078", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I078_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I078_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I078_stderr.txt", "expectedPath": "ink/I078/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I078_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I078/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I078/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I078_out.json"], "compileOutPath": "inklecate_v1.1.1_I078_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I078_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I078_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I079", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I079_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I079_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I079_stderr.txt", "expectedPath": "ink/I079/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I079_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I079/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I079/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I079_out.json"], "compileOutPath": "inklecate_v1.1.1_I079_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I079_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I079_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I080", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I080_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I080_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I080_stderr.txt", "expectedPath": "ink/I080/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I080_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I080/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I080/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I080_out.json"], "compileOutPath": "inklecate_v1.1.1_I080_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I080_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I080_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I081", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I081_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I081_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I081_stderr.txt", "expectedPath": "ink/I081/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I081_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I081/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I081/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I081_out.json"], "compileOutPath": "inklecate_v1.1.1_I081_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I081_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I081_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I082", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I082_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I082_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I082_stderr.txt", "expectedPath": "ink/I082/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I082_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I082/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I082/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I082_out.json"], "compileOutPath": "inklecate_v1.1.1_I082_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I082_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I082_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I083", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I083_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I083_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I083_stderr.txt", "expectedPath": "ink/I083/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I083_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I083/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I083/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I083_out.json"], "compileOutPath": "inklecate_v1.1.1_I083_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I083_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I083_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I084", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I084_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I084_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I084_stderr.txt", "expectedPath": "ink/I084/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I084_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I084/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I084/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I084_out.json"], "compileOutPath": "inklecate_v1.1.1_I084_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I084_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I084_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I085", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I085_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I085_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I085_stderr.txt", "expectedPath": "ink/I085/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I085_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I085/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I085/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I085_out.json"], "compileOutPath": "inklecate_v1.1.1_I085_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I085_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I085_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I086", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I086_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I086_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I086_stderr.txt", "expectedPath": "ink/I086/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I086_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I086/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I086/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I086_out.json"], "compileOutPath": "inklecate_v1.1.1_I086_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I086_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I086_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I087", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I087_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I087_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I087_stderr.txt", "expectedPath": "ink/I087/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I087_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I087/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I087/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I087_out.json"], "compileOutPath": "inklecate_v1.1.1_I087_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I087_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I087_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I088", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I088_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I088_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I088_stderr.txt", "expectedPath": "ink/I088/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I088_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I088/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I088/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I088_out.json"], "compileOutPath": "inklecate_v1.1.1_I088_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I088_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I088_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I089", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I089_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I089_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I089_stderr.txt", "expectedPath": "ink/I089/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I089_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I089/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I089/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I089_out.json"], "compileOutPath": "inklecate_v1.1.1_I089_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I089_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I089_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I090", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I090_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I090_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I090_stderr.txt", "expectedPath": "ink/I090/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I090_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I090/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I090/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I090_out.json"], "compileOutPath": "inklecate_v1.1.1_I090_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I090_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I090_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I091", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I091_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I091_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I091_stderr.txt", "expectedPath": "ink/I091/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I091_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I091/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I091/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I091_out.json"], "compileOutPath": "inklecate_v1.1.1_I091_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I091_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I091_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I093", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I093_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I093_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I093_stderr.txt", "expectedPath": "ink/I093/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I093_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I093/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I093/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I093_out.json"], "compileOutPath": "inklecate_v1.1.1_I093_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I093_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I093_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I094", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I094_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I094_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I094_stderr.txt", "expectedPath": "ink/I094/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I094_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I094/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I094/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I094_out.json"], "compileOutPath": "inklecate_v1.1.1_I094_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I094_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I094_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I095", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I095_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I095_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I095_stderr.txt", "expectedPath": "ink/I095/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I095_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I095/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I095/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I095_out.json"], "compileOutPath": "inklecate_v1.1.1_I095_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I095_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I095_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I096", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I096_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I096_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I096_stderr.txt", "expectedPath": "ink/I096/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I096_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I096/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I096/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I096_out.json"], "compileOutPath": "inklecate_v1.1.1_I096_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I096_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I096_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I097", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I097_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I097_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I097_stderr.txt", "expectedPath": "ink/I097/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I097_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I097/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I097/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I097_out.json"], "compileOutPath": "inklecate_v1.1.1_I097_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I097_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I097_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I098", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I098_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I098_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I098_stderr.txt", "expectedPath": "ink/I098/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I098_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I098/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I098/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I098_out.json"], "compileOutPath": "inklecate_v1.1.1_I098_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I098_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I098_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I099", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I099_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I099_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I099_stderr.txt", "expectedPath": "ink/I099/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I099_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I099/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I099/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I099_out.json"], "compileOutPath": "inklecate_v1.1.1_I099_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I099_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I099_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I100", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I100_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I100_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I100_stderr.txt", "expectedPath": "ink/I100/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I100_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I100/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I100/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I100_out.json"], "compileOutPath": "inklecate_v1.1.1_I100_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I100_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I100_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I101", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I101_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I101_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I101_stderr.txt", "expectedPath": "ink/I101/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I101_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I101/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I101/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I101_out.json"], "compileOutPath": "inklecate_v1.1.1_I101_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I101_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I101_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I102", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I102_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I102_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I102_stderr.txt", "expectedPath": "ink/I102/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I102_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I102/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I102/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I102_out.json"], "compileOutPath": "inklecate_v1.1.1_I102_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I102_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I102_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I103", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I103_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I103_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I103_stderr.txt", "expectedPath": "ink/I103/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I103_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I103/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I103/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I103_out.json"], "compileOutPath": "inklecate_v1.1.1_I103_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I103_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I103_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I104", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I104_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I104_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I104_stderr.txt", "expectedPath": "ink/I104/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I104_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I104/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I104/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I104_out.json"], "compileOutPath": "inklecate_v1.1.1_I104_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I104_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I104_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I105", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I105_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I105_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I105_stderr.txt", "expectedPath": "ink/I105/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I105_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I105/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I105/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I105_out.json"], "compileOutPath": "inklecate_v1.1.1_I105_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I105_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I105_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I108", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I108_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I108_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I108_stderr.txt", "expectedPath": "ink/I108/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I108_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I108/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I108/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I108_out.json"], "compileOutPath": "inklecate_v1.1.1_I108_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I108_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I108_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I109", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I109_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I109_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I109_stderr.txt", "expectedPath": "ink/I109/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I109_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I109/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I109/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I109_out.json"], "compileOutPath": "inklecate_v1.1.1_I109_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I109_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I109_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I110", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I110_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I110_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I110_stderr.txt", "expectedPath": "ink/I110/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I110_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I110/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I110/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I110_out.json"], "compileOutPath": "inklecate_v1.1.1_I110_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I110_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I110_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I111", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I111_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I111_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I111_stderr.txt", "expectedPath": "ink/I111/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I111_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I111/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I111/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I111_out.json"], "compileOutPath": "inklecate_v1.1.1_I111_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I111_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I111_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I112", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I112_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I112_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I112_stderr.txt", "expectedPath": "ink/I112/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I112_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I112/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I112/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I112_out.json"], "compileOutPath": "inklecate_v1.1.1_I112_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I112_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I112_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I113", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I113_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I113_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I113_stderr.txt", "expectedPath": "ink/I113/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I113_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I113/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I113/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I113_out.json"], "compileOutPath": "inklecate_v1.1.1_I113_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I113_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I113_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I114", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I114_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I114_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I114_stderr.txt", "expectedPath": "ink/I114/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I114_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I114/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I114/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I114_out.json"], "compileOutPath": "inklecate_v1.1.1_I114_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I114_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I114_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I115", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I115_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I115_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I115_stderr.txt", "expectedPath": "ink/I115/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I115_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I115/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I115/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I115_out.json"], "compileOutPath": "inklecate_v1.1.1_I115_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I115_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I115_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I116", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I116_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I116_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I116_stderr.txt", "expectedPath": "ink/I116/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I116_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I116/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I116/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I116_out.json"], "compileOutPath": "inklecate_v1.1.1_I116_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I116_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I116_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I117", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I117_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I117_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I117_stderr.txt", "expectedPath": "ink/I117/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I117_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I117/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I117/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I117_out.json"], "compileOutPath": "inklecate_v1.1.1_I117_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I117_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I117_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I118", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I118_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I118_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I118_stderr.txt", "expectedPath": "ink/I118/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I118_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I118/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I118/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I118_out.json"], "compileOutPath": "inklecate_v1.1.1_I118_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I118_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I118_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I119", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I119_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I119_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I119_stderr.txt", "expectedPath": "ink/I119/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I119_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I119/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I119/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I119_out.json"], "compileOutPath": "inklecate_v1.1.1_I119_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I119_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I119_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I120", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I120_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I120_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I120_stderr.txt", "expectedPath": "ink/I120/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I120_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I120/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I120/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I120_out.json"], "compileOutPath": "inklecate_v1.1.1_I120_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I120_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I120_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I121", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I121_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I121_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I121_stderr.txt", "expectedPath": "ink/I121/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I121_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I121/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I121/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I121_out.json"], "compileOutPath": "inklecate_v1.1.1_I121_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I121_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I121_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I122", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I122_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I122_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I122_stderr.txt", "expectedPath": "ink/I122/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I122_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I122/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I122/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I122_out.json"], "compileOutPath": "inklecate_v1.1.1_I122_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I122_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I122_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I123", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I123_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I123_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I123_stderr.txt", "expectedPath": "ink/I123/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I123_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I123/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I123/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I123_out.json"], "compileOutPath": "inklecate_v1.1.1_I123_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I123_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I123_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I124", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I124_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I124_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I124_stderr.txt", "expectedPath": "ink/I124/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I124_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I124/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I124/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I124_out.json"], "compileOutPath": "inklecate_v1.1.1_I124_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I124_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I124_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I125", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I125_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I125_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I125_stderr.txt", "expectedPath": "ink/I125/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I125_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I125/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I125/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I125_out.json"], "compileOutPath": "inklecate_v1.1.1_I125_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I125_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I125_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I126", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I126_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I126_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I126_stderr.txt", "expectedPath": "ink/I126/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I126_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I126/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I126/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I126_out.json"], "compileOutPath": "inklecate_v1.1.1_I126_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I126_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I126_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I127", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I127_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I127_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I127_stderr.txt", "expectedPath": "ink/I127/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I127_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I127/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I127/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I127_out.json"], "compileOutPath": "inklecate_v1.1.1_I127_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I127_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I127_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I128", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I128_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I128_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I128_stderr.txt", "expectedPath": "ink/I128/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I128_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I128/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I128/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I128_out.json"], "compileOutPath": "inklecate_v1.1.1_I128_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I128_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I128_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I129", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I129_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I129_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I129_stderr.txt", "expectedPath": "ink/I129/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I129_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I129/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I129/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I129_out.json"], "compileOutPath": "inklecate_v1.1.1_I129_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I129_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I129_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I130", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I130_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I130_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I130_stderr.txt", "expectedPath": "ink/I130/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I130_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I130/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I130/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I130_out.json"], "compileOutPath": "inklecate_v1.1.1_I130_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I130_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I130_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I131", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I131_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I131_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I131_stderr.txt", "expectedPath": "ink/I131/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I131_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I131/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I131/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I131_out.json"], "compileOutPath": "inklecate_v1.1.1_I131_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I131_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I131_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I132", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I132_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I132_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I132_stderr.txt", "expectedPath": "ink/I132/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I132_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I132/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I132/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I132_out.json"], "compileOutPath": "inklecate_v1.1.1_I132_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I132_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I132_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I133", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I133_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I133_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I133_stderr.txt", "expectedPath": "ink/I133/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I133_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I133/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I133/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I133_out.json"], "compileOutPath": "inklecate_v1.1.1_I133_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I133_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I133_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I134", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I134_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I134_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I134_stderr.txt", "expectedPath": "ink/I134/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I134_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I134/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I134/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I134_out.json"], "compileOutPath": "inklecate_v1.1.1_I134_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I134_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I134_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}, {"status": "SUCCESS", "program": "inklecate_v1.1.1", "compiler": "inklecate_v1.1.1", "runtime": "inkcpp_runtime", "example": "I135", "diffPath": "inklecate_v1.1.1_inkcpp_runtime_I135_diff.txt", "outPath": "inklecate_v1.1.1_inkcpp_runtime_I135_stdout.txt", "errPath": "inklecate_v1.1.1_inkcpp_runtime_I135_stderr.txt", "expectedPath": "ink/I135/transcript.txt", "compileCmdline": ["/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inklecate_v1.1.1_compiler_driver", "-o", "out/inklecate_v1.1.1_I135_out.json", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I135/story.ink"], "playCmdline": ["cat", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/ink/I135/input.txt", "|", "/opt/hostedtoolcache/Python/3.12.3/x64/bin/python3", "/home/runner/work/inkcpp/inkcpp/proofing/ink-proof/drivers/inkcpp_runtime_driver", "out/inklecate_v1.1.1_I135_out.json"], "compileOutPath": "inklecate_v1.1.1_I135_stdout.txt", "compileErrPath": "inklecate_v1.1.1_I135_stderr.txt", "compileBytecodePath": "inklecate_v1.1.1_I135_out.json", "compileExitcode": 0, "diffExitcode": 0, "exitcode": 0}]} \ No newline at end of file