mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 04:19:22 +03:00
201 lines
9.4 KiB
Plaintext
201 lines
9.4 KiB
Plaintext
:: :: ::
|
|
:::: /hoon/hood/app :: ::
|
|
:: :: ::
|
|
/? 310 :: zuse version
|
|
/+ sole, :: libraries
|
|
:: XX these should really be separate apps, as
|
|
:: none of them interact with each other in
|
|
:: any fashion; however, to reduce boot-time
|
|
:: complexity and work around the current
|
|
:: non-functionality of end-to-end acknowledgments,
|
|
:: they have been bundled into :hood
|
|
::
|
|
:: |command handlers
|
|
hood-helm, hood-kiln, hood-drum, hood-write
|
|
:: :: ::
|
|
:::: :: ::
|
|
:: :: ::
|
|
|%
|
|
++ hood-module
|
|
:: each hood module follows this general shape
|
|
=> |%
|
|
+$ part [%module %0 pith]
|
|
+$ pith ~
|
|
::
|
|
+$ move [bone card]
|
|
+$ card $% [%fake ~]
|
|
==
|
|
--
|
|
|= [bowl:gall own=part]
|
|
|_ moz=(list move)
|
|
++ abet [(flop moz) own]
|
|
--
|
|
--
|
|
:: :: ::
|
|
:::: :: :: state handling
|
|
:: :: ::
|
|
!:
|
|
=> |% ::
|
|
++ hood-old :: unified old-state
|
|
{?($0 $1) lac/(map @tas hood-part-old)} ::
|
|
++ hood-1 :: unified state
|
|
{$1 lac/(map @tas hood-part)} ::
|
|
++ hood-good :: extract specific
|
|
=+ hed=$:hood-head
|
|
|@ ++ $
|
|
|: paw=$:hood-part
|
|
?- hed
|
|
$drum ?>(?=($drum -.paw) `part:hood-drum`paw)
|
|
$helm ?>(?=($helm -.paw) `part:hood-helm`paw)
|
|
$kiln ?>(?=($kiln -.paw) `part:hood-kiln`paw)
|
|
$write ?>(?=($write -.paw) `part:hood-write`paw)
|
|
==
|
|
--
|
|
++ hood-head _-:$:hood-part :: initialize state
|
|
++ hood-make ::
|
|
=+ $:{our/@p hed/hood-head} ::
|
|
|@ ++ $
|
|
?- hed
|
|
$drum (make:hood-drum our)
|
|
$helm *part:hood-helm
|
|
$kiln *part:hood-kiln
|
|
$write *part:hood-write
|
|
==
|
|
--
|
|
++ hood-part-old hood-part :: old state for ++prep
|
|
++ hood-port :: state transition
|
|
|: paw=$:hood-part-old ^- hood-part ::
|
|
paw ::
|
|
:: ::
|
|
++ hood-part :: current module state
|
|
$% {$drum $2 pith-2:hood-drum} ::
|
|
{$helm $0 pith:hood-helm} ::
|
|
{$kiln $0 pith:hood-kiln} ::
|
|
{$write $0 pith:hood-write} ::
|
|
== ::
|
|
-- ::
|
|
:: :: ::
|
|
:::: :: :: app proper
|
|
:: :: ::
|
|
=, gall
|
|
|_ $: hid/bowl :: gall environment
|
|
hood-1 :: module states
|
|
== ::
|
|
++ able :: find+make part
|
|
=+ hed=$:hood-head
|
|
|@ ++ $
|
|
=+ rep=(~(get by lac) hed)
|
|
=+ par=?^(rep u.rep `hood-part`(hood-make our.hid hed))
|
|
((hood-good hed) par)
|
|
--
|
|
::
|
|
++ ably :: save part
|
|
=+ $:{(list) hood-part}
|
|
|@ ++ $
|
|
[(flop +<-) %_(+> lac (~(put by lac) +<+< +<+))]
|
|
--
|
|
:: :: ::
|
|
:::: :: :: generic handling
|
|
:: :: ::
|
|
++ prep
|
|
|= old/(unit hood-old) ^- (quip _!! _+>)
|
|
:- ~
|
|
?~ old +>
|
|
+>(lac (~(run by lac.u.old) hood-port))
|
|
::
|
|
++ poke-hood-load :: recover lost brain
|
|
|= dat/hood-part
|
|
?> =(our.hid src.hid)
|
|
~& loaded+-.dat
|
|
[~ %_(+> lac (~(put by lac) -.dat dat))]
|
|
::
|
|
::
|
|
++ from-module :: create wrapper
|
|
|* _[identity=%module start=..$ finish=_abet]:(hood-module)
|
|
=- [wrap=- *start] :: usage (wrap handle-arm):from-foo
|
|
|* handle/_finish
|
|
|= a=_+<.handle
|
|
=. +>.handle (start hid (able identity))
|
|
(ably (handle a))
|
|
::
|
|
:: per-module interface wrappers
|
|
++ from-drum (from-module %drum [..$ _se-abet]:(hood-drum))
|
|
++ from-helm (from-module %helm [..$ _abet]:(hood-helm))
|
|
++ from-kiln (from-module %kiln [..$ _abet]:(hood-kiln))
|
|
++ from-write (from-module %write [..$ _abet]:(hood-write))
|
|
::
|
|
:: :: ::
|
|
:::: :: :: switchboard
|
|
:: :: ::
|
|
++ coup-drum-phat (wrap take-coup-phat):from-drum
|
|
++ coup-helm-hi (wrap coup-hi):from-helm
|
|
++ coup-kiln-fancy (wrap take-coup-fancy):from-kiln
|
|
++ coup-kiln-reload (wrap take-coup-reload):from-kiln
|
|
++ coup-kiln-spam (wrap take-coup-spam):from-kiln
|
|
++ diff-sole-effect-drum-phat (wrap diff-sole-effect-phat):from-drum
|
|
++ init-helm |=({way/wire *} [~ +>])
|
|
++ mack-kiln (wrap mack):from-kiln
|
|
++ made-write (wrap made):from-write
|
|
++ made-kiln (wrap take-made):from-kiln
|
|
++ mere-kiln (wrap take-mere):from-kiln
|
|
++ mere-kiln-sync (wrap take-mere-sync):from-kiln
|
|
++ wake-kiln-overload (wrap take-wake-overload):from-kiln
|
|
++ wake-helm-automass (wrap take-wake-automass):from-helm
|
|
++ onto-drum (wrap take-onto):from-drum
|
|
++ peer-drum (wrap peer):from-drum
|
|
++ poke-atom (wrap poke-atom):from-helm
|
|
++ poke-dill-belt (wrap poke-dill-belt):from-drum
|
|
++ poke-dill-blit (wrap poke-dill-blit):from-drum
|
|
++ poke-drum-put (wrap poke-put):from-drum
|
|
++ poke-drum-link (wrap poke-link):from-drum
|
|
++ poke-drum-unlink (wrap poke-unlink):from-drum
|
|
++ poke-drum-exit (wrap poke-exit):from-drum
|
|
++ poke-drum-start (wrap poke-start):from-drum
|
|
++ poke-helm-hi (wrap poke-hi):from-helm
|
|
::++ poke-helm-invite (wrap poke-invite):from-helm
|
|
++ poke-helm-mass (wrap poke-mass):from-helm
|
|
++ poke-helm-reload (wrap poke-reload):from-helm
|
|
++ poke-helm-reload-desk (wrap poke-reload-desk):from-helm
|
|
++ poke-helm-reset (wrap poke-reset):from-helm
|
|
++ poke-helm-serve (wrap poke-serve):from-helm
|
|
++ poke-helm-send-hi (wrap poke-send-hi):from-helm
|
|
++ poke-helm-verb (wrap poke-verb):from-helm
|
|
++ poke-helm-rekey (wrap poke-rekey):from-helm
|
|
++ poke-helm-nuke (wrap poke-nuke):from-helm
|
|
++ poke-helm-automass (wrap poke-automass):from-helm
|
|
++ poke-helm-cancel-automass (wrap poke-cancel-automass):from-helm
|
|
++ poke-helm-bonk (wrap poke-bonk):from-helm
|
|
++ poke-hood-sync (wrap poke-sync):from-kiln
|
|
++ poke-kiln-commit (wrap poke-commit):from-kiln
|
|
++ poke-kiln-info (wrap poke-info):from-kiln
|
|
++ poke-kiln-label (wrap poke-label):from-kiln
|
|
++ poke-kiln-merge (wrap poke-merge):from-kiln
|
|
++ poke-kiln-cancel (wrap poke-cancel):from-kiln
|
|
++ poke-kiln-mount (wrap poke-mount):from-kiln
|
|
++ poke-kiln-rm (wrap poke-rm):from-kiln
|
|
++ poke-kiln-schedule (wrap poke-schedule):from-kiln
|
|
++ poke-kiln-track (wrap poke-track):from-kiln
|
|
++ poke-kiln-sync (wrap poke-sync):from-kiln
|
|
++ poke-kiln-syncs (wrap poke-syncs):from-kiln
|
|
++ poke-kiln-start-autoload (wrap poke-start-autoload):from-kiln
|
|
++ poke-kiln-wipe-ford (wrap poke-wipe-ford):from-kiln
|
|
++ poke-kiln-keep-ford (wrap poke-keep-ford):from-kiln
|
|
++ poke-kiln-autoload (wrap poke-autoload):from-kiln
|
|
++ poke-kiln-overload (wrap poke-overload):from-kiln
|
|
++ poke-kiln-unmount (wrap poke-unmount):from-kiln
|
|
++ poke-kiln-unsync (wrap poke-unsync):from-kiln
|
|
++ poke-kiln-permission (wrap poke-permission):from-kiln
|
|
++ poke-write-sec-atom (wrap poke-sec-atom):from-write
|
|
++ poke-write-paste (wrap poke-paste):from-write
|
|
++ poke-write-tree (wrap poke-tree):from-write
|
|
++ poke-write-wipe (wrap poke-wipe):from-write
|
|
++ quit-drum-phat (wrap quit-phat):from-drum
|
|
++ reap-drum-phat (wrap reap-phat):from-drum
|
|
++ woot-helm (wrap take-woot):from-helm
|
|
++ writ-kiln-autoload (wrap take-writ-autoload):from-kiln
|
|
++ writ-kiln-find-ship (wrap take-writ-find-ship):from-kiln
|
|
++ writ-kiln-sync (wrap take-writ-sync):from-kiln
|
|
|
|
++ bound (wrap take-bound):from-helm
|
|
--
|