From d2bd58568a7efdccefb184a426066acd6b1fa374 Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Tue, 21 Oct 2025 10:26:37 +0800 Subject: [PATCH] =?UTF-8?q?EP=20RScript/=E6=96=B0=E5=A2=9E=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convention/[RScript] | 2 +- [Test]/Program.cs | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Convention/[RScript] b/Convention/[RScript] index 7b48066..7eb53fc 160000 --- a/Convention/[RScript] +++ b/Convention/[RScript] @@ -1 +1 @@ -Subproject commit 7b48066aafbbb9479715961873fe2938b225daec +Subproject commit 7eb53fc3c545c6bbfb4dce11be656d20ab1b253c diff --git a/[Test]/Program.cs b/[Test]/Program.cs index a051f0a..74ea8ea 100644 --- a/[Test]/Program.cs +++ b/[Test]/Program.cs @@ -50,9 +50,13 @@ namespace(func1) label(end); ", import); var data = RScriptSerializer.SerializeClass(result); - var file = new ToolFile("F:\\test.dat"); + var file = new ToolFile("F:\\test_after_run.dat"); file.SaveAsBinary(data); data = file.LoadAsBinary(); engine.Run(RScriptSerializer.DeserializeClass(data), import); + return; + var data2 = RScriptSerializer.SerializeClass(engine.GetCompileResultFromCurrent()); + var file2 = new ToolFile("F:\\test_after_run.dat"); + file2.SaveAsBinary(data2); } } \ No newline at end of file