Files
Claude Bot 804c716f8f address code review feedback
- Use platformTempDir() instead of hardcoded /tmp for cross-platform support
- Add unique PID-based suffix to temp file to prevent collisions
- Clean up temp file after REPL exits using defer unlinkat
- Handle os.homedir() edge case when $HOME is unset
- Debounce history writes to reduce disk I/O
- Flush pending history on REPL close
- Consolidate tests to reduce duplication
- Add assertion that REPL prints "Welcome to Bun"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 07:34:36 +00:00
..
2026-01-14 07:34:36 +00:00