Pad/internal/io/pool
Greg Pomerantz d73cb0be2c Integrate real filesystem with interface abstraction
- Define pool.FileSystem interface in internal/io/pool/filesystem.go
- Move DirEntry interface to internal/io/pool/types/types.go to break
  the pool <-> mock import cycle
- Implement real.FileSystem with atomic writes (temp file + os.Rename)
- Update mock.FileSystem to satisfy pool.FileSystem interface
- Update worker pool tasks to accept pool.FileSystem interface
- Update main.go to use RealFileSystem by default, with -root flag
- Update all browser/editor/test references to types.DirEntry
2026-06-04 16:19:38 -04:00
..
mock Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
real Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -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 Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
result.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
task_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
task.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -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