Skip to content

perry

v0.5.15 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo Build & Package
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

android compile harmonyos ios llvm macos
+5 more
native smc typescript watchos windows

Summary

AI summary

Fixed perry/ui State dispatch table entries and check-deps false positives for perry built‑ins.

Full changelog

Bug Fixes

  • perry/ui State dispatch: State(0) constructor and .value/.set() instance methods were missing from the LLVM codegen dispatch tables, producing "not in dispatch table" warnings and silently returning undefined. Added Stateperry_ui_state_create to PERRY_UI_TABLE and valueperry_ui_state_get / setperry_ui_state_set to PERRY_UI_INSTANCE_TABLE. (closes #25)
  • check-deps perry built-ins: perry check --check-deps incorrectly flagged perry/ui, perry/thread, perry/i18n as missing npm packages (R003) and as unsupported Node.js built-ins (U006). New is_perry_builtin() guard skips resolution and diagnostics for all perry/* imports. (closes #24)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track perry

Get notified when new releases ship.

Sign up free

About perry

A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM.

All releases →

Beta — feedback welcome: [email protected]