deps: bump mimalloc to dev3 (bun-dev3-v2) #29251
Merged
Claude / Claude Code Review
completed
Apr 13, 2026 in 11m 53s
Code review found 2 potential issues
Found 5 candidates, confirmed 2. See review comments for details.
Details
| Severity | Count |
|---|---|
| 🔴 Important | 0 |
| 🟡 Nit | 1 |
| 🟣 Pre-existing | 0 |
| Severity | File:Line | Issue |
|---|---|---|
| 🟡 Nit | scripts/verify-baseline-static/allowlist-aarch64.txt:94-97 |
Stale LSE symbol count in allowlist comment |
Annotations
Check warning on line 97 in scripts/verify-baseline-static/allowlist-aarch64.txt
claude / Claude Code Review
Stale LSE symbol count in allowlist comment
The section header comment says `(41 symbols)` but this PR adds 4 new LSE atomic symbols (`__aarch64_ldclr8_relax`, `__aarch64_ldset8_relax`, `__aarch64_swp8_rel`, `__aarch64_swp8_relax`), bringing the actual count to 45. Update the comment to `(45 symbols)` to keep it accurate.
Loading