Skip to content

v1.9.0-rc.22

Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 06 Jun 08:55
· 64 commits to main since this release

Regenerated against alef v0.23.20.

Highlights:

  • CI E2E no longer depends on the published GitHub release. The runtime
    honors TREE_SITTER_LANGUAGE_PACK_MANIFEST_URL and file:// URLs;
    ci-e2e.yaml builds parsers from cloned vendors and serves them via a
    local manifest. All 14 language test jobs now pass pre-publish.

Alef 0.23.19 → 0.23.20:

  • fix(main): remove shadowed e2e_count in alef all

Alef 0.23.17 → 0.23.19:

  • fix(ffi): emit cbindgen style = "type" for Go cgo compatibility
  • fix(scaffold): point ruby extconf at native crate
  • fix(e2e): correct java mock listener import
  • fix(napi): remove .to_lowercase() before matching visitor result wire names
  • fix(magnus): emit Vec let-bindings for delegatable async functions