From 5ee9bcb7fb692b7dcbdcd71b38f4166f1ae56d3c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 28 Aug 2018 15:34:45 -0700 Subject: Upgraded version to 3.5.5.6, corresponding to Object Oriented changes. --- compatibility/compatibility.nom | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'compatibility/compatibility.nom') diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 982cec6..86a5ac7 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.5.5 +#!/usr/bin/env nomsu -V3.5.5.6 # This file contains code for defining ways to upgrade code between different versions of Nomsu. @@ -9,10 +9,8 @@ use "lib/os.nom" action [upgrade to %version via %upgrade_fn]: %UPGRADES.%version = %upgrade_fn -%ACTION_UPGRADES = {} +%ACTION_UPGRADES = ({} with fallback % -> []) 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 (..) -- cgit v1.2.3