Repository Analysis

PerryTS/perry

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

7.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of PerryTS/perry, a Rust project with 4,720 GitHub stars. SynthScan v2.0 examined 2,156,010 lines of code across 12294 source files, recording 11986 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 7.0 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.0
Adjusted Score
7.0
Raw Score
100%
Time Factor
2026-08-29
Last Push
4.7K
Stars
Rust
Language
2.2M
Lines of Code
12.3K
Files
12.0K
Pattern Hits
2026-08-29
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 7HIGH 16MEDIUM 1652LOW 10311

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 11986 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block9366 hits · 8978 pts
SeverityFileLineSnippetContext
LOWCargo.toml81 "crates/perry-runtime-static",COMMENT
LOWCargo.toml181# perry-ext-events exports #[no_mangle] EventEmitter FFI symbolsCOMMENT
LOWCargo.toml201[profile.release.package.perry-runtime-static]COMMENT
LOWCargo.toml261# builds the SHIPPED libperry_{runtime,stdlib}.a with, and the exceptionCOMMENT
LOWCargo.toml461# without a sibling Perry checkout. perry-ffi's only direct referenceCOMMENT
LOWparity_status.sh1#!/usr/bin/env bashCOMMENT
LOWrun_module_parity.sh1#!/usr/bin/env bashCOMMENT
LOWrun_parity_tests.sh61 exit 1COMMENT
LOWrun_parity_tests.sh81# Optional suite selector. The historical default (`all`) keeps running theCOMMENT
LOWrun_parity_tests.sh421}COMMENT
LOWrun_parity_tests.sh461 print(line)COMMENT
LOWrun_parity_tests.sh501 # Normalize console.time/timeLog/timeEnd output: the elapsed valueCOMMENT
LOWrun_parity_tests.sh641BUILD_FEATURES=()COMMENT
LOWrun_parity_tests.sh661# imports one of these cannot be served by the prebuilt stdlib at all — seeCOMMENT
LOWrun_parity_tests.sh741fiCOMMENT
LOWrun_parity_tests.sh881# the loop the counters and failure lists below are rebuilt from it, so theCOMMENT
LOWrun_parity_tests.sh1381 compile_env="PERRY_ALLOW_UNIMPLEMENTED=1"COMMENT
LOWrun_parity_tests.sh1441 compile_log="$OUTPUT_DIR/${safe_test_id}.compile_error.log"COMMENT
LOWrun_parity_tests.sh1501 # supported CI subset relies on the job timeout documented above.COMMENT
LOWdocker-compose.yml1# Docker Compose for Perry TypeScript CompilerCOMMENT
LOWTYPE_LOWERING.md881 | Expr::Uint8ArrayLength(_)COMMENT
LOWTYPE_LOWERING.md1041 pub fn is_pointer(&self) -> bool {COMMENT
LOWTYPE_LOWERING.md1061 /// silently produce a wrong result. This blind spot has been patchedCOMMENT
LOWTYPE_LOWERING.md1081 /// The for-loop guarantees `i < arr.length` is true at the condCOMMENT
LOWTYPE_LOWERING.md1101**File:** crates/perry-codegen/src/stmt/let_stmt.rs (L612-682)COMMENT
LOWTYPE_LOWERING.md1121 // Issue #140 follow-up + #435 fix: gate the Let-site i32COMMENT
LOWTYPE_LOWERING.md1141 //COMMENT
LOWTYPE_LOWERING.md1301/// Canonical "Invalid Date" bit pattern.COMMENT
LOWTYPE_LOWERING.md1361 /// `keys_array` only supports O(N) linear scan; for objects thatCOMMENT
LOWTYPE_LOWERING.md1461//! - 8-byte GcHeader prepended to every heap allocation (invisible to callers)COMMENT
LOWTYPE_LOWERING.md1521 // x-regs and ~8 d-regs per call — that's ~25 ns per microtask, andCOMMENT
LOWTYPE_LOWERING.md1541COMMENT
LOWTYPE_LOWERING.md1561/// Pin/unpin must run on the main thread. The bit is set here (rightCOMMENT
LOWTYPE_LOWERING.md1601//! compile time with a clear error message.COMMENT
LOWrust-toolchain.toml1# Pinned to match the `toolchain:` input every CI workflow passes toCOMMENT
LOWtools/pnpm-workspace.yaml1# pnpm-side soak surface + catalog (pnpm reads minimumReleaseAge in MINUTESCOMMENT
LOWtools/pnpm-workspace.yaml21# `npm run soak` rejects unannotated pins (and flow-style [..] lists,COMMENT
LOWcrates/perry-ext-ws/Cargo.toml21tokio-tungstenite = { workspace = true }COMMENT
LOWcrates/perry-ext-ws/Cargo.toml41# `regex-engine`/`temporal`/... compiled OUT. The dispatchers those features gateCOMMENT
LOWcrates/perry-ext-ws/src/lib.rs1//! Native bindings for the npm `ws` package — WebSocket client +COMMENT
LOWcrates/perry-ext-ws/src/lib.rs21//! `spawn_blocking + tokio::Handle::current().block_on(async {...})`COMMENT
LOWcrates/perry-ext-ws/src/lib.rs401// `js_ws_on_client_i64` are the Phase 4 receiver-method variants.COMMENT
LOWcrates/perry-ext-ws/src/lib.rs621 // be a registered server handle id would route through the serverCOMMENT
LOWcrates/perry-ext-ws/src/lib.rs681/// TCP port or spawn the accept loop — it's a passive registry whoseCOMMENT
LOWcrates/perry-ext-ws/src/lib.rs821 }COMMENT
LOWcrates/perry-ext-ws/src/lib.rs881 // docs) — in release the IO loop silently failed to start, so neither inboundCOMMENT
LOWcrates/perry-ext-ws/src/lib.rs901 Some(Ok(Message::Text(text))) => {COMMENT
LOWcrates/perry-ext-ws/src/lib.rs1041/// server's accept task (fastify's `handle_fastify_websocket_upgrade`COMMENT
LOWcrates/perry-ext-ws/src/lib.rs1061/// registered `wss.on('connection', cb)` fires through the pump.COMMENT
LOWcrates/perry-ext-ws/src/mask.rs1//! SIMD-ish WebSocket frame (un)masking.COMMENT
LOWcrates/perry-ext-ws/src/mask.rs21//! same payload delivered whole.COMMENT
LOWcrates/perry-ext-ws/src/mask.rs61/// frame split across multiple buffers can be unmasked chunk-by-chunkCOMMENT
LOWcrates/perry-ext-node-forge/Cargo.toml41# are exported UNCONDITIONALLY (`js_string_replace_search_dyn`,COMMENT
LOWcrates/perry-ext-node-forge/src/lib.rs1//! Native bindings for the npm `node-forge` package — the PKI subset.COMMENT
LOWcrates/perry-ext-node-forge/src/crypto.rs1//! Pure-Rust PKI core for the node-forge wrapper.COMMENT
LOWcrates/perry-container-e2e/src/lib.rs1//! Phase D: End-to-end test harness for `perry/container`.COMMENT
LOWcrates/perry-codegen-js/src/web_runtime.js601}COMMENT
LOWcrates/perry-codegen-wear-tiles/src/emit.rs1//! HIR WidgetNode → Wear OS Tiles Kotlin emitterCOMMENT
LOWcrates/perry-parser/src/lib.rs21#[derive(Debug)]COMMENT
LOWcrates/perry-parser/src/lib.rs341/// directive, which the caller weighs separately. An explicit ESM extensionCOMMENT
9306 more matches not shown…
Decorative Section Separators1172 hits · 3538 pts
SeverityFileLineSnippetContext
MEDIUMrun_parity_tests.sh268# ── TLS-upgrade companion server (issue #275) ──────────────────────────────COMMENT
MEDIUMrun_parity_tests.sh301# ── Perry-specific expected-output tests ────────────────────────────────────COMMENT
MEDIUMrun_parity_tests.sh325# ── Counters ────────────────────────────────────────────────────────────────COMMENT
MEDIUMrun_parity_tests.sh803# ---------------------------------------------------------------------------COMMENT
MEDIUMrun_parity_tests.sh808# ---------------------------------------------------------------------------COMMENT
MEDIUMrun_parity_tests.sh877# ── Durable result journal ──────────────────────────────────────────────────COMMENT
MEDIUMrun_parity_tests.sh1138# ── Pause (SIGINT / SIGTERM) ────────────────────────────────────────────────COMMENT
MEDIUMrun_parity_tests.sh1219# ── Selection pre-pass ──────────────────────────────────────────────────────COMMENT
MEDIUMrun_parity_tests.sh1596# ── Rebuild the report state from the journal ───────────────────────────────COMMENT
MEDIUMcrates/perry-ext-ws/src/lib.rs72// ── Global state ──────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-ws/src/lib.rs161// ── Client connect ────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-ws/src/lib.rs372// ── Send / close (client) ─────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-ws/src/lib.rs506// ── Accessors ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-ws/src/lib.rs676// ── Server ────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-ws/src/lib.rs1121// ── Event-loop tick ───────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/tests/openssl_e2e.rs52 // ── CA (mirrors src/lib/util/genCaKeyPair.ts) ──────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/tests/openssl_e2e.rs78 // ── Leaf (mirrors src/lib/firewall/cert/host.ts) ───────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/lib.rs59// ── small FFI helpers ───────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/lib.rs89// ── JSON shapes coming from json_stringify(cert) ────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/lib.rs308// ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/lib.rs310// ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/crypto.rs43// ── OIDs ────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/crypto.rs139// ── keygen + key PEM round-trips ────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/crypto.rs186// ── DN <-> attrs ────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/crypto.rs280// ── serial + validity ──────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/crypto.rs313// ── extensions ──────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-node-forge/src/crypto.rs352// ── build + sign ────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-visionos/src/app.rs156// ─── PerryViewController ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-visionos/src/menu.rs66// ─── Public API ──────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-visionos/src/menu.rs231// ─── UIMenu Construction ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-visionos/src/widgets/tabbar.rs42// ── State ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-visionos/src/widgets/tabbar.rs63// ── UITabBarDelegate ─────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-visionos/src/widgets/tabbar.rs123// ── Public API ────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-http/src/server/http2_settings.rs174// ── helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-geisterhand/src/inspector_ui/index.html483// ── Preview pane ──────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/lib.rs117// ─── Lookup helpers ──────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs31 // ─── Lifecycle ────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs47 // ─── Playback control ─────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs81 // ─── Per-voice / per-sound tuning ─────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs101 // ─── Fades & crossfade ────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs123 // ─── Buses ────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs151 // ─── Master / engine ──────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs172 // ─── Introspection ────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-dispatch/src/audio_table.rs191 // ─── Callbacks ────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ffi/src/jsvalue.rs119 // ── type predicates ────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ffi/src/jsvalue.rs204 // ── accessors ──────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ffi/src/jsvalue.rs290// ── object / array allocation primitives ─────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/deeplinks.rs116// ─── ObjC bridge helpers ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/app.rs464// ─── PerryViewController ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/menu.rs66// ─── Public API ──────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/menu.rs231// ─── UIMenu Construction ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/widgets/tabbar.rs42// ── State ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/widgets/tabbar.rs63// ── UITabBarDelegate ─────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/widgets/tabbar.rs123// ── Public API ────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-ios/src/widgets/canvas.rs685// ── Stateful (HTML5-canvas-style) API ────────────────────────────────COMMENT
MEDIUMcrates/perry-ext-cron/src/lib.rs417// ── setInterval / setTimeout placeholders ─────────────────────────COMMENT
MEDIUMcrates/perry-ui-tvos/src/app.rs286// ─── PerryViewController ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-tvos/src/menu.rs66// ─── Public API ──────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-tvos/src/menu.rs196// ─── UIMenu Construction ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/perry-ui-tvos/src/widgets/tabbar.rs42// ── State ─────────────────────────────────────────────────────COMMENT
1112 more matches not shown…
AI Slop Vocabulary432 hits · 1282 pts
SeverityFileLineSnippetContext
MEDIUMparity_status.sh6# parity harness per module (via run_module_parity.sh which is itself aCOMMENT
MEDIUMparity_status.sh15# parity?" — every failing test is a known issue (the harness's own gateCOMMENT
MEDIUMparity_status.sh40# total table; it's the canonical front-end for batching the harnessCOMMENT
MEDIUMrun_module_parity.sh2# run_module_parity.sh — run the `node-suite` parity harness for aCOMMENT
MEDIUMrun_module_parity.sh15# parsed from the harness output and aggregated into a final table.COMMENT
MEDIUMrun_module_parity.sh25# Strip ANSI color escapes from harness output so we can grep cleanly.COMMENT
MEDIUMrun_module_parity.sh61 # The harness exits non-zero whenever any test fails (even ones inCOMMENT
MEDIUMrun_module_parity.sh67 # Replay the harness's own summary block for context.COMMENT
MEDIUMrun_module_parity.sh98# (the harness already breaks CI on untracked failures), so we don't gateCOMMENT
MEDIUMrun_parity_tests.sh196 # Python is already a required harness dependency. Start the test in itsCOMMENT
MEDIUMrun_parity_tests.sh334# SIGSEGV sat in main for days — the harness only diffed stdout, so a processCOMMENT
MEDIUMrun_parity_tests.sh469 # exit summary on stderr, which this harness merges into the comparedCOMMENT
MEDIUMrun_parity_tests.sh848 # would otherwise outlive the harness — this session has already producedCOMMENT
MEDIUMrun_parity_tests.sh1458 # starve the harness itself out of fork() and kill the whole run.COMMENT
MEDIUMcrates/perry-doc-tests/src/main.rs20#[command(name = "doc-tests", about = "Perry documentation-example test harness")]COMMENT
MEDIUMcrates/perry-ffi/src/handle.rs1019 // value — robust to other tests churning the shared registry, but stillCOMMENT
MEDIUMcrates/perry-ffi/src/handle.rs1051 /// The bounded retry is what makes the reuse assertion both robust andCOMMENT
MEDIUM…s/perry-codegen/src/collectors/int_valued_ta_locals.rs398/// such write establishes a number (robust to sub-expression evaluationCOMMENT
MEDIUMcrates/perry-codegen/src/expr/index_get.rs1349 // unproven-bounds slow path through the JS-value getter (robustCOMMENT
MEDIUMcrates/perry-container-compose/src/backend/apple.rs462// on every field keeps the parser robust against shape drift.COMMENT
MEDIUMcrates/perry-ui-android/src/widgets/text.rs350 // by name to be robust.COMMENT
MEDIUMcrates/perry-runtime/src/event_pump.rs778 // 500 ms is robust and still an order of magnitude under the 1 sCOMMENT
MEDIUMcrates/perry-runtime/src/event_pump.rs900 // so this upper bound is robust.)COMMENT
MEDIUMcrates/perry-runtime/src/event_pump.rs908 // alone tripped it under CI load; 200ms is robust and still catches anCOMMENT
MEDIUMcrates/perry-runtime/src/event_pump.rs963 // robust and still well below any budget-blocking behavior.COMMENT
MEDIUMcrates/perry-runtime/src/exception.rs705 // the entry state so this is robust under `--test-threads=1` (shared TLS).COMMENT
MEDIUMcrates/perry-runtime/src/exception.rs763 // Relative to the entry depth so it's robust under shared TLSCOMMENT
MEDIUMcrates/perry-runtime/src/embedded.rs170/// on which normal array methods then dispatch — is the robust shape. ReturnsCOMMENT
MEDIUMcrates/perry-runtime/src/map.rs2656 // registry check (GcHeader.obj_type fast-path + MAP_REGISTRY) is robustCOMMENT
MEDIUMcrates/perry-runtime/src/closure/dispatch/errors.rs11/// the single biggest leverage source of cascading parity-test failuresCOMMENT
MEDIUMcrates/perry-runtime/src/json/replacer.rs208/// tag (robust object/array discrimination), with a structural fallback forCOMMENT
MEDIUMcrates/perry-runtime/src/json/replacer.rs1655 // > MAX_FAST_DEPTH is robust to leftover entries from a prior panicCOMMENT
MEDIUMcrates/perry-runtime/src/object/map_set_subclass.rs18//! `field_get_set`). This is more robust than installing per-instance methodCOMMENT
MEDIUM…s/perry-runtime/src/object/class_registry/construct.rs1118 // robust to `globalThis.Function` reassignment, unlike reading the mutableCOMMENT
MEDIUM…ates/perry-runtime/src/object/global_this/generator.rs473/// global func_ptr table built at module-init) is robust under codegen-units andCOMMENT
MEDIUMcrates/perry-runtime/src/gc/tests/budgeted_step_api.rs186/// assertion robust regardless of scan mode.)COMMENT
MEDIUM…y-runtime/src/gc/tests/copying/weak_holder_registry.rs15//! in-place rekey), which is the robust production-and-test path.COMMENT
MEDIUMcrates/perry-runtime/src/promise/rejection.rs317/// time.) This makes the detector robust to internal machinery (asyncCOMMENT
MEDIUMcrates/perry-runtime/src/promise/then.rs175 // handling the rejection. Marking here is the robust catch-all for theCOMMENT
MEDIUMcrates/perry-ui-macos/src/widgets/pdf_view.rs11//! the viewer ships first since it's the higher-leverage piece.COMMENT
MEDIUMcrates/perry/tests/const_array_descriptor_8583.rs206 // Structural correctness (robust to the exact checksum, which theCOMMENT
MEDIUMcrates/perry/src/commands/compile/collect_modules.rs554 // robust against this — user code lives under `project_root`, libraryCOMMENT
MEDIUM…mmands/compile/resolve/declaration_map_source_tests.rs49/// Canonicalize the result so the assertion is robust both to the naming-COMMENT
MEDIUMcrates/perry-hir/tests/shape_inference.rs796/// this depth) so the test stays robust on loaded CI while still failing loudlyCOMMENT
MEDIUMcrates/perry-hir/src/lower/lower_module_fn.rs1746 // #806 mixin harness (bare-factory section).COMMENT
MEDIUMcrates/perry-ext-fastify/src/server.rs1021 // defending here keeps us robust against futureCOMMENT
MEDIUMcrates/perry-ui-windows/src/app.rs1213 // #[link] so the cargo-test harness link resolves tooCOMMENT
MEDIUMcrates/perry-ext-fetch/src/test_link_stubs.rs30//! `#[cfg(test)]` is compiled only into the test harness, never intoCOMMENT
MEDIUMtests/test_issue_5056_events_abort_exit.sh7# The node-suite parity harness compares stdout but a hang only shows up as aCOMMENT
MEDIUMtests/test_gc_ratchet.py1298 # change the process the harness runs.COMMENT
MEDIUMtests/test_gc_ratchet.py1246#: delivery testable: if the harness merely *recorded* `run_env` without passingSTRING
MEDIUMtests/test_gc_ratchet.py1266#: while carrying a line the harness reads as TypeScript.STRING
MEDIUMtests/release/packages/_harness.sh11# (the harness counts SKIP separately from PASS/FAIL — they're notCOMMENT
MEDIUMtests/release/packages/_fixture_lib.sh15# Mark this fixture as SKIP. The harness reads the .last-skipCOMMENT
MEDIUMtests/release/packages/_fixture_lib.sh50# don't cleanly exit; the harness should not deadlock the whole sweep).COMMENT
MEDIUMtests/release/packages/nestjs-hello/fixture.sh16# reports SKIP with the wall as the reason (so the release harness recordsCOMMENT
MEDIUMtests/release/packages/nestjs-hello/fixture.sh41 # the release harness records the gap without blocking. RemoveCOMMENT
MEDIUMtests/release/packages/fastify-replay/fixture.sh30# Run the existing harness; capture its summary.COMMENT
MEDIUMexamples/container/multi-service/main.ts69 // spec robust.COMMENT
MEDIUMbenchmarks/benchmark_gate.py426 # use three robust sigma estimates (MAD × 1.4826) from this benchmark's ownCOMMENT
372 more matches not shown…
Hyper-Verbose Identifiers518 hits · 438 pts
SeverityFileLineSnippetContext
LOWtypes/perry/ui/index.d.ts1240export function scrollviewSetScrollEndCallback(scrollView: Widget, onScrollEnd: () => void, thresholdPx: number): void;CODE
LOWtypes/perry/ui/index.d.ts1241export function scrollViewSetScrollEndCallback(scrollView: Widget, onScrollEnd: () => void, thresholdPx: number): void;CODE
LOWtypes/perry/ui/index.d.ts1250export function lazyvstackSetRefreshControl(view: Widget, onPull: () => void): void;CODE
LOWtypes/perry/ui/index.d.ts866export function buttonSetContentTintColor(widget: Widget, r: number, g: number, b: number, a: number): void;CODE
LOWtypes/perry/ui/index.d.ts884export function widgetSetBackgroundGradient(CODE
LOWtypes/perry/ui/index.d.ts973export function datePickerGetSelectedDate(widget: Widget): string;CODE
LOWtypes/perry/ui/index.d.ts1184export function textfieldSetBackgroundColor(widget: Widget, r: number, g: number, b: number, a: number): void;CODE
LOWtypes/perry/ui/index.d.ts1223export function scrollviewSetRefreshControl(scrollView: Widget, onPull: () => void): void;CODE
LOWtypes/perry/ui/index.d.ts1224export function scrollViewSetRefreshControl(scrollView: Widget, onPull: () => void): void;CODE
LOWtypes/perry/ui/index.d.ts1261export function lazyvstackSetScrollEndCallback(view: Widget, onScrollEnd: () => void, thresholdItems: number): void;CODE
LOWtypes/perry/ui/index.d.ts1308export function bottomNavSetUnselectedTintColor(CODE
LOWtypes/perry/ui/index.d.ts1518export function tableSetAllowsMultipleSelection(table: Widget, allow: number): void;CODE
LOWtypes/perry/ui/index.d.ts1521export function tableGetSelectedRowsCount(table: Widget): number;CODE
LOWtypes/perry/ui/index.d.ts1603export function cameraRegisterFrameCallback(camera: Widget, callback: (frameData: Uint8Array, width: number, height: numCODE
LOWtypes/perry/ui/index.d.ts1606export function cameraUnregisterFrameCallback(camera: Widget): void;CODE
LOWtypes/perry/ios/index.d.ts70export function foundationModelAvailability(): FoundationModelAvailability;CODE
LOWtypes/perry/ios/index.d.ts78export function createLanguageModelSession(CODE
LOWtypes/perry/ios/index.d.ts89export function destroyLanguageModelSession(CODE
LOWtypes/perry/system/index.d.ts217export function notificationRegisterRemote(onToken: (token: string) => void): void;CODE
LOWtypes/perry/system/index.d.ts248export function notificationOnBackgroundReceive(CODE
LOWtypes/perry/system/index.d.ts404export function geolocationRequestPermission(CODE
LOWtests/test_copied_minor_fallback_report.py218 def test_strict_mode_fails_copy_only_roots(self):CODE
LOWtests/test_copied_minor_fallback_report.py228 def test_strict_mode_fails_conservative_stack(self):CODE
LOWtests/test_copied_minor_fallback_report.py238 def test_strict_mode_fails_conservative_pinned_bytes(self):CODE
LOWtests/test_copied_minor_fallback_report.py130def native_stack_root_sources():CODE
LOWtests/test_copied_minor_fallback_report.py251 def test_strict_mode_fails_compiled_frame_pinned_bytes(self):CODE
LOWtests/test_copied_minor_fallback_report.py267 def test_strict_mode_fails_truncated_or_unbounded_conservative_stack(self):CODE
LOWtests/test_copied_minor_fallback_report.py282 def test_strict_mode_fails_unattributed_root_emissions(self):CODE
LOWtests/test_copied_minor_fallback_report.py301 def test_strict_mode_fails_copy_only_young_and_malloc_emissions(self):CODE
LOWtests/test_copied_minor_fallback_report.py324 def test_strict_mode_fails_ineligible_cycles(self):CODE
LOWtests/test_copied_minor_fallback_report.py337 def test_strict_mode_fails_legacy_copy_only_pinned_bytes(self):CODE
LOWtests/test_copied_minor_fallback_report.py350 def test_strict_mode_fails_malloc_registry_rebuilds(self):CODE
LOWtests/test_copied_minor_fallback_report.py363 def test_strict_mode_fails_forbidden_promise_malloc_kind(self):CODE
LOWtests/test_copied_minor_fallback_report.py381 def test_strict_mode_requires_a_default_safe_workload(self):CODE
LOWtests/test_copied_minor_fallback_report.py390 def test_strict_mode_passes_default_safe_workloads_with_no_fallback(self):CODE
LOWtests/test_copied_minor_fallback_report.py404 def test_strict_mode_requires_mutable_or_shadow_root_source_evidence(self):CODE
LOWtests/test_copied_minor_fallback_report.py415 def test_strict_mode_fails_missing_root_sources(self):CODE
LOWtests/test_copied_minor_fallback_report.py424 def test_strict_mode_requires_native_attribution_for_conservative_stack(self):CODE
LOWtests/test_copied_minor_fallback_report.py441 def test_non_strict_mode_permits_known_fallback_reasons_for_reporting(self):CODE
LOWtests/test_copied_minor_fallback_report.py481 def test_target_gates_fail_forbidden_string_and_closure_malloc_kinds(self):CODE
LOWtests/test_copied_minor_fallback_report.py515 def test_target_gates_ignore_non_forbidden_malloc_kinds(self):CODE
LOWtests/test_copied_minor_fallback_report.py537 def test_target_gates_honor_documented_malloc_kind_allowances(self):CODE
LOWtests/test_copied_minor_fallback_report.py565 def test_target_gates_allow_async_forced_evacuation_fallback_trace(self):CODE
LOWtests/test_copied_minor_fallback_report.py602 def test_target_gates_require_old_page_reuse_pool_or_return(self):CODE
LOWtests/test_copied_minor_fallback_report.py617 def test_target_gates_accept_old_page_reuse_pool_or_return(self):CODE
LOWtests/test_gc_ratchet.py274 def test_eligible_lines_do_not_count_as_cycles(self):CODE
LOWtests/test_gc_ratchet.py283 def test_shipped_tolerances_parse_and_cover_every_metric(self):CODE
LOWtests/test_gc_ratchet.py288 def test_every_tolerance_states_a_rationale(self):CODE
LOWtests/test_gc_ratchet.py297 def test_profile_with_nothing_gating_is_rejected(self):CODE
LOWtests/test_gc_ratchet.py305 def test_rationale_may_not_be_blank(self):CODE
LOWtests/test_gc_ratchet.py311 def test_gc_counters_are_two_sided(self):CODE
LOWtests/test_gc_ratchet.py323 def test_identical_measurement_passes(self):CODE
LOWtests/test_gc_ratchet.py330 def test_change_inside_the_band_passes(self):CODE
LOWtests/test_gc_ratchet.py337 def test_noisy_wall_time_does_not_fail_shared_ci(self):CODE
LOWtests/test_gc_ratchet.py343 def test_memory_growth_does_not_fail_shared_ci(self):CODE
LOWtests/test_gc_ratchet.py351 def test_retention_regression_fails(self):CODE
LOWtests/test_gc_ratchet.py357 def test_one_falsely_retained_nursery_block_fails(self):CODE
LOWtests/test_gc_ratchet.py365 def test_evacuation_collapse_fails_even_though_it_is_a_decrease(self):CODE
LOWtests/test_gc_ratchet.py373 def test_reclaiming_less_fails(self):CODE
LOWtests/test_gc_ratchet.py379 def test_a_probe_that_stopped_collecting_fails(self):CODE
458 more matches not shown…
Unused Imports140 hits · 118 pts
SeverityFileLineSnippetContext
LOWtests/test_gc_ratchet.py12CODE
LOWdocs/scripts/i18n_extract_todo.py11CODE
LOWbenchmarks/benchmark_gate.py4CODE
LOWbenchmarks/public_baseline.py4CODE
LOWbenchmarks/verify_benchmark_output.py9CODE
LOWbenchmarks/ci_public_baseline_check.py22CODE
LOWbenchmarks/honest_bench/harness/check_output.py16CODE
LOWbenchmarks/honest_bench/scripts/plot.py8CODE
LOWbenchmarks/honest_bench/scripts/gen_image.py7CODE
LOWbenchmarks/honest_bench/scripts/gen_image.py8CODE
LOWbenchmarks/honest_bench/scripts/gen_json.py11CODE
LOWbenchmarks/honest_bench/scripts/report.py14CODE
LOWbenchmarks/honest_bench/scripts/report.py16CODE
LOWbenchmarks/object-write-6812/run_matrix.py4CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py71CODE
LOWscripts/binding_governance.py4CODE
LOWscripts/parity_matrix_trend.py11CODE
LOWscripts/ci_cargo_test_shard.py16CODE
LOWscripts/global_sink_isolation.py49CODE
LOWscripts/ci_plan.py61CODE
LOWscripts/reap_stale_ci_runs.py43CODE
LOWscripts/check_npm_publish_freshness.py58CODE
LOWscripts/addr_class_inventory.py31CODE
LOWscripts/shape_descriptor_census.py9CODE
LOWscripts/gen_parity_gaps.py30CODE
LOWscripts/statepoint_report_assert.py36CODE
LOWscripts/check_docs.py9CODE
LOWscripts/gap_snapshot.py41CODE
LOWscripts/gc_rekeyed_key_tables.py101CODE
LOWscripts/check_gate_freshness.py42CODE
LOWscripts/parity_report_merge.py35CODE
LOWscripts/check_test_registration.py66CODE
LOWscripts/string_payload_access_inventory.py22CODE
LOWscripts/gc_1090_evidence_report.py4CODE
LOWscripts/gc_pin_sites.py76CODE
LOWscripts/tls_budget_check.py40CODE
LOWscripts/perf_frontier_report.py4CODE
LOWscripts/compiler_output_regression.py4CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py11CODE
LOWscripts/compiler_output_regression.py34CODE
80 more matches not shown…
Modern AI Meta-Vocabulary36 hits · 108 pts
SeverityFileLineSnippetContext
MEDIUMCargo.toml148# WinUI scaffold (#4680): re-exports perry-ui-windows; the staticlib bundlesCOMMENT
MEDIUMcrates/perry-codegen/src/collectors/cjs_scaffolding.rs999 /// Red before #7139, green after: the CommonJS scaffolding no longerCOMMENT
MEDIUM…perry-codegen/src/collectors/scalar_method_dispatch.rs486 // #7139: resolve the CommonJS wrap's `exports` / `require` scaffoldingCOMMENT
MEDIUM…y-codegen/src/collectors/ptr_shape_opt_report_tests.rs708/// PR #7171 measured the consequence directly: suppressing 379 scaffoldingCOMMENT
MEDIUM…/src/lower_call/native_table/node_core/inspector_vm.rs302 // ========== Node vm scaffold ==========COMMENT
MEDIUM…/src/lower_call/native_table/node_core/inspector_vm.rs306 // shape-only scaffold (#4079) plus measureMemory validation (#4087).COMMENT
MEDIUMcrates/perry-runtime/src/timer/tests_inline.rs39 // #6185: test scaffolding runs on the primary agent.COMMENT
MEDIUMcrates/perry-runtime/src/timer/tests_inline.rs47 // #6185: test scaffolding runs on the primary agent.COMMENT
MEDIUMcrates/perry-runtime/src/timer/tests_inline.rs61 // #6185: test scaffolding runs on the primary agent.COMMENT
MEDIUMcrates/perry-runtime/src/timer/tests_inline.rs82 // #6185: test scaffolding runs on the primary agent.COMMENT
MEDIUMcrates/perry-runtime/src/timer/tests_inline.rs175 // #6185: test scaffolding runs on the primary agent.COMMENT
MEDIUMcrates/perry-runtime/src/gc/trace.rs829#[allow(dead_code)] // test scaffolding: exercised only by gc::tests::layout_trace under cfg(test)COMMENT
MEDIUMcrates/perry-runtime/src/gc/mod.rs779#[allow(dead_code)] // test scaffolding: used only by ScopedRootScannerRegistryGuard under cfg(test)COMMENT
MEDIUMcrates/perry-runtime/src/gc/roots/scan_mode.rs71#[allow(dead_code)] // test-only scaffolding: GC unit tests (gc/tests) pin the scan mode via this overrideCOMMENT
MEDIUMcrates/perry-api-manifest/src/entries.rs171 // MVP scaffold: bundled wrapper at `crates/perry-ext-ads`COMMENT
MEDIUMcrates/perry-api-manifest/src/entries/part_4.rs70 // --- node:vm scaffold (#3127/#3128/#3130/#3284/#3321/#3323) ---COMMENT
MEDIUMcrates/perry/well_known_bindings.toml601# (iOS via SwiftPM, Android via play-services-ads). MVP scaffold:COMMENT
MEDIUMcrates/perry/tests/issue_5835_zero_arg_function_ctor.rs10//! uses `new Function()` as a settable-prototype scaffold forCOMMENT
MEDIUMcrates/perry/src/main.rs178 /// `perry native init <name>` — scaffold a new wrapper package.COMMENT
MEDIUMcrates/perry/src/main.rs187 /// `perry widget init <name>` — scaffold a SwiftUI WidgetKit sourceCOMMENT
MEDIUMcrates/perry/src/commands/widget.rs1//! `perry widget init <name>` — scaffold a WidgetKit (SwiftUI) source tree.COMMENT
MEDIUMcrates/perry/src/commands/widget.rs192/// content (text body, sample data, timeline cadence) — the scaffold justCOMMENT
MEDIUMcrates/perry/src/commands/init.rs46// scaffold as a publishable package, and `main` mirrors perry.toml's `entry`.COMMENT
MEDIUMcrates/perry/src/commands/native/init.rs1//! `perry native init <name>` — scaffold a new native-bindings package.COMMENT
MEDIUMcrates/perry-hir/src/dynamic_import/tests.rs967/// #6304 test scaffolding: a module that DEFINES `name` as an exportedCOMMENT
MEDIUMcrates/perry-hir/src/lower/const_fold_fn.rs377 // scaffold for `Reflect.construct` began throwing). Gate the refusal onCOMMENT
MEDIUMcrates/perry-hir/src/lower/lowering_context.rs220 /// `FuncRef`-targeted generic calls (issue #321 scaffolding) but doesCOMMENT
MEDIUMcrates/perry-ext-zlib/src/stream.rs449#[allow(dead_code)] // test scaffolding: default-level wrapper used only by the cfg(test) streaming testsCOMMENT
MEDIUMcrates/perry-stdlib/Cargo.toml355# delegates orchestration to `ComposeEngine` / `ContainerBackend`.COMMENT
MEDIUMscripts/release_sweep.sh2# release_sweep.sh — orchestrate a full pre-release test sweep.COMMENT
MEDIUMscripts/node_core_subset.py659 # Stage shared scaffolding: common/ (shim) + fixtures symlink.COMMENT
MEDIUMscripts/test262_subset.py131# NB: Atomics/SharedArrayBuffer are now in scope (#4794). The agent-based casesCOMMENT
MEDIUMscripts/release_sweep_tiers/tier11_windows_smoke.sh6# a clean exit. The actual orchestration (Start-Process / WaitForExit /COMMENT
MEDIUMgc-handoff/REALM-NOTES.md111## The multi-agent probeCOMMENT
MEDIUMtest-files/gc-dep-corpus-jitless/main.ts25// The #7280 library-only control: twenty lines of stock zod, no scaffolding.COMMENT
MEDIUMtest-files/gc-dep-corpus/main.ts13// The #7280 library-only control: twenty lines of stock zod, no scaffolding.COMMENT
Structural Annotation Overuse51 hits · 91 pts
SeverityFileLineSnippetContext
LOWcrates/perry-codegen/src/linker.rs1745 // Step 1: llvm-as each .ll → .bcCOMMENT
LOWcrates/perry-codegen/src/linker.rs1768 // Step 2: llvm-link all bitcode into one module.COMMENT
LOWcrates/perry-codegen/src/linker.rs1798 // Step 3: opt -O3COMMENT
LOWcrates/perry-codegen/src/linker.rs1816 // Step 4: llc -filetype=obj → .oCOMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs163 // Step 1: set of ids declared in this scope (Let).COMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs167 // Step 2: set of ids referenced inside ANY closure body found inCOMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs174 // Step 3: set of ids MUTATED in the enclosing scope (outside anyCOMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs181 // Step 4: ids declared in a `for` loop init (the `for (let i = ...;COMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs196 // Step 5: detect self-recursive closures. When a Stmt::Let has aCOMMENT
LOWcrates/perry-codegen/src/stmt/let_stmt.rs1284 // Step 2: register BEFORE lowering init.COMMENT
LOWcrates/perry-codegen/src/stmt/let_stmt.rs1288 // Step 3: lower init and store into the box.COMMENT
LOWcrates/perry-codegen/src/stmt/let_stmt.rs1257 // Step 1: allocate box with undefined sentinel bits.COMMENT
LOW…odegen/src/lower_call/property_get/dynamic_dispatch.rs793 // Step 1: walk parent chain for the static method name.COMMENT
LOW…odegen/src/lower_call/property_get/dynamic_dispatch.rs806 // Step 2: collect overriding subclasses. For eachCOMMENT
LOW…odegen/src/lower_call/property_get/dynamic_dispatch.rs1624 // Step 4: virtual dispatch via class_id switch.COMMENT
LOWcrates/perry-runtime/src/closure/dispatch/value_call.rs14/// NOTE: This function is named js_native_call_value to avoid symbol collisionCOMMENT
LOWcrates/perry-runtime/src/array/from_concat.rs725 // Step 5: iterable. Construct the result BEFORE creating the iteratorCOMMENT
LOWcrates/perry-runtime/src/object/native_call_method.rs470/// NOTE: This function is named js_native_call_method to avoid symbol collisionCOMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs143 // Step 3: if the primitive is a Number and is not finite, return null.COMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs157 // Step 4: Invoke(this, "toISOString"). For a real Date, dispatch straightCOMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs228 // Step 1: brand-check `Type(O) is Object` (throws for undefined/null/86/''/true).COMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs252 // Step 5: OrdinaryToPrimitive(O, tryFirst).COMMENT
LOW…ry-runtime/src/object/object_ops/descriptor_helpers.rs666 // Step 4: a non-configurable property cannot be made configurable, and itsCOMMENT
LOWcrates/perry-runtime/src/promise/then.rs1077 // Step 1: Get(receiver, "constructor") — getter throws → propagate via longjmp.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1086 // Step 2: undefined → use intrinsic %Promise%.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1091 // Step 3: Type(C) not Object → TypeError.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1096 // Step 4: S = Get(C, @@species) — getter throws → propagate. A userCOMMENT
LOWcrates/perry-runtime/src/promise/then.rs1138 // Step 6: IsConstructor(S) → return S.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1143 // Step 7: throw TypeError.COMMENT
LOWcrates/perry-runtime/src/string/slice_ops.rs134 // Step 4: ToIntegerOrInfinity(start), observed FIRST. ±Infinity clamps toCOMMENT
LOWcrates/perry-runtime/src/string/slice_ops.rs145 // Step 8: an `undefined` length means the rest of the string (`size`);COMMENT
LOWcrates/perry-runtime/src/string/slice_ops.rs152 // Step 9: clamp the length into [0, size]. Step 10: end = min(start+len, size).COMMENT
LOWcrates/perry-runtime/src/string/split.rs590 // Step 2: a separator with a `[Symbol.split]` method (a RegExp) takes over.COMMENT
LOWcrates/perry-runtime/src/string/split.rs618 // Step 6: lim = limit===undefined ? 2^32-1 : ToUint32(limit) (may throw).COMMENT
LOWcrates/perry-runtime/src/string/split.rs629 // Step 7: R = ToString(separator) (may throw). For `undefined` the resultCOMMENT
LOWcrates/perry-runtime/src/string/split.rs639 // Step 8: limit 0 → empty array.COMMENT
LOWcrates/perry-runtime/src/string/split.rs643 // Step 9: undefined separator → [S].COMMENT
LOWcrates/perry-runtime/src/buffer/from.rs896 // Step 2: Type(buffer) must be Object holding [[ArrayBufferData]].COMMENT
LOWcrates/perry-runtime/src/buffer/from.rs917 // Step 9: offset must not exceed the backing buffer's byteLength.COMMENT
LOWcrates/perry/src/commands/run/resign.rs42 // Step 1: Find or create a development provisioning profileCOMMENT
LOWcrates/perry/src/commands/run/resign.rs75 // Step 2: Embed the profile and code-sign for development.COMMENT
LOWcrates/perry-ui-windows/src/widgets/webview.rs384 // Step 2: create controller bound to host_hwnd.COMMENT
LOWdocs/examples/runtime/thread_snippets.ts583 // Step 1: Filter to relevant items (parallel)COMMENT
LOWdocs/examples/runtime/thread_snippets.ts586 // Step 2: Transform the filtered results (parallel)COMMENT
LOWdocs/history/PERRY_UI_IMPLEMENTATION.md45## Step 1: Create Crate StructureCOMMENT
LOWdocs/history/PERRY_UI_IMPLEMENTATION.md324## Step 2: Compiler IntegrationCOMMENT
LOWdocs/history/PERRY_UI_IMPLEMENTATION.md421## Step 3: Tree-ShakingCOMMENT
LOWdocs/history/PERRY_UI_IMPLEMENTATION.md464## Step 4: Implementation OrderCOMMENT
LOWdocs/src/plugins/creating-plugins.md7## Step 1: Write the PluginCOMMENT
LOWdocs/src/plugins/creating-plugins.md13## Step 2: Compile as Shared LibraryCOMMENT
LOWdocs/src/plugins/creating-plugins.md27## Step 3: Load from HostCOMMENT
Hallucination Indicators7 hits · 85 pts
SeverityFileLineSnippetContext
CRITICALcrates/perry-wasm-host/src/lib.rs109 for export in inst.inner._module.0.module.exports() {CODE
CRITICAL…emplate/app/src/main/java/com/perry/app/PerryBridge.kt1646 val mapView = com.google.android.gms.maps.MapView(activity)CODE
CRITICAL…emplate/app/src/main/java/com/perry/app/PerryBridge.kt1689 val pos = com.google.android.gms.maps.model.CameraPosition.Builder()CODE
CRITICAL…emplate/app/src/main/java/com/perry/app/PerryBridge.kt1690 .target(com.google.android.gms.maps.model.LatLng(latitude, longitude))CODE
CRITICAL…emplate/app/src/main/java/com/perry/app/PerryBridge.kt1694 com.google.android.gms.maps.CameraUpdateFactory.newCameraPosition(pos)CODE
CRITICAL…emplate/app/src/main/java/com/perry/app/PerryBridge.kt1707 val opts = com.google.android.gms.maps.model.MarkerOptions()CODE
CRITICAL…emplate/app/src/main/java/com/perry/app/PerryBridge.kt1708 .position(com.google.android.gms.maps.model.LatLng(latitude, longitude))CODE
Deep Nesting101 hits · 85 pts
SeverityFileLineSnippetContext
LOWtests/test_copied_minor_fallback_report.py181CODE
LOWtests/test_compiler_output_regression.py2075CODE
LOWtests/test_benchmark_gate.py469CODE
LOWbenchmarks/benchmark_gate.py107CODE
LOWbenchmarks/benchmark_gate.py268CODE
LOWbenchmarks/benchmark_gate.py573CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py287CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py460CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py683CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py788CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py1291CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py1691CODE
LOWbenchmarks/gc_ratchet/gc_ratchet.py2100CODE
LOWscripts/global_sink_isolation.py108CODE
LOWscripts/global_sink_isolation.py176CODE
LOWscripts/ci_plan.py278CODE
LOWscripts/check_npm_publish_freshness.py293CODE
LOWscripts/gc_root_dominance_check.py211CODE
LOWscripts/gc_root_dominance_check.py342CODE
LOWscripts/gc_root_dominance_check.py419CODE
LOWscripts/gc_root_dominance_check.py688CODE
LOWscripts/gc_root_dominance_check.py894CODE
LOWscripts/gc_root_dominance_check.py913CODE
LOWscripts/gc_root_dominance_check.py1383CODE
LOWscripts/gc_root_dominance_check.py1412CODE
LOWscripts/gc_root_dominance_check.py1512CODE
LOWscripts/gc_root_dominance_check.py1621CODE
LOWscripts/gc_root_dominance_check.py2020CODE
LOWscripts/gc_root_dominance_check.py2365CODE
LOWscripts/gc_root_dominance_check.py2465CODE
LOWscripts/gc_root_dominance_check.py2912CODE
LOWscripts/gc_root_dominance_check.py3518CODE
LOWscripts/gc_root_dominance_check.py3610CODE
LOWscripts/gc_root_dominance_check.py3791CODE
LOWscripts/gc_root_dominance_check.py4007CODE
LOWscripts/gc_root_dominance_check.py4322CODE
LOWscripts/gc_root_dominance_check.py4692CODE
LOWscripts/gc_root_dominance_check.py5464CODE
LOWscripts/shape_descriptor_census.py45CODE
LOWscripts/shape_descriptor_census.py134CODE
LOWscripts/shape_descriptor_census.py191CODE
LOWscripts/gen_parity_gaps.py87CODE
LOWscripts/statepoint_report_assert.py57CODE
LOWscripts/check_docs.py40CODE
LOWscripts/check_docs.py108CODE
LOWscripts/gc_rekeyed_key_tables.py156CODE
LOWscripts/gc_rekeyed_key_tables.py211CODE
LOWscripts/parity_report_merge.py63CODE
LOWscripts/check_test_registration.py189CODE
LOWscripts/string_payload_access_inventory.py62CODE
LOWscripts/string_payload_access_inventory.py157CODE
LOWscripts/string_payload_access_inventory.py394CODE
LOWscripts/gc_1090_evidence_report.py177CODE
LOWscripts/gc_1090_evidence_report.py710CODE
LOWscripts/gc_1090_evidence_report.py752CODE
LOWscripts/gc_1090_evidence_report.py777CODE
LOWscripts/gc_1090_evidence_report.py1274CODE
LOWscripts/gc_pin_sites.py198CODE
LOWscripts/perf_frontier_report.py166CODE
LOWscripts/perf_frontier_report.py633CODE
41 more matches not shown…
Verbosity Indicators45 hits · 82 pts
SeverityFileLineSnippetContext
LOWcrates/perry-codegen/src/linker.rs1745 // Step 1: llvm-as each .ll → .bcCOMMENT
LOWcrates/perry-codegen/src/linker.rs1768 // Step 2: llvm-link all bitcode into one module.COMMENT
LOWcrates/perry-codegen/src/linker.rs1798 // Step 3: opt -O3COMMENT
LOWcrates/perry-codegen/src/linker.rs1816 // Step 4: llc -filetype=obj → .oCOMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs163 // Step 1: set of ids declared in this scope (Let).COMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs167 // Step 2: set of ids referenced inside ANY closure body found inCOMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs174 // Step 3: set of ids MUTATED in the enclosing scope (outside anyCOMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs181 // Step 4: ids declared in a `for` loop init (the `for (let i = ...;COMMENT
LOWcrates/perry-codegen/src/boxed_vars.rs196 // Step 5: detect self-recursive closures. When a Stmt::Let has aCOMMENT
LOWcrates/perry-codegen/src/stmt/let_stmt.rs1284 // Step 2: register BEFORE lowering init.COMMENT
LOWcrates/perry-codegen/src/stmt/let_stmt.rs1288 // Step 3: lower init and store into the box.COMMENT
LOWcrates/perry-codegen/src/stmt/let_stmt.rs1257 // Step 1: allocate box with undefined sentinel bits.COMMENT
LOW…odegen/src/lower_call/property_get/dynamic_dispatch.rs793 // Step 1: walk parent chain for the static method name.COMMENT
LOW…odegen/src/lower_call/property_get/dynamic_dispatch.rs806 // Step 2: collect overriding subclasses. For eachCOMMENT
LOW…odegen/src/lower_call/property_get/dynamic_dispatch.rs1624 // Step 4: virtual dispatch via class_id switch.COMMENT
LOWcrates/perry-runtime/src/array/from_concat.rs725 // Step 5: iterable. Construct the result BEFORE creating the iteratorCOMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs143 // Step 3: if the primitive is a Number and is not finite, return null.COMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs157 // Step 4: Invoke(this, "toISOString"). For a real Date, dispatch straightCOMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs228 // Step 1: brand-check `Type(O) is Object` (throws for undefined/null/86/''/true).COMMENT
LOWcrates/perry-runtime/src/object/date_proto_thunks.rs252 // Step 5: OrdinaryToPrimitive(O, tryFirst).COMMENT
LOW…ry-runtime/src/object/object_ops/descriptor_helpers.rs666 // Step 4: a non-configurable property cannot be made configurable, and itsCOMMENT
LOW…perry-runtime/src/object/global_this/bigint_promise.rs298 // Step 1: `bits = ? ToIndex(bits)`. ToIndex = ToIntegerOrInfinity(ToNumber)COMMENT
LOW…perry-runtime/src/object/global_this/bigint_promise.rs314 // Step 2: `bigint = ? ToBigInt(bigint)`. ToBigInt coerces BigInt / Boolean /COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1077 // Step 1: Get(receiver, "constructor") — getter throws → propagate via longjmp.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1086 // Step 2: undefined → use intrinsic %Promise%.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1091 // Step 3: Type(C) not Object → TypeError.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1096 // Step 4: S = Get(C, @@species) — getter throws → propagate. A userCOMMENT
LOWcrates/perry-runtime/src/promise/then.rs1138 // Step 6: IsConstructor(S) → return S.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1143 // Step 7: throw TypeError.COMMENT
LOWcrates/perry-runtime/src/promise/then.rs1111 // Step 5: `null` species → spec default (%Promise%).COMMENT
LOWcrates/perry-runtime/src/string/slice_ops.rs134 // Step 4: ToIntegerOrInfinity(start), observed FIRST. ±Infinity clamps toCOMMENT
LOWcrates/perry-runtime/src/string/slice_ops.rs145 // Step 8: an `undefined` length means the rest of the string (`size`);COMMENT
LOWcrates/perry-runtime/src/string/slice_ops.rs152 // Step 9: clamp the length into [0, size]. Step 10: end = min(start+len, size).COMMENT
LOWcrates/perry-runtime/src/string/split.rs590 // Step 2: a separator with a `[Symbol.split]` method (a RegExp) takes over.COMMENT
LOWcrates/perry-runtime/src/string/split.rs618 // Step 6: lim = limit===undefined ? 2^32-1 : ToUint32(limit) (may throw).COMMENT
LOWcrates/perry-runtime/src/string/split.rs629 // Step 7: R = ToString(separator) (may throw). For `undefined` the resultCOMMENT
LOWcrates/perry-runtime/src/string/split.rs639 // Step 8: limit 0 → empty array.COMMENT
LOWcrates/perry-runtime/src/string/split.rs643 // Step 9: undefined separator → [S].COMMENT
LOWcrates/perry-runtime/src/buffer/from.rs896 // Step 2: Type(buffer) must be Object holding [[ArrayBufferData]].COMMENT
LOWcrates/perry-runtime/src/buffer/from.rs917 // Step 9: offset must not exceed the backing buffer's byteLength.COMMENT
LOWcrates/perry/src/commands/run/resign.rs42 // Step 1: Find or create a development provisioning profileCOMMENT
LOWcrates/perry/src/commands/run/resign.rs75 // Step 2: Embed the profile and code-sign for development.COMMENT
LOWcrates/perry-ui-windows/src/widgets/webview.rs384 // Step 2: create controller bound to host_hwnd.COMMENT
LOWdocs/examples/runtime/thread_snippets.ts583 // Step 1: Filter to relevant items (parallel)COMMENT
LOWdocs/examples/runtime/thread_snippets.ts586 // Step 2: Transform the filtered results (parallel)COMMENT
Cross-Language Confusion16 hits · 66 pts
SeverityFileLineSnippetContext
HIGHbenchmarks/honest_bench/harness/check_output.py6 {"output_match": true|false|null, "output_match_reason": "..."}STRING
HIGHscripts/addr_class_inventory.py376 "} else if top16 == 0 && bits >= 0x1000 {\n",CODE
HIGHscripts/addr_class_inventory.py615 "raw > 0 && crate::value::addr_class::is_above_handle_band(raw as usize)\n",CODE
HIGHscripts/shape_descriptor_census.py353 "descriptor rooting is not gated on `old_carrier || cache_carrier`: "STRING
HIGHscripts/shape_descriptor_census.py744 "let moved = if descriptor.old_carrier || descriptor.cache_carrier {",STRING
HIGHscripts/node_suite_run.py5`perry <t> -o out && out`, then compare stdout (trailing whitespace ignored).STRING
HIGHscripts/node_core_subset.py581 f"test/fixtures && git checkout)", file=sys.stderr)CODE
HIGHscripts/gc_store_site_inventory.py1338 " if cached == usize::MAX || cached == 0 {",CODE
HIGHscripts/check_llvm_corpus_currency.py80 r"^\s*store ptr addrspace\(\d+\) null,",CODE
HIGHscripts/check_llvm_corpus_currency.py176 " store ptr addrspace(1) null, ptr %r1\n"CODE
HIGHscripts/gc_gate_wiring_check.py405 run: ./scripts/flaky.sh || trueCODE
HIGHscripts/gc_gate_wiring_check.py463 CLEAN.replace(" run: ./scripts/thing.sh", " run: ./scripts/thing.sh || true"),STRING
HIGHscripts/gc_gate_wiring_check.py471 CLEAN.replace(" - name: run it\n run: ./scripts/thing.sh", " - run: ./scripts/thing.sh || true"STRING
HIGHscripts/gc_gate_wiring_check.py540 " group: x-${{ github.event_name == 'push' && github.sha || github.ref }}",STRING
HIGHscripts/gc_gate_wiring_check.py550 " group: x-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}",STRING
HIGHtest-files/multi/test_harness_init_scale/generate.py38 // must be a string (not 0, undefined, or a NaN-box leak).COMMENT
Example Usage Blocks30 hits · 46 pts
SeverityFileLineSnippetContext
LOWparity_status.sh10# Usage:COMMENT
LOWrun_module_parity.sh8# Usage:COMMENT
LOWtests/release/packages/_harness.sh15# Usage:COMMENT
LOWdocs/i18n.sh4# Usage:COMMENT
LOWbenchmarks/compare.sh7# Usage:COMMENT
LOWbenchmarks/honest_bench/harness/run_http_bench.sh7# Usage:COMMENT
LOWbenchmarks/honest_bench/harness/run_bench.sh7# Usage:COMMENT
LOWbenchmarks/app-patterns/run.sh14# Usage:COMMENT
LOWbenchmarks/gc_ratchet/run_gc_ratchet_baseline.sh13# Usage:COMMENT
LOWscripts/pre-tag-check.sh35# Usage:COMMENT
LOWscripts/run_thread_tests.sh14# Usage:COMMENT
LOWscripts/smoke_updater.sh15# Usage:COMMENT
LOWscripts/auto_opt_app_patterns.sh34# Usage:COMMENT
LOWscripts/release_sweep.sh14# Usage:COMMENT
LOWscripts/run_ui_styling_matrix.sh14# Usage:COMMENT
LOWscripts/run_visual_test_check.sh22# Usage:COMMENT
LOWscripts/run_simctl_tests.sh14# Usage:COMMENT
LOWscripts/gc_schedule_fuzz.sh28# Usage:COMMENT
LOWscripts/gc_repsel_matrix.sh69# Usage:COMMENT
LOWscripts/run_fastify_tests.sh11# Usage:COMMENT
LOWscripts/run_lint_gates.sh33# Usage:COMMENT
LOWscripts/refresh_llvm_inprocess_corpora.sh21# Usage:COMMENT
LOWscripts/stage-npm.sh9# Usage:COMMENT
LOWtest-files/run_test_issue_1293.sh7# Usage:COMMENT
LOWtest-files/run_test_issue_1240.sh6# Usage:COMMENT
LOWtest-files/run_test_issue_1088.sh6# Usage:COMMENT
LOWtest-files/run_test_issue_1193.sh5# Usage:COMMENT
LOWtest-files/run_test_issue_1120.sh6# Usage:COMMENT
LOWtest-files/run_test_issue_1124.sh5# Usage:COMMENT
LOWtest-coverage/audit.sh8# Usage:COMMENT
Excessive Try-Catch Wrapping32 hits · 42 pts
SeverityFileLineSnippetContext
LOWdocs/scripts/i18n_merge_translations.py35 except Exception as e: # noqa: BLE001CODE
LOWbenchmarks/honest_bench/run.sh56 except Exception:CODE
LOWbenchmarks/honest_bench/run.sh313 except Exception: passCODE
MEDIUMbenchmarks/honest_bench/run.sh52def run(cmd):CODE
LOWbenchmarks/honest_bench/harness/run_bench.sh144 except Exception as e:CODE
LOWscripts/ci_ext_link_scope.py168 except Exception:CODE
LOWscripts/native_abi_evidence_report.py374 except Exception:CODE
LOWscripts/node_suite_run.py106 except Exception:CODE
LOWscripts/node_suite_run.py123 except Exception:CODE
LOWscripts/node_suite_run.py141 except Exception:CODE
LOWscripts/perf_frontier_gate.sh223 except Exception as exc:CODE
MEDIUMscripts/perf_frontier_gate.sh220def run(cmd):CODE
LOWscripts/gc_1090_evidence_packet.sh162 except Exception as exc:CODE
LOWscripts/gc_1090_evidence_packet.sh582 except Exception:CODE
LOWscripts/gc_1090_evidence_packet.sh589 except Exception:CODE
LOWscripts/gc_1090_evidence_packet.sh603 except Exception:CODE
LOWscripts/gc_1090_evidence_packet.sh641 except Exception:CODE
LOWscripts/gc_1090_evidence_packet.sh655 except Exception:CODE
LOWscripts/gc_1090_evidence_packet.sh682 except Exception:CODE
LOWscripts/gc_1090_evidence_packet.sh728 except Exception:CODE
MEDIUMscripts/gc_1090_evidence_packet.sh159def run(cmd):CODE
MEDIUMscripts/gc_1090_evidence_packet.sh579def read_json(path, default):CODE
MEDIUMscripts/gc_1090_evidence_packet.sh586def read_exit(path):CODE
MEDIUMscripts/gc_1090_evidence_packet.sh638def parse_peak_rss_kb(path):CODE
MEDIUMscripts/gc_1090_evidence_packet.sh652def parse_peak_footprint_kb(path):CODE
LOWscripts/native_abi_evidence_packet.sh200 except Exception as exc:CODE
MEDIUMscripts/native_abi_evidence_packet.sh197def run(cmd):CODE
LOWscripts/compiler_output_harness/capture.py103 except Exception as exc: # pragma: no cover - defensive metadata only.CODE
LOWtest-files/test_net_upgrade_tls_server.py80 except Exception:CODE
LOWtest-files/test_net_upgrade_tls_server.py82 except Exception as exc:CODE
LOWtest-files/test_net_upgrade_tls_server.py87 except Exception:CODE
LOWtest-compat/npm-sweep/run.py212 except Exception:CODE
Fake / Example Data21 hits · 25 pts
SeverityFileLineSnippetContext
LOWcrates/perry-ui-geisterhand/src/inspector_ui/index.html261 <div class="placeholder">click <strong>capture</strong> to fetch a live screenshot of the running app</div>CODE
LOWcrates/perry-ext-validator/src/lib.rs329 assert_eq!(js_validator_is_email(p("foo@bar.com")), 1.0);CODE
LOWcrates/perry/tests/string_append_heap_alias.rs155const a = ["placeholder"];CODE
LOWcrates/perry/tests/string_append_heap_alias.rs335const a = ["placeholder"].with(0, s); // replace -> must demote s to sharedCODE
LOWcrates/perry-hir/src/lower/widget_decl.rs191 "placeholder" => {CODE
LOWdocs/native-libraries.md703validator.isEmail('user@example.com'); // trueCODE
LOWtest-parity/node-suite/zlib/brotli/roundtrip-large.ts3const chunk = "lorem ipsum dolor sit amet consectetur adipiscing elit ";CODE
LOWtest-parity/node-suite/zlib/brotli/roundtrip-large.ts3const chunk = "lorem ipsum dolor sit amet consectetur adipiscing elit ";CODE
LOW…st-parity/node-suite/zlib/dictionary/zstd-roundtrip.ts4 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aCODE
LOW…st-parity/node-suite/zlib/dictionary/zstd-roundtrip.ts4 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aCODE
LOW…st-parity/node-suite/zlib/dictionary/zstd-roundtrip.ts7 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. SedCODE
LOW…st-parity/node-suite/zlib/dictionary/zstd-roundtrip.ts7 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. SedCODE
LOW…-parity/node-suite/zlib/dictionary/brotli-roundtrip.ts4 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aCODE
LOW…-parity/node-suite/zlib/dictionary/brotli-roundtrip.ts4 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aCODE
LOW…-parity/node-suite/zlib/dictionary/brotli-roundtrip.ts7 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. SedCODE
LOW…-parity/node-suite/zlib/dictionary/brotli-roundtrip.ts7 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. SedCODE
LOWtest-files/test_parity_validator.ts39console.log("isEmail:", validator.isEmail("user@example.com"));CODE
LOWtest-files/test_issue_2656_weakref_finalization_gc.ts18let weak = new WeakRef({ marker: "placeholder" });CODE
LOWtest-files/test_issue_2656_weakref_finalization_gc.ts19let removedWeak = new WeakRef({ marker: "placeholder" });CODE
LOWtest-files/test_issue_748_multi_step_await_return.ts110 email: "foo@bar.com",CODE
LOWtest-files/test_edge_json_regex.ts147console.log(emailRe.test("user@example.com")); // trueCODE
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_native_library_no_stubs.sh31# Create a minimal package with native library functionsCOMMENT
MEDIUMtests/test_native_library_no_stubs.sh51# Create the TypeScript source that declares and uses these functionsCOMMENT
MEDIUMtests/test_native_library_no_stubs.sh68# Create the main appCOMMENT
MEDIUMtemplates/github-actions/ci.yml57 # Create a simple test fileCOMMENT
TODO Padding6 hits · 9 pts
SeverityFileLineSnippetContext
LOWcrates/perry-ui-visionos/src/ffi_focus_menu.rs169 // TODO: implement iOS textfield focus observerCOMMENT
LOWcrates/perry-ui-visionos/src/ffi_focus_menu.rs175 // TODO: implement iOS blurCOMMENT
LOWcrates/perry-ui-ios/src/ffi/widgets_basic.rs800 // TODO: implement iOS textfield focus observerCOMMENT
LOWcrates/perry-ui-ios/src/ffi/widgets_basic.rs806 // TODO: implement iOS blurCOMMENT
LOWcrates/perry-ui-tvos/src/ffi/menus_dialog.rs135 // TODO: implement iOS textfield focus observerCOMMENT
LOWcrates/perry-ui-tvos/src/ffi/menus_dialog.rs141 // TODO: implement iOS blurCOMMENT
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOWrun_parity_tests.sh1323 # Check if test should be skippedCOMMENT
LOWbenchmarks/run_benchmarks.sh157# Print results summaryCOMMENT
LOWbenchmarks/suite/run_benchmarks.sh20# Check if compilers existCOMMENT
LOWbenchmarks/suite/run_benchmarks.sh224 # Print results with colors based on comparison to NodeCOMMENT
AI Structural Patterns3 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/test_copied_minor_fallback_report.py32CODE
LOWtests/test_gc_1090_evidence_report.py31CODE
LOWscripts/compiler_output_harness/verification.py1120CODE
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…ripts/compiler_output_harness/repsel_knob_isolation.py665__all__ = [CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtest-files/test_async5.ts3async function doSomething(): Promise<void> {CODE