mason.report: fix stack effect for output>array.
parent
9dbcce0cfe
commit
268c645d24
|
@ -1,6 +1,7 @@
|
|||
USING: io.directories io.directories.hierarchy io.files
|
||||
io.files.temp kernel mason.common mason.config mason.report
|
||||
namespaces tools.test xml xml.writer ;
|
||||
IN: mason.report.tests
|
||||
USING: io.files io.files.temp io.directories io.directories.hierarchy kernel
|
||||
mason.report mason.common mason.config namespaces tools.test xml xml.writer ;
|
||||
|
||||
{ 0 0 } [ [ ] with-report ] must-infer-as
|
||||
|
||||
|
|
|
@ -124,15 +124,17 @@ IN: mason.report
|
|||
error-dump
|
||||
|
||||
skip-mason-benchmarks get-global [
|
||||
f f
|
||||
] [
|
||||
"Benchmark errors"
|
||||
benchmark-error-vocabs-file
|
||||
benchmark-error-messages-file
|
||||
error-dump
|
||||
|
||||
benchmarks-file eval-file benchmarks-table
|
||||
] unless
|
||||
] if
|
||||
|
||||
] output>array
|
||||
] output>array sift
|
||||
] with-report ;
|
||||
|
||||
: build-clean? ( -- ? )
|
||||
|
|
Loading…
Reference in New Issue