diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-20 14:52:59 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-20 14:54:40 -0800 |
| commit | 2bbc035f5dcc3ecd62724b9d1de0e7e3ea902379 (patch) | |
| tree | 34a83497f7570946b6252183b3e8fe0ce2010595 /compatibility/3.nom | |
| parent | f30413853063483147d941ffccc4b663b71bc943 (diff) | |
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`
Diffstat (limited to 'compatibility/3.nom')
| -rw-r--r-- | compatibility/3.nom | 4 |
1 files changed, 3 insertions, 1 deletions
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 ...)" |
