From e5b45461b4d24b1a9eb7194839fd3974ed3ce613 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Mon, 1 Sep 2025 16:23:16 +0100 Subject: [PATCH] update shf-test.mlb to make acquire changes in main (tests have not been compiling for a few days, since persistent-vector.sml was added, and that's fine because I was working on unrelated aspects) --- shf-tests.mlb | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/shf-tests.mlb b/shf-tests.mlb index df07d40..50cd0ad 100644 --- a/shf-tests.mlb +++ b/shf-tests.mlb @@ -10,10 +10,19 @@ message-types/input-msg.sml message-types/draw-msg.sml message-types/mailbox-type.sml +ann + "allowVectorExps true" +in + fcore/persistent-vector.sml +end + +fcore/escape-string.sml fcore/bin-search.sml fcore/search-list.sml fcore/app-type.sml +fcore/normal-mode/normal-mode-with.sml +fcore/normal-mode/normal-search-mode-with.sml fcore/app-with.sml fcore/text-constants.sml @@ -21,6 +30,7 @@ ann "allowVectorExps true" in fcore/rect.sml + fcore/pipe-cursor.sml fcore/text-builder.sml fcore/cursor-dfa/make-dfa-loop.sml fcore/cursor-dfa/vi-WORD-dfa.sml @@ -30,15 +40,18 @@ end fcore/cursor.sml fcore/text-window.sml -fcore/finish.sml +fcore/normal-mode/normal-finish.sml +fcore/normal-mode/normal-search-finish.sml fcore/move.sml fcore/normal-mode/normal-move.sml fcore/normal-mode/normal-delete.sml fcore/normal-mode/normal-mode.sml +fcore/normal-mode/normal-search-mode.sml fcore/app-update.sml + (* TEST FILES *) $(SML_LIB)/basis/mlton.mlb shell/exception-logger.sml