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
6 changes: 4 additions & 2 deletions .github/workflows/auto-opt-app-patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ name: Auto-Optimize App Patterns
# every output comparison while testing the exact configuration this job
# does not care about.
#
# The one skip (`promise_all_chains`) is named with a reason inside the script,
# and a skip entry that matches no kernel FAILS, so it cannot outlive its fix.
# The skip list inside the script is EMPTY as of #7497 — every kernel in
# `benchmarks/app-patterns/kernels` is gated. A skip entry that matches no kernel
# FAILS, so an exemption cannot outlive its fix; that rule is what took
# `promise_all_chains` out of the list in the same PR that fixed it.

on:
pull_request:
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.1296
**Current Version:** 0.5.1297


## TypeScript Parity Status
Expand Down
Loading
Loading