Skip to content

perry

v0.5.89 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 CI workflow YAML syntax errors causing job scheduling failure.

Full changelog

Hotfix for the v0.5.88 CI workflow. The v0.5.88 run scheduled 0 jobs with GitHub's generic "This run likely failed because of a workflow file issue" message; actionlint pinpointed the cause:

.github/workflows/test.yml:126:0: could not parse as YAML: could not find expected ':' [syntax-check]

Bug Fixes

  • Two run: | blocks in the parity job embedded multi-line python3 -c "..." scripts whose import sys / import json, sys lines started at column 0. YAML block scalars require every content line at ≥ the block's base indent (10 spaces here); a dedented line silently terminates the block and everything after becomes invalid YAML.
  • Rewrote "Check parity threshold" using awk to compare jq-extracted floats, and "Check for new failures" using jq | sort | comm to diff against known_failures.json. Same semantics, no embedded python — jq, awk, and comm are preinstalled on macos-14 runners.

No runtime or codegen changes.

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]