From f9232cb45a7d53721764fdc6107dc97a599c8932 Mon Sep 17 00:00:00 2001 From: Graham Nelson Date: Sun, 10 Apr 2022 22:28:24 +0100 Subject: [PATCH] Improved test script for GenerateDiagnostics-G --- docs/BasicInformExtrasKit/S-act.html | 4 +- docs/CommandParserKit/S-prs.html | 13 ++--- docs/WorldModelKit/S-act2.html | 4 +- docs/WorldModelKit/S-wrl.html | 17 ++++-- docs/assertions-module/2-cs.html | 30 ++++++++-- docs/assertions-module/3-nuor.html | 8 +-- docs/assertions-module/3-uor.html | 54 ++++++++++------- docs/assertions-module/5-rf.html | 7 +++ docs/building-module/1-pck.html | 1 + docs/if-module/3-scn.html | 12 +++- docs/if-module/3-sr.html | 14 +++++ docs/if-module/4-anl.html | 1 + docs/if-module/5-cgl.html | 40 +++++++++++++ docs/imperative-module/3-tv.html | 9 +-- docs/imperative-module/4-cad.html | 27 ++++++--- docs/imperative-module/4-cdp.html | 4 +- docs/imperative-module/4-dtd.html | 3 +- docs/index-module/2-ir.html | 52 +++++++++++------ docs/index-module/2-iu.html | 8 +-- docs/index-module/4-mc.html | 1 - docs/inflections-module/4-ei.html | 2 +- docs/kinds-module/1-km.html | 4 +- docs/kinds-module/2-dk.html | 4 +- docs/kinds-module/2-fk.html | 4 +- docs/kinds-module/2-knd.html | 4 +- docs/kinds-module/2-tlok.html | 4 +- docs/kinds-module/2-uk.html | 4 +- docs/kinds-module/3-dmn.html | 4 +- docs/kinds-module/3-fv.html | 4 +- docs/kinds-module/3-sav.html | 10 +++- docs/kinds-module/4-abgtn.html | 4 +- docs/kinds-module/4-kc.html | 4 +- docs/kinds-module/4-kc2.html | 4 +- docs/kinds-module/4-mcr.html | 4 +- docs/kinds-module/4-nf.html | 4 +- docs/kinds-module/4-ns.html | 4 +- docs/kinds-module/4-st.html | 4 +- docs/kinds-module/P-htitm.html | 4 +- docs/kinds-module/P-wtmd.html | 4 +- docs/kinds-module/index.html | 4 +- docs/multimedia-module/1-mm.html | 4 +- docs/multimedia-module/2-ef.html | 4 +- docs/multimedia-module/2-fgr.html | 12 +++- docs/multimedia-module/2-se.html | 12 +++- docs/multimedia-module/P-wtmd.html | 4 +- docs/multimedia-module/index.html | 4 +- docs/runtime-module/2-hrr.html | 2 + docs/runtime-module/5-lp.html | 52 ++++++++--------- docs/runtime-module/5-rlb.html | 3 + docs/values-module/3-lp.html | 5 +- docs/values-module/5-dsh.html | 23 +++++++- inform7/Downloads/preform-diagnostics.txt | 4 +- inform7/Figures/memory-diagnostics.txt | 70 +++++++++++------------ inform7/Figures/timings-diagnostics.txt | 48 +++++++--------- inform7/Tests/inform7.intest | 5 +- 55 files changed, 433 insertions(+), 212 deletions(-) diff --git a/docs/BasicInformExtrasKit/S-act.html b/docs/BasicInformExtrasKit/S-act.html index 63eb9c37c..98b7a149c 100644 --- a/docs/BasicInformExtrasKit/S-act.html +++ b/docs/BasicInformExtrasKit/S-act.html @@ -188,7 +188,7 @@ simple routine, but some are run by calling the three subroutines independently. MStack_DestroyAVVars(A); return rv; } - return RunTimeProblem(RTP_CANTABANDON); + return RunTimeProblem(RTP_CANTEND); ];

§10. Abandon. For (very) rare cases where an activity must be abandoned midway; such an @@ -203,7 +203,7 @@ activity must be being run by calling the three stages individually, and MStack_DestroyAVVars(A); return; } - return RunTimeProblem(RTP_CANTEND); + return RunTimeProblem(RTP_CANTABANDON); ];