Handbook
Glossary
notify-help-lint-error ( error topic -- )
Vocabulary
help
.
lint
Inputs
error
an
object
topic
an
object
Outputs
None
Definition
USING:
assocs
help.lint.private
kernel
namespaces
source-files.errors
;
IN:
help.lint
:
notify-help-lint-error
( error topic -- )
lint-failures
get
pick
[
[
[
<help-lint-error>
]
keep
]
dip
set-at
]
[
delete-at
drop
]
if
notify-error-observers
;