source-files.errors vocabulary - Factor Documentation (original) (raw)

source-files.errors vocabulary
Factor handbook » Vocabulary index

Summary
Source file errors and their observers

Metadata

Parents: source-files
Authors: Slava Pestov

Words

Tuple classes

Class Superclass Slots
error-type-holder tuple type word plural icon quot forget-quot fatal?
source-file-error tuple error asset path line#

Generic words

Word Stack effect
error-file ( error -- file )
error-line ( error -- line )
error-type ( error -- type )
errors-changed ( observer -- )

Symbol words

error-observers
error-types

Ordinary words

Word Stack effect
add-error-observer ( observer -- )
all-errors ( -- errors )
define-error-type ( error-type -- )
delete-definition-errors ( definition -- )
delete-file-errors ( seq file type -- )
error-counts ( -- alist )
error-icon-path ( type -- icon )
error-summary ( -- )
group-by-source-file ( errors -- assoc )
new-source-file-error ( error asset class -- source-file-error )
notify-error-observers ( -- )
remove-error-observer ( observer -- )
sort-errors ( errors -- alist )

Class predicate words

Word Stack effect
error-type-holder? ( object -- ? )
source-file-error? ( object -- ? )

Files

resource:core/source-files/errors/errors.factor
resource:core/source-files/errors/errors-docs.factor
resource:core/source-files/errors/errors-tests.factor

Metadata files

resource:core/source-files/errors/authors.txt
resource:core/source-files/errors/summary.txt

Children from resource:basis

Vocabulary Summary
source-files.errors.debugger