Release Notes
Typeshed semantics
- Updated the embedded r-typeshed snapshot to the schema-2 release-preparation
commit, including declarative predicate, assertion, return-length, and
conditional scope-effect metadata.
- The loader accepts both schema 1 and schema 2 and validates semantic metadata
and standalone-check provenance rather than silently accepting unsupported
declarations.
- Checker inference now consumes sound metadata for
rlang::is_null, rlang
standalone type checks, intersect(), paste()/paste0(), and source().
Existing contextual rules (flow application, scope ownership, and
conservative opt-in weakening) remain in the checker.
Install ry-cli 0.7.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sims1253/ry/releases/download/v0.7.1/ry-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sims1253/ry/releases/download/v0.7.1/ry-cli-installer.ps1 | iex"
Download ry-cli 0.7.1