diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-02 14:38:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-02 14:39:23 -0700 |
| commit | 307dea18815ba4a06a3098edb170d7ad90708815 (patch) | |
| tree | bce78eb28fa03c9939a92e08e47564afc984c988 /compatibility | |
| parent | d0c3c57f7b25c8d912c426e48cb5ab09cd738f65 (diff) | |
Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of
foo_1_baz_2, removed "smext", made some cleanup changes.
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/4.8.10.nom | 1 | ||||
| -rw-r--r-- | compatibility/compatibility.nom | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/compatibility/4.8.10.nom b/compatibility/4.8.10.nom index d20448e..66152b5 100644 --- a/compatibility/4.8.10.nom +++ b/compatibility/4.8.10.nom @@ -57,3 +57,4 @@ upgrade action "parse 1 as 2" to "4.8.10" via (..) upgrade action (compile as %) to "4.8.10" as (what % compiles to) upgrade action (action %) to "4.8.10" as (%'s meaning) +upgrade action (remove action %) to "4.8.10" as ((%'s meaning) = (nil)) diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index c61b5a9..1153ab4 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -52,7 +52,7 @@ externally (upgrade action %stub to %version via %upgrade_fn) means: %retval = (make tree %body) %lua::append (..) Lua "\ - ..upgrade_action_1_to_2_via_3(\(quote %action.stub), \(%version as lua expr), function(\(..) + ..upgrade_action_1_to_2_via(\(quote %action.stub), \(%version as lua expr), function(\(..) \%tree as lua id ..) return \%retval |
