Pad/internal/io/pool
Greg Pomerantz 93a5f879f5 feat: implement atomic writes for filesystem backend
- Add WriteFile method to mock filesystem (non-atomic path, creates files)
- Implement WriteFileAtomic in mock with temp file + rename pattern
  using .tmp/ directory, matching real filesystem semantics
- Update WriteFileTask.Execute() to use WriteFileAtomic
- Update FlushAll() to use WriteFileAtomic
- Fix mock to create files on write (matching os.WriteFile behavior)
- Update tests to match new semantics (create-if-not-exists)
2026-06-04 18:01:51 -04:00
..
mock feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
real feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
types Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
context_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
filesystem.go feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
result.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
task_test.go feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
task.go feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
worker_pool_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
worker_pool.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00