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
test(testgen): local bindings + Counter resource (effects/resources slice)
Always emit a `features: local` header (harmless when unused) so the generator
can use the `local` binding kind for immutable scalars, and add a `Counter`
resource tier: create, `Counter.add` via `mut` receiver a few times, observe the
final value. Both are backend-deterministic and exercise the local binding kind
and runtime-backed mutable-resource lowering across every backend.
Smoke (>=95% accept, vm==jit) and full N-way incl. compiled (40 cases) green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments