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.
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.
Features
answer who depends on this, and what must rebuild (#164) (9284e18)
api: panic-safe parse, analyze, and format entry points, and browser crash recovery (#135) (2e87258)
judge the cross-file population, and drain the top of the unmodelled-statement suppression (#153) (a1e03e6)
pipeline: one shared lint and format run behind every client (#140) (58d961e)
pipeline: wire cross-file resolution into every client, and prove they agree (#148) (967331b)