Merge pull request #1155 from urbit/landscape-load-fixes

Landscape load fixes
This commit is contained in:
ixv 2019-04-29 11:09:25 -07:00 committed by GitHub
commit d3eabbf5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 9 deletions

View File

@ -195,9 +195,30 @@
++ peer
|= wir=wire
^- (quip move _this)
::~& peer-prize+str.sta
=/ response=streams
?+ wir
%= str.sta
env.inbox (scag 1.000 env.inbox.str.sta)
==
:: negative range from latest
::
[%primary @t ~]
=/ val=@ (slav %ud i.t.wir)
%= str.sta
env.inbox (scag val env.inbox.str.sta)
==
:: negative range from offset
::
[%primary @t @t ~]
=/ offset=@ (slav %ud i.t.wir)
=/ num=@ (slav %ud i.t.t.wir)
%= str.sta
env.inbox (swag [offset num] env.inbox.str.sta)
==
::
==
:_ this
[ost.bol %diff %collections-prize str.sta]~
[ost.bol %diff %collections-prize response]~
::
:: +reap: recieve acknowledgement for peer, retry on failure
::

View File

@ -30,7 +30,7 @@
;div.row
;div.flex-col-2;
;div.flex-col-x
;div.collection-index
;div
;+ (meta-to-elem itm sho)
;+ (collection-to-elem col.itm)
==
@ -46,7 +46,7 @@
;div.row
;div.flex-col-2;
;div.flex-col-x
;div.collection-index
;div
;+ (meta-to-elem itm sho)
;+ (collection-post ~ (flop s.bem.gas))
==
@ -63,7 +63,7 @@
;div.row
;div.flex-col-2;
;div.flex-col-x
;div.collection-index
;div
;+ (meta-to-elem itm sho)
;+ (both-to-elem col.itm raw.itm)
==
@ -75,7 +75,7 @@
;div.row
;div.flex-col-2;
;div.flex-col-x
;div.collection-index
;div
;+ (meta-to-elem itm sho)
;+ (collection-post `raw.itm (flop s.bem.gas))
==
@ -150,7 +150,7 @@
=urb-component "Sigil"
=urb-ship "{(trip author)}"
=urb-size "18"
=urb-suffix "true";
=urb-prefix "true";
;div
;a.vanilla.text-mono.text-small.text-700.mr-4
=href "/~~/{(trip host)}/==/web/landscape/profile"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long