Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gc-ratchet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
#
# `--scope structural` is load-bearing and is the #7554 repair. This step
# runs BEFORE the measurement step, so anything it fails on costs the
# entire run's coverage — thirteen probes that never execute. That price
# entire run's coverage — fourteen probes that never execute. That price
# is correct for "this artifact is unreadable or tampered with" and badly
# wrong for "one of its 156 cells is not bit-identical", which is what
# actually happened: one cell's 6,768-byte spread failed this step and the
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and LLVM for code generation.

**Current Version:** 0.5.1456
**Current Version:** 0.5.1457


## TypeScript Parity Status
Expand Down
Loading
Loading