Handbook
Glossary
successful-report ( -- )
Vocabulary
mason
.
report
Inputs
None
Outputs
None
Definition
USING:
combinators.smart
mason.common
sequences
;
IN:
mason.report
:
successful-report
( -- )
[
[
timings-table
"Load failures"
load-all-vocabs-file
load-all-errors-file
error-dump
"Compiler errors"
compiler-errors-file
compiler-error-messages-file
error-dump
"Unit test failures"
test-all-vocabs-file
test-all-errors-file
error-dump
"Help lint failures"
help-lint-vocabs-file
help-lint-errors-file
error-dump
"Benchmark errors"
benchmark-error-vocabs-file
benchmark-error-messages-file
error-dump
benchmarks-file
eval-file
benchmarks-table
]
output>array
sift
]
with-report
;