mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
3259f1f588
Small touch-ups to simulation behavior and ph tests. Most of them pass now, even if they're still really slow at times. The breach ones don't pass, but also complain of dangling bone, so might work once the fix for that is in.
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (init-ship ~bud &)
|
|
;< ~ bind:m (init-ship ~marbud &)
|
|
;< file=@t bind:m (touch-file ~bud %base %foo)
|
|
;< ~ bind:m (dojo ~bud "|merge %kids our %base")
|
|
;< ~ bind:m (check-file-touched ~marbud %base file)
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|