aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility/6.15.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-15 15:53:31 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-15 15:54:28 -0800
commitbf37295faeb9535c56671f4b2050260e1b88cd32 (patch)
treed544b68bca8c5bdf0926cc20a12f925c1761cfda /lib/compatibility/6.15.nom
parentef70abe4b7ed8d04574ab24ea4fd74fe2a64221f (diff)
Updating to v6.15, which includes "external (...)" instead of separate
'externally' versions of stuff, and some auto-formatting.
Diffstat (limited to 'lib/compatibility/6.15.nom')
-rw-r--r--lib/compatibility/6.15.nom20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/compatibility/6.15.nom b/lib/compatibility/6.15.nom
new file mode 100644
index 0000000..a911624
--- /dev/null
+++ b/lib/compatibility/6.15.nom
@@ -0,0 +1,20 @@
+#!/usr/bin/env nomsu -V6.15.13.8
+#
+ This file defines upgrades from Nomsu <6.15 to 6.15
+
+use "compatibility/compatibility"
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+upgrade action (external $x = $y) to "6.15" as (external ($x = $y))
+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:
+ if ($ is a "List"):
+ for $child in $:
+ recurse $ on $child
+ ..else: add $
+]