diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 19:17:09 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 19:17:16 -0700 |
| commit | e22c35681f90740b4f5006c30b3f154ebd1f8ea2 (patch) | |
| tree | c7f04d968bade120ebf75cfa0b9f073602917122 /compatibility/compatibility.nom | |
| parent | 7112af7cb6ee52f4ef9664db9c03db52d8c73ac9 (diff) | |
Auto-upgraded everything.
Diffstat (limited to 'compatibility/compatibility.nom')
| -rw-r--r-- | compatibility/compatibility.nom | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
