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.
Features
ast: full-fidelity spans on AST wrapper nodes (#91) (2e774b1)
capture SHARED/NEW SHARED flags on variable, temp-table, and buffer defines (04abd6c)
capture SHARED/NEW SHARED flags on variable, temp-table, and buffer defines (2be6087)
judge the cross-file population, and drain the top of the unmodelled-statement suppression (#153) (a1e03e6)