mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
Merge branch 'master' of https://github.com/urbit/urbit
This commit is contained in:
commit
c3dc727e90
@ -363,18 +363,13 @@
|
||||
$(xiq t.xiq, xaq [i.xiq xaq])
|
||||
=+ huy=(~(aeon ze lim dom ran) q.mot)
|
||||
?~ huy
|
||||
?: =(let.dom u.nab)
|
||||
$(xiq t.xiq, xaq [i.xiq xaq])
|
||||
?> ?=(^ hit.dom)
|
||||
=+ ptr=[%ud +(let.dom)]
|
||||
::=+ fud=(flop (scag (sub let.dom u.nab) `(list frog)`hit.dom))
|
||||
=+ fud=`nako`(~(gack ze lim dom ran) u.nab let.dom)
|
||||
%= $
|
||||
xiq t.xiq
|
||||
xaq [[p.i.xiq [%| ptr q.mot]] xaq]
|
||||
..wake (bleb p.i.xiq let.dom fud)
|
||||
==
|
||||
::=+ fud=(flop (scag (sub u.huy u.nab) yad))
|
||||
=+ fud=(~(gack ze lim dom ran) u.nab u.huy)
|
||||
%= $
|
||||
xiq t.xiq
|
||||
|
@ -1224,11 +1224,12 @@
|
||||
window.urb.qreq = function(method,url,params,json,cb) {
|
||||
walk = function() {
|
||||
qobj = {}
|
||||
qobj.oargs = window.urb.reqq.shift()
|
||||
qobj.oargs = window.urb.reqq[0]
|
||||
qobj.nargs = [].slice.apply(qobj.oargs,[0,4])
|
||||
qobj.nargs.push(function(){
|
||||
if(this.oargs[4])
|
||||
this.oargs[4].apply(window.urb,arguments)
|
||||
window.urb.reqq.shift()
|
||||
if(window.urb.reqq.length > 0)
|
||||
walk()
|
||||
}.bind(qobj))
|
||||
|
@ -1097,7 +1097,7 @@
|
||||
::
|
||||
::
|
||||
::
|
||||
++ zerg :: fundamental diff op
|
||||
++ zerg :: fundamental diff
|
||||
|= [p=yaki q=yaki]
|
||||
^- (map path miso)
|
||||
%+ roll (~(tap in (luth q.p q.q)) ~)
|
||||
|
Loading…
Reference in New Issue
Block a user