diff options
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 |
