aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility/4.8.10.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-03-22 14:25:18 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-03-22 14:25:18 -0700
commit7f30fb293f11744eaab6935e791c5aa993411722 (patch)
treebe8bf8845583b89c0502dd32c2a8d2d1b65924cc /lib/compatibility/4.8.10.nom
parentbe9a86d639d0f676f63a5c540d4a0d0d2b2d3c6e (diff)
Fixed a bunch of compatibility issues that made upgrading really slow,
especially when upgrading across many versions.
Diffstat (limited to 'lib/compatibility/4.8.10.nom')
-rw-r--r--lib/compatibility/4.8.10.nom10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/compatibility/4.8.10.nom b/lib/compatibility/4.8.10.nom
index 5723b0d..e278efd 100644
--- a/lib/compatibility/4.8.10.nom
+++ b/lib/compatibility/4.8.10.nom
@@ -6,7 +6,7 @@ use "compatibility/compatibility"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
upgrade action "local action" to "4.8.10" via
- for ($tree $end_version):
+ for $tree:
$spec = $tree.3
$body = $tree.4
if $spec.type is:
@@ -20,7 +20,7 @@ upgrade action "local action" to "4.8.10" via
return \(\$spec means \$body)
upgrade action "action" to "4.8.10" via
- for ($tree $end_version):
+ for $tree:
$spec = $tree.2
$body = $tree.3
if $body:
@@ -37,7 +37,7 @@ upgrade action "action" to "4.8.10" via
return \((\$spec)'s meaning)
upgrade action "compile 1 to" to "4.8.10" via
- for ($tree $end_version):
+ for $tree:
$spec = $tree.2
$body = $tree.4
if $spec.type is:
@@ -51,7 +51,7 @@ upgrade action "compile 1 to" to "4.8.10" via
return \(\$spec compiles to \$body)
upgrade action "parse 1 as" to "4.8.10" via
- for ($tree $end_version):
+ for $tree:
$spec = $tree.2
$body = $tree.4
if $spec.type is:
@@ -65,4 +65,4 @@ upgrade action "parse 1 as" to "4.8.10" via
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)) \ No newline at end of file
+upgrade action (remove action $) to "4.8.10" as (($'s meaning) = (nil))