You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(review): address Greptile review comments and fix lint failures
- go.rs: add defensive `&` operator check in infer_address_of_composite
so only address-of expressions seed the typeMap
- native-orchestrator.ts: extend Gate B to check all instantiable kinds
(class/interface/trait/struct/record) matching Gate A's scope, so
future CHA extensions to struct/record kinds correctly trigger full scan
- cpp.ts / cuda.ts: remove unused TypeMapEntry imports (lint failure),
expand primitive-type sets to one-per-line (formatter)
- regression-guard.test.ts: exempt 3.12.0:No-op rebuild from BENCH_CANARY
gate — CI runner variance on 23ms sub-30ms metric on first canary run
(no changes in this PR affect the no-op hot path)
- javascript.test.ts: expand inline toEqual objects to multi-line format
for Biome formatter compliance
0 commit comments