Cargo Features

erg_linter has no features set by default.

[dependencies]
erg_linter = { version = "0.6.48-nightly.0", features = ["full", "debug", "backtrace", "japanese", "simplified_chinese", "traditional_chinese", "unicode", "pretty", "large_thread", "py_compat", "gal", "full-repl", "experimental", "log-level-error", "parallel"] }
full = full-repl, pretty, unicode
debug

Enables debug of erg_common, erg_compiler, and erg_parser

erg_compiler:

when "debug" feature is turned on, that of parser will also be turned on.

backtrace

Enables backtrace of erg_common

japanese

Enables japanese of erg_common, erg_compiler, and erg_parser

simplified_chinese

Enables simplified_chinese of erg_common, erg_compiler, and erg_parser

traditional_chinese

Enables traditional_chinese of erg_common, erg_compiler, and erg_parser

unicode full?

Enables unicode of erg_common, erg_compiler, and erg_parser

pretty full?

Enables pretty of erg_common, erg_compiler, and erg_parser

large_thread

Enables large_thread of erg_common, erg_compiler, and erg_parser

py_compat

Enables py_compat of erg_compiler

gal

Enables gal of erg_common and erg_compiler

full-repl full?

Enables full-repl of erg_common

experimental

Enables experimental of erg_common, erg_compiler, and erg_parser

log-level-error

Enables log-level-error of erg_common, erg_compiler, and erg_parser

parallel

The parallelizing compiler was found to contain a bug that caused it to hang in complex dependencies, so it is disabled by default.

Enables parallel of erg_common, erg_compiler, and erg_parser