mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
Merge branches 'tarpam' and 'eyreunlearn'
This commit is contained in:
commit
a1a200d793
@ -54,6 +54,7 @@
|
||||
{$ge p/dojo-model} :: generator
|
||||
{$dv p/path} :: core from source
|
||||
{$ex p/twig} :: hoon expression
|
||||
{$sa p/mark} :: example mark value
|
||||
{$as p/mark q/dojo-source} :: simple transmute
|
||||
{$do p/twig q/dojo-source} :: gate apply
|
||||
{$tu p/(list dojo-source)} :: tuple
|
||||
@ -272,6 +273,7 @@
|
||||
;~ pose
|
||||
(stag %ex dp-twig)
|
||||
(stag %tu (ifix [sel ser] (most ace dp-source)))
|
||||
(stag %sa ;~(pfix tar pam sym))
|
||||
==
|
||||
::
|
||||
++ dp-config :: ++dojo-config
|
||||
@ -361,6 +363,7 @@
|
||||
?- -.bul
|
||||
$ex [bul +>.$]
|
||||
$dv [bul +>.$]
|
||||
$sa [bul +>.$]
|
||||
$as =^(mor +>.$ (dy-init-source q.bul) [bul(q mor) +>.$])
|
||||
$do =^(mor +>.$ (dy-init-source q.bul) [bul(q mor) +>.$])
|
||||
$ge =^(mod +>.$ (dy-init-model p.bul) [[%ge mod] +>.$])
|
||||
@ -1138,6 +1141,7 @@
|
||||
$^ {dy-shown dy-shown}
|
||||
$% {$ur (unit knot) purl:eyre}
|
||||
{$dv path}
|
||||
{$sa mark}
|
||||
{$as mark dy-shown}
|
||||
{$do twig dy-shown}
|
||||
{$ge path (list dy-shown) (map term (unit dy-shown))}
|
||||
@ -1150,7 +1154,7 @@
|
||||
=+ `{@ bil/dojo-build}`a
|
||||
|- ^- dy-shown
|
||||
?- -.bil
|
||||
$?($ur $dv) bil
|
||||
$?($ur $dv $sa) bil
|
||||
$ex ?. ?=({$cltr *} p.bil) p.bil
|
||||
|- ^- twig
|
||||
?~ p.p.bil !!
|
||||
@ -1316,6 +1320,7 @@
|
||||
$ge (dy-silk-config (dy-cage p.p.p.bil) q.p.bil)
|
||||
$dv [/hand [%core he-beak (flop p.bil)]]
|
||||
$ex [/hand (dy-mare p.bil)]
|
||||
$sa [/hand [%bunt p.bil]]
|
||||
$as [/hand [%cast p.bil [%$ (dy-cage p.q.bil)]]]
|
||||
$do [/hand [%call (dy-mare p.bil) [%$ (dy-cage p.q.bil)]]]
|
||||
$tu :- /hand
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -626,7 +626,6 @@
|
||||
[%veer p=@ta q=path r=@t] :: drop-through
|
||||
[%vega p=path q=path] :: drop-through
|
||||
[%velo p=@t q=@t] :: drop-through
|
||||
[%mini-jael-gift *]
|
||||
== ::
|
||||
+= task :: in request ->$
|
||||
$% [%born ~] :: new unix process
|
||||
@ -642,7 +641,6 @@
|
||||
[%wegh ~] :: report memory
|
||||
[%went p=sack q=path r=@ud s=coop] :: response confirm
|
||||
[%west p=sack q=[path *]] :: network request
|
||||
[%mini-jael-task *]
|
||||
== ::
|
||||
-- ::able
|
||||
::
|
||||
@ -671,7 +669,10 @@
|
||||
but=path :: ending
|
||||
== ::
|
||||
+= gram :: inter-ship message
|
||||
$? [[%get ~] p=@uvH q=[? clip httq]] :: remote request
|
||||
$? [[%lon ~] p=hole] :: login request
|
||||
[[%aut ~] p=hole] :: login reply
|
||||
[[%hat ~] p=hole q=hart] :: login redirect
|
||||
[[%get ~] p=@uvH q=[? clip httq]] :: remote request
|
||||
[[%got ~] p=@uvH q=httr] :: remote response
|
||||
[[%gib ~] p=@uvH] :: remote cancel
|
||||
== ::
|
||||
|
Loading…
Reference in New Issue
Block a user