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/4.11.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/4.11.nom')
| -rw-r--r-- | compatibility/4.11.nom | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom index 042da1e..8021be3 100644 --- a/compatibility/4.11.nom +++ b/compatibility/4.11.nom @@ -27,6 +27,11 @@ upgrade action "set" to "4.11" via (..) %rhs.%i = %entry.2 return (SyntaxTree {type: "Action", source: %tree.source, 1: %lhs, 2: "=", 3: %rhs}) +upgrade action "1 with 2 ~>" to "4.11" via (..) + for %tree: + compile error at %tree "This method has been deprecated." "\ + ..Perhaps this could be use %tree::map instead." + # Changing filesystem API: upgrade action (for file %f in %path %body) to "4.11" as (..) for %f in (files for %path) %body |
