diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:50:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:50:46 -0800 |
| commit | 4efe44ed271aeed8e25e909344788d92a0d9f82b (patch) | |
| tree | 73766440b53031d4fc8210dbe3b0aece47e6b852 /compatibility/4.8.10.nom | |
| parent | ba03cb67c3c8ba53451eba25dd2186f095cd1db2 (diff) | |
Fully upgraded to 4.10.12.7, including deprecating the old list/dict
comprehension methods, in favor of the new native support.
Diffstat (limited to 'compatibility/4.8.10.nom')
| -rw-r--r-- | compatibility/4.8.10.nom | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compatibility/4.8.10.nom b/compatibility/4.8.10.nom index 7ea95b0..c0c17dc 100644 --- a/compatibility/4.8.10.nom +++ b/compatibility/4.8.10.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V4.8.10.6 +#!/usr/bin/env nomsu -V4.10.12.7 # This file defines upgrades from Nomsu <4.8.10 to 4.8.10 (renaming "action" -> "means") use "compatibility/compatibility.nom" @@ -15,6 +15,7 @@ upgrade action "local action" to "4.8.10" via (..) return \(%spec.1 means %body) ..else: return \(%spec all mean %body) + else: return \(%spec means %body) @@ -29,6 +30,7 @@ upgrade action "action" to "4.8.10" via (..) return \(externally %spec.1 means %body) ..else: return \(externally %spec all mean %body) + else: return \(externally %spec means %body) ..else: @@ -44,6 +46,7 @@ upgrade action "compile 1 to" to "4.8.10" via (..) return \(%spec.1 compiles to %body) ..else: return \(%spec all compile to %body) + else: return \(%spec compiles to %body) @@ -57,6 +60,7 @@ upgrade action "parse 1 as" to "4.8.10" via (..) return \(%spec.1 parses as %body) ..else: return \(%spec all parse as %body) + else: return \(%spec parse as %body) |
