aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility/6.15.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-03-20 15:55:57 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-03-20 15:55:57 -0700
commite665d9725c4bb02f4c18d16527367f424cb880fa (patch)
treeaed161ee6b338c2bad2312591f746459414ccafa /lib/compatibility/6.15.nom
parent606fd090002f3d545cbd58440e96624907846f45 (diff)
Auto-updated to 7.0.0 syntax and removed some shims.
Diffstat (limited to 'lib/compatibility/6.15.nom')
-rw-r--r--lib/compatibility/6.15.nom11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/compatibility/6.15.nom b/lib/compatibility/6.15.nom
index ed892c1..88a4064 100644
--- a/lib/compatibility/6.15.nom
+++ b/lib/compatibility/6.15.nom
@@ -1,5 +1,6 @@
-#!/usr/bin/env nomsu -V6.15.13.8
-#
+#!/usr/bin/env nomsu -V7.0.0
+
+###
This file defines upgrades from Nomsu <6.15 to 6.15
use "compatibility/compatibility"
@@ -11,8 +12,8 @@ upgrade action (externally $x means $y) to "6.15" as (external ($x means $y))
upgrade action (externally $x all mean $y) to "6.15" as
external ($x all mean $y)
-upgrade action ($lists flattened) to "6.15" as [
- : for $ in recursive $lists:
+upgrade action ($lists flattened) to "6.15" as [:
+ for $ in recursive $lists:
if ($ is "a List"):
for $child in $:
recurse $ on $child
@@ -29,4 +30,4 @@ upgrade action ($x is $y) to "6.15" as ($x == $y)
upgrade action [$a isn't $b, $a is not $b, $a not= $b] to "6.15" as ($a != $b)
upgrade action [$a is a $b, $a is an $b] to "6.15" as ($a is $b)
upgrade action [$a isn't a $b, $a isn't an $b, $a is not a $b, $a is not an $b]
-..to "6.15" as ($a isn't $b)
+..to "6.15" as ($a isn't $b) \ No newline at end of file