Skip to content

perry

v0.5.460 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 multiple crashes and bugs on Windows affecting array.map().join(), JSON parsing, class field tracking, axios response handling, and optional chain short-circuiting.

Full changelog

Highlights

Patch release on top of v0.5.456 — four follow-up fixes including the full resolution of the Windows runtime divergence cluster (#385/#386/#387) that v0.5.454/v0.5.455 had to skip-list.

Fixes

  • v0.5.457 — Windows runtime: heap-floor + stack-bottom adjustments. Closes #385/#386/#387 (the Windows runtime divergence cluster: array.map().join() returning empty, JSON.parse(...).property returning undefined, language/supported_features.ts segfault with corrupt output). The three test files have been re-enabled on Windows.
  • v0.5.458 — HIR: class field native instance tracking (closes #341). this.<field>.method() after the inliner copies the method body and substitutes this with a receiver local no longer SIGSEGVs when the field's declared type is a namespace-qualified native instance type.
  • v0.5.459 — stdlib/runtime/codegen: axios response handle properties (closes #340).
  • v0.5.460 — HIR: optional chain short-circuits on undefined too (closes #388).

Everything else from v0.5.450

See the v0.5.450 release notesperry/media cross-platform, HarmonyOS Phase 2 ArkUI pipeline, Effect compatibility sweep, Windows enhancements, CI cost cuts.

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]