From e22c35681f90740b4f5006c30b3f154ebd1f8ea2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Sep 2018 19:17:09 -0700 Subject: Auto-upgraded everything. --- compatibility/compatibility.nom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compatibility/compatibility.nom') diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 2093aff..acd1d11 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.8.7.6 +#!/usr/bin/env nomsu -V4.8.8.6 # This file contains code for defining ways to upgrade code between different versions of Nomsu. @@ -51,12 +51,12 @@ compile [upgrade action %actions to %version as %body] to: unless ("\%lua" == ""): %lua::append "\n" %retval = (make tree %body) %lua::append (..) - Lua ".." - upgrade_action_1_to_2_via_3(\(quote %action.stub), \(%version as lua expr), function(\(..) + Lua "\ + ..upgrade_action_1_to_2_via_3(\(quote %action.stub), \(%version as lua expr), function(\(..) \%tree as lua id ..) return \%retval - end) + end)" return %lua -- cgit v1.2.3