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/4.11.nom | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compatibility/4.11.nom') 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 -- cgit v1.2.3