Fixed legibility and issue with upgrade fn
This commit is contained in:
parent
92b99292a4
commit
c5f8a1b0b3
@ -104,13 +104,15 @@ external:
|
|||||||
$tree =
|
$tree =
|
||||||
$tree, with
|
$tree, with
|
||||||
$ ->:
|
$ ->:
|
||||||
if (($ is "Action" syntax tree) and $ACTION_UPGRADES.$ver.($.stub)):
|
if ($ is "Action" syntax tree):
|
||||||
$with_upgraded_args = {
|
$(upgrade 1 to 2) = $ACTION_UPGRADES.$ver.($.stub)
|
||||||
: for $k = $v in $:
|
if $(upgrade 1 to 2):
|
||||||
add $k = ($v upgraded from $start_version to $end_version)
|
$with_upgraded_args = {
|
||||||
}
|
: for $k = $v in $:
|
||||||
set $with_upgraded_args's metatable to ($'s metatable)
|
add $k = ($v upgraded from $start_version to $end_version)
|
||||||
return ($ACTION_UPGRADES.$ver.($.stub) $with_upgraded_args $end_version)
|
}
|
||||||
|
set $with_upgraded_args's metatable to ($'s metatable)
|
||||||
|
return (upgrade $with_upgraded_args to $end_version)
|
||||||
|
|
||||||
if $UPGRADES.$ver:
|
if $UPGRADES.$ver:
|
||||||
$with_upgraded_args = {
|
$with_upgraded_args = {
|
||||||
|
Loading…
Reference in New Issue
Block a user