diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 20:21:03 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 20:21:03 -0800 |
| commit | 4fe63f253f58f87ab986fea38902d95f2a5ea338 (patch) | |
| tree | 12094f1c69b8ab375eb17507c959c43f9295c6c2 /compatibility/4.8.10.nom | |
| parent | 6abec65843f0f37f7fc6032ac5db0fff3db71815 (diff) | |
Auto-updated to version 5
Diffstat (limited to 'compatibility/4.8.10.nom')
| -rw-r--r-- | compatibility/4.8.10.nom | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/compatibility/4.8.10.nom b/compatibility/4.8.10.nom index 78ef6a6..58b9818 100644 --- a/compatibility/4.8.10.nom +++ b/compatibility/4.8.10.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V4.12.12.8 +#!/usr/bin/env nomsu -V5.12.12.8 # This file defines upgrades from Nomsu <4.8.10 to 4.8.10 (renaming "action" -> "means") use "compatibility/compatibility.nom" @@ -6,63 +6,63 @@ use "compatibility/compatibility.nom" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ upgrade action "local action" to "4.8.10" via (..) - for (%tree %end_version): - %spec = %tree.3 - %body = %tree.4 - if %spec.type is: + for ($tree $end_version): + $spec = $tree.3 + $body = $tree.4 + if $spec.type is: "List": - if ((size of %spec) == 1): - return \(%spec.1 means %body) + if ((size of $spec) == 1): + return \($spec.1 means $body) ..else: - return \(%spec all mean %body) + return \($spec all mean $body) else: - return \(%spec means %body) + return \($spec means $body) upgrade action "action" to "4.8.10" via (..) - for (%tree %end_version): - %spec = %tree.2 - %body = %tree.3 - if %body: - if %spec.type is: + for ($tree $end_version): + $spec = $tree.2 + $body = $tree.3 + if $body: + if $spec.type is: "List": - if ((size of %spec) == 1): - return \(externally %spec.1 means %body) + if ((size of $spec) == 1): + return \(externally $spec.1 means $body) ..else: - return \(externally %spec all mean %body) + return \(externally $spec all mean $body) else: - return \(externally %spec means %body) + return \(externally $spec means $body) ..else: - return \(%spec's meaning) + return \($spec's meaning) upgrade action "compile 1 to" to "4.8.10" via (..) - for (%tree %end_version): - %spec = %tree.2 - %body = %tree.4 - if %spec.type is: + for ($tree $end_version): + $spec = $tree.2 + $body = $tree.4 + if $spec.type is: "List": - if ((size of %spec) == 1): - return \(%spec.1 compiles to %body) + if ((size of $spec) == 1): + return \($spec.1 compiles to $body) ..else: - return \(%spec all compile to %body) + return \($spec all compile to $body) else: - return \(%spec compiles to %body) + return \($spec compiles to $body) upgrade action "parse 1 as" to "4.8.10" via (..) - for (%tree %end_version): - %spec = %tree.2 - %body = %tree.4 - if %spec.type is: + for ($tree $end_version): + $spec = $tree.2 + $body = $tree.4 + if $spec.type is: "List": - if ((size of %spec) == 1): - return \(%spec.1 parses as %body) + if ((size of $spec) == 1): + return \($spec.1 parses as $body) ..else: - return \(%spec all parse as %body) + return \($spec all parse as $body) else: - return \(%spec parse as %body) + return \($spec parse as $body) -upgrade action (compile as %) to "4.8.10" as (what % compiles to) -upgrade action (remove action %) to "4.8.10" as ((%'s meaning) = (nil)) +upgrade action (compile as $) to "4.8.10" as (what $ compiles to) +upgrade action (remove action $) to "4.8.10" as (($'s meaning) = (nil)) |
