mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
ames: fix move clobbering in +fi-done
This commit is contained in:
parent
50f5abc138
commit
790a0de292
@ -4028,7 +4028,7 @@
|
|||||||
%- (fi-trace fin.veb |.("done {(spud fi-full-path)}"))
|
%- (fi-trace fin.veb |.("done {(spud fi-full-path)}"))
|
||||||
%- ~(rep in listeners.keen)
|
%- ~(rep in listeners.keen)
|
||||||
|= [=^duct =_fine]
|
|= [=^duct =_fine]
|
||||||
fine(event-core (emit duct %give gift))
|
fine(event-core (emit:fine duct %give gift))
|
||||||
::
|
::
|
||||||
++ fi-first-rcv
|
++ fi-first-rcv
|
||||||
|= =meow
|
|= =meow
|
||||||
|
@ -114,12 +114,12 @@
|
|||||||
(etch-shot:ames shot)
|
(etch-shot:ames shot)
|
||||||
==
|
==
|
||||||
:~ [~[//fine] [%pass /qos %d %flog %text "; ~bud is your neighbor"]]
|
:~ [~[//fine] [%pass /qos %d %flog %text "; ~bud is your neighbor"]]
|
||||||
:- ~[/keen-duct-1]
|
:- ~[/keen-duct-2]
|
||||||
:* %give %tune /~bud/1/1/c/x/1/kids/sys/kelvin
|
:* %give %tune /~bud/1/1/c/x/1/kids/sys/kelvin
|
||||||
sig
|
sig
|
||||||
`hoon+kelvin
|
`hoon+kelvin
|
||||||
==
|
==
|
||||||
:- ~[/keen-duct-2]
|
:- ~[/keen-duct-1]
|
||||||
:* %give %tune /~bud/1/1/c/x/1/kids/sys/kelvin
|
:* %give %tune /~bud/1/1/c/x/1/kids/sys/kelvin
|
||||||
sig
|
sig
|
||||||
`hoon+kelvin
|
`hoon+kelvin
|
||||||
|
Loading…
Reference in New Issue
Block a user