mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
ph: remove deprecated migration testing threads
This commit is contained in:
parent
250e750a89
commit
ba511525c7
@ -1,49 +0,0 @@
|
|||||||
/- spider,
|
|
||||||
graph-store,
|
|
||||||
graph-view,
|
|
||||||
post,
|
|
||||||
*resource,
|
|
||||||
*group
|
|
||||||
/+ *ph-io, strandio
|
|
||||||
=, strand=strand:spider
|
|
||||||
=>
|
|
||||||
|%
|
|
||||||
::
|
|
||||||
++ create-group
|
|
||||||
|= our=@p
|
|
||||||
%^ dojo-thread our %group-create
|
|
||||||
:- %group-view-action
|
|
||||||
:* %create
|
|
||||||
%group-1
|
|
||||||
[%open ~ ~]
|
|
||||||
'Test Group'
|
|
||||||
'A description'
|
|
||||||
==
|
|
||||||
::
|
|
||||||
++ join-group
|
|
||||||
|= our=@p
|
|
||||||
%^ poke-app our %group-view
|
|
||||||
:- %group-view-action
|
|
||||||
:* %join
|
|
||||||
[~zod %group-1]
|
|
||||||
~zod
|
|
||||||
==
|
|
||||||
--
|
|
||||||
::
|
|
||||||
^- thread:spider
|
|
||||||
|= vase
|
|
||||||
=/ m (strand ,vase)
|
|
||||||
;< ~ bind:m start-simple
|
|
||||||
;< ~ bind:m (create-group ~zod)
|
|
||||||
;< ~ bind:m (join-group ~bus)
|
|
||||||
;< ~ bind:m (join-group ~web)
|
|
||||||
;< ~ bind:m (send-hi ~zod ~bus)
|
|
||||||
;< ~ bind:m (send-hi ~zod ~web)
|
|
||||||
;< ~ bind:m (send-hi ~bus ~zod)
|
|
||||||
;< ~ bind:m (send-hi ~bus ~web)
|
|
||||||
;< ~ bind:m (send-hi ~web ~zod)
|
|
||||||
;< ~ bind:m (send-hi ~web ~bus)
|
|
||||||
(pure:m *vase)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
|||||||
/- spider,
|
|
||||||
graph-store,
|
|
||||||
graph-view,
|
|
||||||
post,
|
|
||||||
*resource,
|
|
||||||
*group
|
|
||||||
/+ *ph-io, strandio
|
|
||||||
=, strand=strand:spider
|
|
||||||
=>
|
|
||||||
|%
|
|
||||||
::
|
|
||||||
++ create-group
|
|
||||||
|= our=@p
|
|
||||||
%^ dojo-thread our %group-create
|
|
||||||
:- %group-view-action
|
|
||||||
:* %create
|
|
||||||
%group-1
|
|
||||||
[%open ~ ~]
|
|
||||||
'Test Group'
|
|
||||||
'A description'
|
|
||||||
==
|
|
||||||
::
|
|
||||||
++ hang
|
|
||||||
=/ m (strand ,~)
|
|
||||||
^- form:m
|
|
||||||
|= tin=strand-input:strand
|
|
||||||
`[%wait ~]
|
|
||||||
--
|
|
||||||
::
|
|
||||||
^- thread:spider
|
|
||||||
|= vase
|
|
||||||
=/ m (strand ,vase)
|
|
||||||
;< ~ bind:m start-simple
|
|
||||||
;< ~ bind:m hang
|
|
||||||
(pure:m *vase)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
|||||||
/- spider,
|
|
||||||
graph-store,
|
|
||||||
graph-view,
|
|
||||||
post,
|
|
||||||
*resource,
|
|
||||||
*group
|
|
||||||
/+ *ph-io, strandio
|
|
||||||
=, strand=strand:spider
|
|
||||||
=>
|
|
||||||
|%
|
|
||||||
::
|
|
||||||
++ create-group
|
|
||||||
|= our=@p
|
|
||||||
%^ dojo-thread our %group-create
|
|
||||||
:- %group-view-action
|
|
||||||
:* %create
|
|
||||||
%group-1
|
|
||||||
[%open ~ ~]
|
|
||||||
'Test Group'
|
|
||||||
'A description'
|
|
||||||
==
|
|
||||||
::
|
|
||||||
++ join-group
|
|
||||||
|= our=@p
|
|
||||||
%^ poke-app our %group-view
|
|
||||||
:- %group-view-action
|
|
||||||
:* %join
|
|
||||||
[~zod %group-1]
|
|
||||||
~zod
|
|
||||||
==
|
|
||||||
--
|
|
||||||
::
|
|
||||||
^- thread:spider
|
|
||||||
|= vase
|
|
||||||
=/ m (strand ,vase)
|
|
||||||
;< ~ bind:m start-simple
|
|
||||||
;< ~ bind:m (sleep ~s10)
|
|
||||||
;< ~ bind:m end
|
|
||||||
(pure:m *vase)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user