Skip to content

oxabl_lint: v1.0.0

Choose a tag to compare

@evanbrobertson evanbrobertson released this 10 Aug 17:51
a13d729

1.0.0 (2026-08-04)

⚠ BREAKING CHANGES

  • 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.

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)
  • close residual LINT0001 language-coverage gaps (#58) (b3124fd)
  • judge the cross-file population, and drain the top of the unmodelled-statement suppression (#153) (a1e03e6)
  • lint: add block-var-used-outside advisory (LINT0005) (#123) (e870d5b)
  • lint: credit table parameters, split dead stores into LINT0006 (#129) (d539c31)
  • lsp: ship oxabl lsp diagnostics-to-editor skeleton (#90) (d025e3d)
  • oxabl_lint: add lint crate with 4 v1 rules (Phase 5) (ed159e6)
  • resolve abbreviated built-in function calls in undefined-symbol lint (3f45edd)
  • resolve abbreviated built-in function calls in undefined-symbol lint (7f763a3)
  • schema-backed symbol resolution for single-file field validation (91d6097)
  • seed full ABL system-handle set for LINT0001 (b461dd7)
  • semantic: resolve cross-file names, with the rules still held still (#147) (8873de9)
  • semantic: the cross-file resolution seam, with the rules held still (#146) (3cee2c0)

Bug Fixes

  • bind FUNCTION signature params into function scope (#68) (#70) (8699d86)
  • complete shared-flag fields on schema-PR test fixtures after #63 merge (d78cd4c)
  • credit table reads in buffer, empty-table, and query forms (#130) (#138) (6e39138)
  • eliminate unused-variable false positives from block-body parse errors (#79) (#80) (e653c36)
  • lint: count OUTPUT-argument passing as a use in unused-variable (LINT0002) (#127) (a6eabb7)
  • resolve built-in ABL functions in undefined-symbol lint (c47b55a), closes #58
  • semantic: treat DO loop counter as a use of an existing variable (#83) (#85) (9d77fcf)
  • silence LINT0001 for MAX/MIN/ABS/VALUE, NO-APPLY, lock method args (1e997d2)
  • stop three lint rules reporting variables that unmodelled statements touch (#137) (28c0a1e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 1.0.0
      • oxabl_common bumped from 0.5.0 to 1.0.0
      • oxabl_semantic bumped from 0.1.0 to 1.0.0
    • dev-dependencies
      • oxabl_index bumped from 0.1.0 to 0.1.1
      • oxabl_schema bumped from 0.1.0 to 0.2.0
      • oxabl_lexer bumped from 0.4.1 to 1.0.0
      • oxabl_parser bumped from 0.6.0 to 1.0.0
      • oxabl_preprocessor bumped from 0.3.1 to 0.4.0
      • oxabl_workspace bumped from 0.4.0 to 1.0.0