@@ -116,23 +116,23 @@ not perform computation on the contents.
116
116
* ` runtime.tmpdirSize ` : reserved storage space available in the designated temporary directory
117
117
118
118
For ` cores ` , ` ram ` , ` outdirSize ` and ` tmpdirSize ` , if an implementation can't
119
- provide the actual number of reserved cores during the expression evaluation time,
119
+ provide the actual number of reserved resources during the expression evaluation time,
120
120
it should report back the minimal requested amount.
121
121
122
122
See [ ResourceRequirement] ( #ResourceRequirement ) for details on how to
123
123
describe the hardware resources required by a tool.
124
124
125
- The standard input stream and standard output stream may be redirected as
126
- described in the ` stdin ` and ` stdout ` fields.
125
+ The standard input stream, the standard output stream, and/or the standard error
126
+ stream may be redirected as described in the [ ` stdin ` ] ( #stdin ) ,
127
+ [ ` stdout ` ] ( #stdout ) , and [ ` stderr ` ] ( #stderr ) fields.
127
128
128
129
## Execution
129
130
130
131
Once the command line is built and the runtime environment is created, the
131
132
actual tool is executed.
132
133
133
- The standard error stream and standard output stream (unless redirected by
134
- setting ` stdout ` or ` stderr ` ) may be captured by platform logging facilities
135
- for storage and reporting.
134
+ The standard error stream and standard output stream may be captured by
135
+ platform logging facilities for storage and reporting.
136
136
137
137
Tools may be multithreaded or spawn child processes; however, when the
138
138
parent process exits, the tool is considered finished regardless of whether
0 commit comments