Skip to content

Releases: felix-andreas/ry

0.3.0-alpha

0.3.0-alpha Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 24 Jul 07:13
chore: Release v0.3.0-alpha

0.2.0-alpha.1

0.2.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 24 Jun 23:43

First alpha of the static type checker for R.

Highlights:

  • HM-style static type checker driven by #: typing comments: atomics, vector/list shapes, nominal (@type) and structural (@alias) types, generics, nullable unions, and function types.
  • Inference for unannotated functions, with a numeric constraint so function(x) x + 1L infers <T: numeric> fn(x: T) -> T, and @new inference (function(id, name) { #: @new Instrument; list(id = id, name = name) } -> fn(id: integer, name: character) -> Instrument).
  • Cross-file re-exports and forward references resolve through a package-level interface fixed-point; c() follows R's coercion hierarchy; reserved constants (NA, Inf, NaN, complex) are typed.
  • Editor features built on checked types: typed hover, inlay hints, and signature help.
  • Docs: type-checker guide at https://roughly.felixandreas.me/type-checker

Type checking is experimental and opt-in (enable via [check] typing = true or --experimental-features typing). CLI binaries and the VS Code extension are provided for linux-x64, darwin-arm64, and win32-x64.

0.2.8-alpha

0.2.8-alpha Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 17 Jul 17:21
4ecdc5d
feat: Initial support for hovering (#87)

0.2.7-alpha

0.2.7-alpha Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 13 Jul 23:47
4ecdc5d
feat: Initial support for hovering (#87)

0.2.6-alpha

0.2.6-alpha Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 09 Jul 19:07
4ecdc5d
feat: Initial support for hovering (#87)

0.2.5-alpha

0.2.5-alpha Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 03 Jul 06:18
4ecdc5d
feat: Initial support for hovering (#87)

0.2.4-alpha

0.2.4-alpha Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 28 Jun 22:18
4ecdc5d
feat: Initial support for hovering (#87)

0.2.0-alpha.2

0.2.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@felix-andreas felix-andreas released this 26 Jun 07:07
4ecdc5d
feat: Initial support for hovering (#87)

0.1.1

Choose a tag to compare

@felix-andreas felix-andreas released this 27 Feb 19:51
chore: Release v0.1.1

0.1.0

Choose a tag to compare

@felix-andreas felix-andreas released this 07 Oct 21:52
chore: Release v0.1.0