mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
Fix +ls performance by not +hard-ing in scry
This commit is contained in:
parent
bc17312fa3
commit
5cb4cbba37
@ -1,4 +1,3 @@
|
|||||||
!:
|
|
||||||
:: pit: a +vase of the hoon+zuse kernel, which is a deeply nested core
|
:: pit: a +vase of the hoon+zuse kernel, which is a deeply nested core
|
||||||
::
|
::
|
||||||
|= pit=vase
|
|= pit=vase
|
||||||
@ -4532,7 +4531,6 @@
|
|||||||
^- (unit (unit (cask)))
|
^- (unit (unit (cask)))
|
||||||
?> ?=([@ *] ref)
|
?> ?=([@ *] ref)
|
||||||
=/ hoon-version=@ud -.ref
|
=/ hoon-version=@ud -.ref
|
||||||
=/ =type ((hard type) +.ref)
|
|
||||||
::
|
::
|
||||||
~| hoon-version=hoon-version
|
~| hoon-version=hoon-version
|
||||||
?> ?=(?(%143 %151) hoon-version)
|
?> ?=(?(%143 %151) hoon-version)
|
||||||
@ -4574,7 +4572,7 @@
|
|||||||
=/ local-cage=cage (result-to-cage build-result.u.local-result)
|
=/ local-cage=cage (result-to-cage build-result.u.local-result)
|
||||||
:: if :local-result does not nest in :type, produce an error
|
:: if :local-result does not nest in :type, produce an error
|
||||||
::
|
::
|
||||||
?. -:(nets:wa type `^type`p.q.local-cage)
|
?. -:(nets:wa +.ref `type`p.q.local-cage)
|
||||||
[~ ~]
|
[~ ~]
|
||||||
::
|
::
|
||||||
[~ ~ `(cask)`local-cage]
|
[~ ~ `(cask)`local-cage]
|
||||||
|
Loading…
Reference in New Issue
Block a user