diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:02:39 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:02:53 -0800 |
| commit | fa3f598fc3b91d92665fda293460944f75c95b67 (patch) | |
| tree | a5d19eac16d81873ab51171bdd5670793baa4ff8 /compatibility/3.nom | |
| parent | 69aaea030e08e083151aa25b8080eddd0d4c1683 (diff) | |
Fixing the upgrade pipeline, plus some misc. fixes.
Diffstat (limited to 'compatibility/3.nom')
| -rw-r--r-- | compatibility/3.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility/3.nom b/compatibility/3.nom index a4840ca..f97bb8b 100644 --- a/compatibility/3.nom +++ b/compatibility/3.nom @@ -9,7 +9,7 @@ use "compatibility/compatibility.nom" 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 1 2" to "3" via (..) +upgrade action "as" to "3" via (..) [] -> (..) barf "\ - ..Object API has changed. Use (%obj::action 1 2) instead of (as %obj: action 1 2)" + ..Object API has changed. Use (%obj::action ...) instead of (as %obj: action ...)" |
