code / nomsu

Lines6.6K Lua5.1K PEG1.3K make117
2 others 83
Markdown60 Bourne Again Shell23
(17 lines)
1 #!/usr/bin/env nomsu -V7.0.0
2 ###
3 This file defines upgrades from Nomsu <=2 to Nomsu 3
5 use "compatibility/compatibility"
7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 upgrade action (method $spec $body) to "3" as (my action $spec $body)
10 upgrade action (me) to "3" as $me
11 upgrade action (@) to "3" as $me
12 upgrade action "as" to "3" via
13 for $tree:
14 at $tree fail ("
15 Upgrade error: Object API has changed and 'as' is no longer supported.
16 Hint: Use ($obj, action ...) instead of (as $obj: action ...)