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.5.5.6.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.5.5.6.nom')
| -rw-r--r-- | compatibility/3.5.5.6.nom | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compatibility/3.5.5.6.nom b/compatibility/3.5.5.6.nom index de6cc1f..c428b0d 100644 --- a/compatibility/3.5.5.6.nom +++ b/compatibility/3.5.5.6.nom @@ -7,7 +7,5 @@ use "compatibility/compatibility.nom" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ upgrade action "traceback" to "3.5.5.6" via (..) - -> (barf "'traceback' has been deprecated") - -upgrade action "traceback 1" to "3.5.5.6" via (..) - -> (barf "'traceback 1' has been deprecated") + for %tree: + compile error at %tree "'traceback' has been deprecated." |
