Handbook
Glossary
errors. ( errors -- )
Factor handbook
»
The implementation
»
Batch error reporting
Prev:
error-summary ( -- )
Vocabulary
tools
.
errors
Inputs
errors
a
sequence
of
source-file-error
s
Outputs
None
Word description
Prints a list of errors, grouped by source file.
Definition
USING:
assocs
debugger
io
kernel
sequences
source-files.errors
source-files.errors.debugger
;
IN:
tools.errors
:
errors.
( errors -- )
group-by-source-file
sort-errors
[
[
nl
"==== "
write
+listener-input+
or
print
nl
]
[
[
nl
]
[
error.
]
interleave
]
bi*
]
assoc-each
;