You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SymbolTable::inherited_member_type and record_inherited_member_type are removed; read Symbol::data_type.
semantic: UnresolvedReason gains NotFoundInWorkspace and Unknowable. An exhaustive match on it will no longer compile. Both are skip-listed by every lint rule, so no diagnostic changes.
pipeline:oxabl check no longer reports parse conformance. It lints and reports formatting drift, and its --json shape has changed accordingly. The previous behaviour, report text, --json shape, and exit codes are available unchanged as oxabl conformance.
api:oxabl::parse, oxabl::analyze, oxabl::analyze_with_fs, and oxabl_formatter::format_source are deprecated in favor of their try_* siblings. They still compile and behave identically; callers denying deprecation warnings will need to migrate or allow them.
api: the oxabl umbrella no longer glob-re-exports its sub-crates at the crate root; consumers use the named modules (e.g. oxabl::ast::Statement). oxabl_parser no longer exposes its skip_to_* recovery helpers or its expressions/statements modules.
Features
add find_statements example to extract AST statements as CSV (#76) (ddeffa2)
api: analyze() convenience, AnalyzeOptions, and schema conveniences (#55) (#115) (3b4dd6e)
api: curated public facade + parse() convenience (#55) (#113) (dd496e0)
api: diagnostic renderer, Display, and serde on the diagnostic family (#55) (#114) (0681257)
api: format_source() convenience and a streaming lexer iterator (#55) (#116) (f285ca0)
api: panic-safe parse, analyze, and format entry points, and browser crash recovery (#135) (2e87258)
ast: full-fidelity spans on AST wrapper nodes (#91) (2e774b1)
auto-load oxabl.toml include paths + loud unresolvable-include diagnostic (6447178)
auto-load oxabl.toml include paths + loud unresolvable-include diagnostic (bf346d8)
cli: oxabl format CLI + oxabl.toml [workspace.style] discovery (Track B slice 4) (#94) (a290fed)
judge the cross-file population, and drain the top of the unmodelled-statement suppression (#153) (a1e03e6)