Files
bear/compiler
allexanderbergmns 9504a9301b fix: make seen map mutable and use u64 for tagged-value shifts
The struct-literal validator declared `seen` without `mut`, causing a
compile error on V.  Left-shifting i64 values also produced signed-shift
warnings; cast through u64 instead.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
2026-08-24 17:37:27 +02:00
..
2026-08-24 17:30:50 +02:00
2026-08-24 17:30:50 +02:00