← Packages / sigil / Capabilities

IO.Process

in sigil v0.1.1

v0.1.1 declares IO.Process. v0.1.0 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/serve.march:7
4 needs IO.NetListen
5 needs IO.Spawn
6 needs IO.FileRead
7 needs IO.Process
8 needs IO.WebSocket
9
10 pfn reload_script() : String do
lib/sigil.march:11
8 needs IO.FileRead
9 needs IO.FileWrite
10 needs IO.NetListen
11 needs IO.Process
12 needs IO.Spawn
13 needs IO.WebSocket
14
lib/watcher.march:6
3 needs IO.Console
4 needs IO.FileRead
5 needs IO.FileWrite
6 needs IO.Process
7
8 -- Read the output directory from the process environment.
9 -- The Serve module sets SIGIL_OUTPUT_DIR before starting the watcher.