From d34c678f46564e6514a24eb2852e95b384ea8515 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 11 Mar 2026 08:49:03 -0500 Subject: [PATCH] xo-interpreter2 stack: bugfix after GCObject facet location change --- idl/IGCObject_DClosure.json5 | 2 +- idl/IGCObject_DGlobalEnv.json5 | 2 +- idl/IGCObject_DLocalEnv.json5 | 2 +- idl/IGCObject_DVsmApplyClosureFrame.json5 | 2 +- idl/IGCObject_DVsmApplyFrame.json5 | 2 +- idl/IGCObject_DVsmDefContFrame.json5 | 2 +- idl/IGCObject_DVsmEvalArgsFrame.json5 | 2 +- idl/IGCObject_DVsmIfElseContFrame.json5 | 2 +- idl/IGCObject_DVsmSeqContFrame.json5 | 2 +- include/xo/interpreter2/define/IGCObject_DVsmDefContFrame.hpp | 2 +- include/xo/interpreter2/detail/IGCObject_DClosure.hpp | 2 +- .../xo/interpreter2/detail/IGCObject_DVsmApplyClosureFrame.hpp | 2 +- include/xo/interpreter2/detail/IGCObject_DVsmApplyFrame.hpp | 2 +- include/xo/interpreter2/detail/IGCObject_DVsmEvalArgsFrame.hpp | 2 +- include/xo/interpreter2/env/IGCObject_DGlobalEnv.hpp | 2 +- include/xo/interpreter2/env/IGCObject_DLocalEnv.hpp | 2 +- .../xo/interpreter2/ifelse/IGCObject_DVsmIfElseContFrame.hpp | 2 +- include/xo/interpreter2/sequence/IGCObject_DVsmSeqContFrame.hpp | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/idl/IGCObject_DClosure.json5 b/idl/IGCObject_DClosure.json5 index a9b5616a..944ee2f4 100644 --- a/idl/IGCObject_DClosure.json5 +++ b/idl/IGCObject_DClosure.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "detail", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DGlobalEnv.json5 b/idl/IGCObject_DGlobalEnv.json5 index ce0bc090..9ce50388 100644 --- a/idl/IGCObject_DGlobalEnv.json5 +++ b/idl/IGCObject_DGlobalEnv.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "env", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DLocalEnv.json5 b/idl/IGCObject_DLocalEnv.json5 index 252bfbd7..82dd7ed0 100644 --- a/idl/IGCObject_DLocalEnv.json5 +++ b/idl/IGCObject_DLocalEnv.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "env", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DVsmApplyClosureFrame.json5 b/idl/IGCObject_DVsmApplyClosureFrame.json5 index 2b68d579..bfdb8c96 100644 --- a/idl/IGCObject_DVsmApplyClosureFrame.json5 +++ b/idl/IGCObject_DVsmApplyClosureFrame.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "detail", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DVsmApplyFrame.json5 b/idl/IGCObject_DVsmApplyFrame.json5 index ae284287..4bb09a61 100644 --- a/idl/IGCObject_DVsmApplyFrame.json5 +++ b/idl/IGCObject_DVsmApplyFrame.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "detail", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DVsmDefContFrame.json5 b/idl/IGCObject_DVsmDefContFrame.json5 index 061fca5d..faaee199 100644 --- a/idl/IGCObject_DVsmDefContFrame.json5 +++ b/idl/IGCObject_DVsmDefContFrame.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "define", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DVsmEvalArgsFrame.json5 b/idl/IGCObject_DVsmEvalArgsFrame.json5 index d36304b8..90781d9c 100644 --- a/idl/IGCObject_DVsmEvalArgsFrame.json5 +++ b/idl/IGCObject_DVsmEvalArgsFrame.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "detail", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DVsmIfElseContFrame.json5 b/idl/IGCObject_DVsmIfElseContFrame.json5 index 63617067..29e980ae 100644 --- a/idl/IGCObject_DVsmIfElseContFrame.json5 +++ b/idl/IGCObject_DVsmIfElseContFrame.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "ifelse", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/idl/IGCObject_DVsmSeqContFrame.json5 b/idl/IGCObject_DVsmSeqContFrame.json5 index d2b68020..5e8fcc25 100644 --- a/idl/IGCObject_DVsmSeqContFrame.json5 +++ b/idl/IGCObject_DVsmSeqContFrame.json5 @@ -4,7 +4,7 @@ output_hpp_dir: "include/xo/interpreter2", output_impl_subdir: "sequence", includes: [ - "", + "", "" ], local_types: [ ], diff --git a/include/xo/interpreter2/define/IGCObject_DVsmDefContFrame.hpp b/include/xo/interpreter2/define/IGCObject_DVsmDefContFrame.hpp index 309a6ac7..f287f9fb 100644 --- a/include/xo/interpreter2/define/IGCObject_DVsmDefContFrame.hpp +++ b/include/xo/interpreter2/define/IGCObject_DVsmDefContFrame.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DVsmDefContFrame.hpp" diff --git a/include/xo/interpreter2/detail/IGCObject_DClosure.hpp b/include/xo/interpreter2/detail/IGCObject_DClosure.hpp index fb863205..592b1640 100644 --- a/include/xo/interpreter2/detail/IGCObject_DClosure.hpp +++ b/include/xo/interpreter2/detail/IGCObject_DClosure.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DClosure.hpp" diff --git a/include/xo/interpreter2/detail/IGCObject_DVsmApplyClosureFrame.hpp b/include/xo/interpreter2/detail/IGCObject_DVsmApplyClosureFrame.hpp index 2baacd05..1d455a71 100644 --- a/include/xo/interpreter2/detail/IGCObject_DVsmApplyClosureFrame.hpp +++ b/include/xo/interpreter2/detail/IGCObject_DVsmApplyClosureFrame.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DVsmApplyClosureFrame.hpp" diff --git a/include/xo/interpreter2/detail/IGCObject_DVsmApplyFrame.hpp b/include/xo/interpreter2/detail/IGCObject_DVsmApplyFrame.hpp index ca6d3b10..a2257125 100644 --- a/include/xo/interpreter2/detail/IGCObject_DVsmApplyFrame.hpp +++ b/include/xo/interpreter2/detail/IGCObject_DVsmApplyFrame.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DVsmApplyFrame.hpp" diff --git a/include/xo/interpreter2/detail/IGCObject_DVsmEvalArgsFrame.hpp b/include/xo/interpreter2/detail/IGCObject_DVsmEvalArgsFrame.hpp index 4a8ad18a..3816203c 100644 --- a/include/xo/interpreter2/detail/IGCObject_DVsmEvalArgsFrame.hpp +++ b/include/xo/interpreter2/detail/IGCObject_DVsmEvalArgsFrame.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DVsmEvalArgsFrame.hpp" diff --git a/include/xo/interpreter2/env/IGCObject_DGlobalEnv.hpp b/include/xo/interpreter2/env/IGCObject_DGlobalEnv.hpp index 1f0f9281..a2fcb5f6 100644 --- a/include/xo/interpreter2/env/IGCObject_DGlobalEnv.hpp +++ b/include/xo/interpreter2/env/IGCObject_DGlobalEnv.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DGlobalEnv.hpp" diff --git a/include/xo/interpreter2/env/IGCObject_DLocalEnv.hpp b/include/xo/interpreter2/env/IGCObject_DLocalEnv.hpp index d318bb61..93f1cce3 100644 --- a/include/xo/interpreter2/env/IGCObject_DLocalEnv.hpp +++ b/include/xo/interpreter2/env/IGCObject_DLocalEnv.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DLocalEnv.hpp" diff --git a/include/xo/interpreter2/ifelse/IGCObject_DVsmIfElseContFrame.hpp b/include/xo/interpreter2/ifelse/IGCObject_DVsmIfElseContFrame.hpp index 293dd70d..d62c896b 100644 --- a/include/xo/interpreter2/ifelse/IGCObject_DVsmIfElseContFrame.hpp +++ b/include/xo/interpreter2/ifelse/IGCObject_DVsmIfElseContFrame.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DVsmIfElseContFrame.hpp" diff --git a/include/xo/interpreter2/sequence/IGCObject_DVsmSeqContFrame.hpp b/include/xo/interpreter2/sequence/IGCObject_DVsmSeqContFrame.hpp index 1bdbe2ab..acf77945 100644 --- a/include/xo/interpreter2/sequence/IGCObject_DVsmSeqContFrame.hpp +++ b/include/xo/interpreter2/sequence/IGCObject_DVsmSeqContFrame.hpp @@ -14,7 +14,7 @@ #pragma once #include "GCObject.hpp" -#include +#include #include #include "DVsmSeqContFrame.hpp"