mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
aqua: make compile for remote scry
(note: untested)
This commit is contained in:
parent
cf10ab4cc1
commit
ad69bc5e50
@ -47,7 +47,7 @@
|
|||||||
event-log=(list unix-timed-event)
|
event-log=(list unix-timed-event)
|
||||||
next-events=(qeu unix-event)
|
next-events=(qeu unix-event)
|
||||||
processing-events=?
|
processing-events=?
|
||||||
namespace=(map path song:ames)
|
namespace=(map path (list purr:ames))
|
||||||
==
|
==
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
@ -676,16 +676,16 @@
|
|||||||
^$(ae [%event for /a/aqua/fine-response task], thus this)
|
^$(ae [%event for /a/aqua/fine-response task], thus this)
|
||||||
:+ %hear `lane:ames`[%| `@`from.ae]
|
:+ %hear `lane:ames`[%| `@`from.ae]
|
||||||
^- blob:ames
|
^- blob:ames
|
||||||
=/ [amp=? =packet:ames]
|
=/ =shot:ames
|
||||||
::NOTE dec is important! so dumb!!
|
::NOTE dec is important! so dumb!!
|
||||||
(decode-packet:ames `@`(snag (dec num.ae) u.cash))
|
(sift-shot:ames `@`(snag (dec num.ae) u.cash))
|
||||||
::TODO runtime needs to update rcvr field also
|
::TODO runtime needs to update rcvr field also
|
||||||
::NOTE rcvr life is allowed to be wrong
|
::NOTE rcvr life is allowed to be wrong
|
||||||
(encode-packet:ames amp packet(sndr from.ae, rcvr for))
|
(etch-shot:ames shot(sndr from.ae, rcvr for))
|
||||||
=/ pacs=(unit song:ames)
|
=/ pacs=(unit (list purr:ames))
|
||||||
%+ biff
|
%+ biff
|
||||||
(peek-once:(pe from.ae) %ax %$ [%fine %message path.ae])
|
(peek-once:(pe from.ae) %ax %$ [%fine %message path.ae])
|
||||||
(soft song:ames)
|
(soft (list purr:ames))
|
||||||
?~ pacs (pe from.ae)
|
?~ pacs (pe from.ae)
|
||||||
=. namespace.u.pier
|
=. namespace.u.pier
|
||||||
(~(put by namespace.u.pier) path.ae u.pacs)
|
(~(put by namespace.u.pier) path.ae u.pacs)
|
||||||
|
Loading…
Reference in New Issue
Block a user