From 4efe44ed271aeed8e25e909344788d92a0d9f82b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 15:50:46 -0800 Subject: Fully upgraded to 4.10.12.7, including deprecating the old list/dict comprehension methods, in favor of the new native support. --- compatibility/3.nom | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'compatibility/3.nom') diff --git a/compatibility/3.nom b/compatibility/3.nom index f97bb8b..1f23897 100644 --- a/compatibility/3.nom +++ b/compatibility/3.nom @@ -1,7 +1,7 @@ -#!/usr/bin/env nomsu -V4.8.10 +#!/usr/bin/env nomsu -V4.10.12.7 # This file defines upgrades from Nomsu <=2 to Nomsu 3 - + use "compatibility/compatibility.nom" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -10,6 +10,4 @@ upgrade action (method %spec %body) to "3" as (my action %spec %body) upgrade action (me) to "3" as %me upgrade action (@) to "3" as %me upgrade action "as" to "3" via (..) - [] -> (..) - barf "\ - ..Object API has changed. Use (%obj::action ...) instead of (as %obj: action ...)" + [] -> (barf "Object API has changed. Use (%obj::action ...) instead of (as %obj: action ...)") -- cgit v1.2.3