Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:10
· 69 commits to main since this release
9ef8d3e
  • Standardize span convention to use exclusive end positions (following Rust Range convention).
    • All spans now use start..end where end is exclusive (points after the last character).
  • Fix source mapping to correctly handle nested macro expansions.
    • Spans now point to actual opcodes in macro definitions, not invocations.