mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
Merge branch 'nextbreach' into test
Conflicts: urb/zod/base/ape/hood/core.hook urb/zod/base/lib/kiln/core.hook
This commit is contained in:
commit
56c47a8125
@ -95,6 +95,10 @@
|
|||||||
++ poke-kiln-mv (wrap poke-mv):from-kiln
|
++ poke-kiln-mv (wrap poke-mv):from-kiln
|
||||||
++ poke-will (wrap poke-will):from-helm
|
++ poke-will (wrap poke-will):from-helm
|
||||||
++ mere-kiln (wrap take-mere):from-kiln
|
++ mere-kiln (wrap take-mere):from-kiln
|
||||||
|
++ mere-kiln-sync (wrap take-mere-sync):from-kiln
|
||||||
|
::++ mere-kiln-sync
|
||||||
|
:: |= [then (each (set path) (pair term tang))]
|
||||||
|
:: (ably (take-mere-sync:(kiln-work [hid ost src] (able %kiln)) way +<+))
|
||||||
++ made-kiln (wrap take-made):from-kiln
|
++ made-kiln (wrap take-made):from-kiln
|
||||||
++ init-helm |=([way=wire *] [~ +>])
|
++ init-helm |=([way=wire *] [~ +>])
|
||||||
++ note-helm (wrap take-note):from-helm
|
++ note-helm (wrap take-note):from-helm
|
||||||
@ -103,4 +107,8 @@
|
|||||||
++ peer-drum (wrap peer):from-drum
|
++ peer-drum (wrap peer):from-drum
|
||||||
++ quit-drum (wrap quit):from-drum
|
++ quit-drum (wrap quit):from-drum
|
||||||
++ went-helm (wrap take-went):from-helm
|
++ went-helm (wrap take-went):from-helm
|
||||||
|
++ writ-kiln-sync (wrap take-writ):from-kiln
|
||||||
|
::++ writ-kiln-sync
|
||||||
|
:: |= [then riot]
|
||||||
|
:: (ably (take-writ:(kiln-work [hid ost src] (able %kiln)) way +<+))
|
||||||
--
|
--
|
||||||
|
@ -1050,9 +1050,9 @@
|
|||||||
=+ vid=(read-at-aeon:ze u.nao p.q.i.xiq)
|
=+ vid=(read-at-aeon:ze u.nao p.q.i.xiq)
|
||||||
:: ~& %red-at-aeon
|
:: ~& %red-at-aeon
|
||||||
?~ vid
|
?~ vid
|
||||||
?~ u.nao
|
?: =(0 u.nao)
|
||||||
~& [%oh-poor `path`[syd '0' r.p.q.i.xiq]]
|
~& [%oh-poor `path`[syd '0' r.p.q.i.xiq]]
|
||||||
$(xiq t.xiq)
|
$(xiq t.xiq)
|
||||||
~& [%oh-well desk=syd mood=p.q.i.xiq aeon=u.nao]
|
~& [%oh-well desk=syd mood=p.q.i.xiq aeon=u.nao]
|
||||||
$(xiq t.xiq, xaq [i.xiq xaq])
|
$(xiq t.xiq, xaq [i.xiq xaq])
|
||||||
$(xiq t.xiq, ..wake (balk p.i.xiq u.vid p.q.i.xiq))
|
$(xiq t.xiq, ..wake (balk p.i.xiq u.vid p.q.i.xiq))
|
||||||
|
@ -1030,6 +1030,7 @@
|
|||||||
%plug `%c
|
%plug `%c
|
||||||
%them `%e
|
%them `%e
|
||||||
%want `%a
|
%want `%a
|
||||||
|
%warp `%c
|
||||||
==
|
==
|
||||||
--
|
--
|
||||||
--
|
--
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
++ kiln-part ,[%kiln %0 kiln-pith] :: kiln state
|
++ kiln-part ,[%kiln %0 kiln-pith] :: kiln state
|
||||||
++ kiln-pith ::
|
++ kiln-pith ::
|
||||||
$: rem=(map desk kiln-desk) ::
|
$: rem=(map desk kiln-desk) ::
|
||||||
==
|
syn=(map hood-sync ,[let=@ud ust=bone]) ::
|
||||||
|
== ::
|
||||||
++ kiln-desk :: per-desk state
|
++ kiln-desk :: per-desk state
|
||||||
$: auto=? :: escalate on failure
|
$: auto=? :: escalate on failure
|
||||||
gem=germ :: strategy
|
gem=germ :: strategy
|
||||||
@ -54,6 +55,7 @@
|
|||||||
[%merg wire @p @tas @p @tas germ] ::
|
[%merg wire @p @tas @p @tas germ] ::
|
||||||
[%plug wire @p @tas @p @tas] ::
|
[%plug wire @p @tas @p @tas] ::
|
||||||
[%poke wire dock pear] ::
|
[%poke wire dock pear] ::
|
||||||
|
[%warp wire sock riff] ::
|
||||||
== ::
|
== ::
|
||||||
++ pear :: poke fruit
|
++ pear :: poke fruit
|
||||||
$% [%talk-command command:talk] ::
|
$% [%talk-command command:talk] ::
|
||||||
@ -76,8 +78,11 @@
|
|||||||
abet:(emit %lynx /kiln our syd syn)
|
abet:(emit %lynx /kiln our syd syn)
|
||||||
::
|
::
|
||||||
++ poke-sync ::
|
++ poke-sync ::
|
||||||
|= hood-sync
|
|= hos=hood-sync
|
||||||
abet:(emit %font /kiln our syd her sud)
|
?: (~(has by syn) hos)
|
||||||
|
=+ "already syncing from {<sud.hos>} on {<her.hos>} to {<syd.hos>}"
|
||||||
|
abet:(spam leaf/- ~)
|
||||||
|
abet:abet:start:(auto hos)
|
||||||
::
|
::
|
||||||
++ poke-merge ::
|
++ poke-merge ::
|
||||||
|= hood-merge
|
|= hood-merge
|
||||||
@ -115,6 +120,106 @@
|
|||||||
|= [way=wire saw=(unit tang)]
|
|= [way=wire saw=(unit tang)]
|
||||||
abet:abet:(coup-fancy:(take way) saw)
|
abet:abet:(coup-fancy:(take way) saw)
|
||||||
::
|
::
|
||||||
|
++ take-mere-sync ::
|
||||||
|
|= [way=wire mes=(each (set path) (pair term tang))]
|
||||||
|
?> ?=([@ @ @ ~] way)
|
||||||
|
=+ ^- hos=hood-sync
|
||||||
|
:* syd=(slav %tas i.way)
|
||||||
|
her=(slav %p i.t.way)
|
||||||
|
sud=(slav %tas i.t.t.way)
|
||||||
|
==
|
||||||
|
abet:abet:(mere:(auto hos) mes)
|
||||||
|
::
|
||||||
|
++ take-writ ::
|
||||||
|
|= [way=wire rot=riot]
|
||||||
|
?> ?=([@ @ @ ~] way)
|
||||||
|
=+ ^- hos=hood-sync
|
||||||
|
:* syd=(slav %tas i.way)
|
||||||
|
her=(slav %p i.t.way)
|
||||||
|
sud=(slav %tas i.t.t.way)
|
||||||
|
==
|
||||||
|
abet:abet:(writ:(auto hos) rot)
|
||||||
|
::
|
||||||
|
++ spam
|
||||||
|
|= mes=(list tank)
|
||||||
|
%- emit
|
||||||
|
:* %poke /kiln/spam
|
||||||
|
[our %talk] %talk-command
|
||||||
|
^- command:talk
|
||||||
|
:- %publish
|
||||||
|
%- flop
|
||||||
|
=< acc
|
||||||
|
%+ roll mes
|
||||||
|
=< .(eny ^eny)
|
||||||
|
|= [tan=tank acc=(list thought:talk) eny=@uvI]
|
||||||
|
^- [acc=(list thought:talk) eny=@uvI]
|
||||||
|
=+ (sham eny mes)
|
||||||
|
:_ -
|
||||||
|
:_ acc
|
||||||
|
^- thought:talk
|
||||||
|
:+ -
|
||||||
|
[[[%& our (main our)] [*envelope:talk %pending]] ~ ~]
|
||||||
|
[now *bouquet:talk [%app (crip ~(ram re tan))]]
|
||||||
|
==
|
||||||
|
::
|
||||||
|
++ auto
|
||||||
|
|= hood-sync
|
||||||
|
=+ (fall (~(get by syn) syd her sud) [let=*@ud ust=ost])
|
||||||
|
|%
|
||||||
|
++ abet
|
||||||
|
..auto(syn (~(put by syn) [syd her sud] let ust))
|
||||||
|
::
|
||||||
|
++ blab
|
||||||
|
|= new=(list move)
|
||||||
|
^+ +>
|
||||||
|
+>.$(moz (welp new moz))
|
||||||
|
::
|
||||||
|
++ spam |*(* %_(+> ..auto (^spam +<)))
|
||||||
|
++ start
|
||||||
|
%- blab :_ ~
|
||||||
|
:* ost %warp
|
||||||
|
/kiln/sync/[syd]/(scot %p her)/[sud]
|
||||||
|
[our her] sud ~ %sing %w [%da now] /
|
||||||
|
==
|
||||||
|
::
|
||||||
|
++ writ
|
||||||
|
|= rot=riot
|
||||||
|
?~ rot
|
||||||
|
%^ spam
|
||||||
|
leaf/"bad %writ response on autosync"
|
||||||
|
leaf/"from {<sud>} on {<her>} to {<syd>}"
|
||||||
|
~
|
||||||
|
=. let ?. ?=(%w p.p.u.rot) let ((hard ,@ud) q.q.r.u.rot)
|
||||||
|
%- blab :_ ~
|
||||||
|
:* ost %merg
|
||||||
|
/kiln/sync/[syd]/(scot %p her)/[sud]
|
||||||
|
our syd her sud
|
||||||
|
?: =(0 .^(%cw /(scot %p our)/[syd]/(scot %da now)))
|
||||||
|
%init
|
||||||
|
%mate
|
||||||
|
==
|
||||||
|
::
|
||||||
|
++ mere
|
||||||
|
|= mes=(each (set path) (pair term tang))
|
||||||
|
=. let +(let)
|
||||||
|
=. +>.$
|
||||||
|
%- spam
|
||||||
|
?: ?=(%& -.mes)
|
||||||
|
[leaf/"autosync succeeded from {<sud>} on {<her>} to {<syd>}" ~]
|
||||||
|
:* leaf/"autosync failed from {<sud>} on {<her>} to {<syd>}"
|
||||||
|
leaf/"please manually merge the desks with"
|
||||||
|
leaf/":+merge %{(trip syd)} {(scow %p her)} %{(trip sud)}"
|
||||||
|
leaf/""
|
||||||
|
leaf/"error code: {<p.p.mes>}"
|
||||||
|
q.p.mes
|
||||||
|
==
|
||||||
|
%- blab :_ ~
|
||||||
|
:* ost %warp
|
||||||
|
/kiln/sync/[syd]/(scot %p her)/[sud]
|
||||||
|
[our her] sud ~ %sing %y [%ud let] /
|
||||||
|
==
|
||||||
|
--
|
||||||
|
::
|
||||||
++ work :: state machine
|
++ work :: state machine
|
||||||
|= syd=desk
|
|= syd=desk
|
||||||
=+ ^- kiln-desk
|
=+ ^- kiln-desk
|
||||||
@ -125,7 +230,7 @@
|
|||||||
++ abet :: resolve
|
++ abet :: resolve
|
||||||
..work(rem (~(put by rem) syd auto gem her sud cas))
|
..work(rem (~(put by rem) syd auto gem her sud cas))
|
||||||
::
|
::
|
||||||
++ blab :: emit, XX remove
|
++ blab
|
||||||
|= new=(list move)
|
|= new=(list move)
|
||||||
^+ +>
|
^+ +>
|
||||||
+>.$(moz (welp new moz))
|
+>.$(moz (welp new moz))
|
||||||
@ -134,7 +239,7 @@
|
|||||||
++ lose
|
++ lose
|
||||||
^+ .
|
^+ .
|
||||||
~| %kiln-work-fail
|
~| %kiln-work-fail
|
||||||
!!
|
.
|
||||||
::
|
::
|
||||||
++ ford-fail
|
++ ford-fail
|
||||||
|=(tan=tang ~|(%ford-fail (mean tan)))
|
|=(tan=tang ~|(%ford-fail (mean tan)))
|
||||||
@ -179,28 +284,7 @@
|
|||||||
%- blab :_ ~
|
%- blab :_ ~
|
||||||
[ost %poke /kiln/fancy/[^syd] [our %hood] %hood-merge [syd her sud gem]]
|
[ost %poke /kiln/fancy/[^syd] [our %hood] %hood-merge [syd her sud gem]]
|
||||||
::
|
::
|
||||||
++ spam
|
++ spam |*(* +>(..work (^spam +<)))
|
||||||
|= mes=(list tank)
|
|
||||||
%- blab :_ ~
|
|
||||||
:* ost %poke /kiln/spam/[syd]
|
|
||||||
[our %talk] %talk-command
|
|
||||||
^- command:talk
|
|
||||||
:- %publish
|
|
||||||
%- flop
|
|
||||||
=< acc
|
|
||||||
%+ roll mes
|
|
||||||
=< .(eny eny)
|
|
||||||
|= [tan=tank acc=(list thought:talk) eny=@uvI]
|
|
||||||
^- [acc=(list thought:talk) eny=@uvI]
|
|
||||||
=+ (sham eny mes)
|
|
||||||
:_ -
|
|
||||||
:_ acc
|
|
||||||
^- thought:talk
|
|
||||||
:+ -
|
|
||||||
[[[%& our (main our)] [*envelope:talk %pending]] ~ ~]
|
|
||||||
[now *bouquet:talk [%app (crip ~(ram re tan))]]
|
|
||||||
==
|
|
||||||
::
|
|
||||||
++ merge
|
++ merge
|
||||||
|= [her=@p sud=@tas gim=?(%auto germ)]
|
|= [her=@p sud=@tas gim=?(%auto germ)]
|
||||||
^+ +>
|
^+ +>
|
||||||
@ -341,7 +425,7 @@
|
|||||||
=< win
|
=< win
|
||||||
%- blab:(spam tan)
|
%- blab:(spam tan)
|
||||||
:_ ~
|
:_ ~
|
||||||
:* ost %info /kiln/[syd]/dash
|
:* ost %info /kiln/[syd]
|
||||||
our (cat 3 syd '-scratch')
|
our (cat 3 syd '-scratch')
|
||||||
%& *cart
|
%& *cart
|
||||||
%+ murn can
|
%+ murn can
|
||||||
|
Loading…
Reference in New Issue
Block a user