mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
1599937c81
Makes it so that |cancel %force skips the next thing in the queue if you're not in the middle of something. If you are in the middle of something, it skips the thing you're in the middle of (just like naked |cancel). This should resolve issues where |cancel doesn't drain the queue.
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
:: Kiln: cancel pending merge
|
|
::
|
|
:::: /hoon/cancel/hood/gen
|
|
::
|
|
/? 310
|
|
::
|
|
::::
|
|
::
|
|
:- %say
|
|
|= [* a=$@(~ [@tas ~]) *]
|
|
[%kiln-cancel ?@(a %foo -.a)]
|