aboutsummaryrefslogtreecommitdiff
path: root/compatibility/compatibility.nom
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility/compatibility.nom')
-rw-r--r--compatibility/compatibility.nom5
1 files changed, 1 insertions, 4 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom
index 109b4e9..b936efb 100644
--- a/compatibility/compatibility.nom
+++ b/compatibility/compatibility.nom
@@ -10,7 +10,6 @@ action [upgrade to %version via %upgrade_fn]:
action [upgrade action %stub to %version via %upgrade_fn]:
unless %ACTION_UPGRADES.%version:
%ACTION_UPGRADES.%version = []
-
%ACTION_UPGRADES.%version.%stub = %upgrade_fn
parse [upgrade %tree to %version as %body] as (..)
@@ -58,10 +57,8 @@ action [..]
%versions = {}
for %v = % in %UPGRADES:
%versions.%v = (yes)
-
for %v = % in %ACTION_UPGRADES:
%versions.%v = (yes)
-
%versions = ((keys in %versions) sorted by % -> (% as list))
for %ver in %versions:
if ((%ver as list) <= (%start_version as list)): do next %ver
@@ -94,4 +91,4 @@ action [use %path from version %version] (..)
%file = (read file %filename)
%tree = (parse %file from %filename)
%tree = (upgrade %tree from %version)
- run tree %tree \ No newline at end of file
+ run tree %tree