mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
spider: fix mark validation
glob is succesfully downloaded and inserted into the docket state, but as an octet stream. need to define the correct marks.
This commit is contained in:
parent
035b29f0c0
commit
098587bf8b
pkg
@ -405,8 +405,8 @@
|
||||
=: starting.state (~(put by starting.state) yarn [%build vase])
|
||||
tid.state (~(put by tid.state) new-tid yarn)
|
||||
serving.state
|
||||
?. (~(has by serving.state) yrn) serving.state
|
||||
(~(put by serving.state) yarn)
|
||||
?. (~(has by serving.state) new-tid) serving.state
|
||||
(~(put by serving.state) new-tid [~ %noun q.beak])
|
||||
==
|
||||
=/ pax=path
|
||||
~| no-file-for-thread+file
|
||||
@ -476,7 +476,7 @@
|
||||
^- (quip card ^state)
|
||||
=/ m (strand ,vase)
|
||||
?. (has-yarn running.state yarn)
|
||||
%- (slog leaf+"spider got input for non-existent {<yarn>} 2" ~)
|
||||
%- (slog leaf+"spider got input for non-existent {<yarn>}" ~)
|
||||
`state
|
||||
=/ =eval-form:eval:m
|
||||
thread-form:(need (get-yarn running.state yarn))
|
||||
|
@ -138,7 +138,7 @@
|
||||
=/ res (mule |.((vale.dais in)))
|
||||
?: ?=(%| -.res)
|
||||
~|(%spider-mark-fail (mean leaf+"spider: ames vale fail {<mark>}" p.res))
|
||||
p.res
|
||||
[mark p.res]
|
||||
::
|
||||
:: Take a new sign and run the strand against it
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user