From 2bbc035f5dcc3ecd62724b9d1de0e7e3ea902379 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 20 Nov 2018 14:52:59 -0800 Subject: Simplifying the filesystem code (no longer entangled with nomsupath) and using that to simplify the tools. Now the tools directly take lists of file paths rather than things that might go through nomsupath or directories or get processed by filetype. Use your shell for globbing stuff like `nomsu tools/test.nom core/*.nom` --- compatibility/3.nom | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compatibility/3.nom') diff --git a/compatibility/3.nom b/compatibility/3.nom index a1ce99b..87f5c0c 100644 --- a/compatibility/3.nom +++ b/compatibility/3.nom @@ -10,4 +10,6 @@ upgrade action (method %spec %body) to "3" as (my action %spec %body) upgrade action (me) to "3" as %me upgrade action (@) to "3" as %me upgrade action "as" to "3" via (..) - -> (barf "Object API has changed. Use (%obj::action ...) instead of (as %obj: action ...)") + for %tree: + compile error at %tree "Object API has changed and 'as' is no longer supported." "\ + ..Use (%obj::action ...) instead of (as %obj: action ...)" -- cgit v1.2.3