Pad/internal/editor
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
..
auto_save_test.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
buffer_test.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
cursor_test.go fix: update tests and fix SetCursorFromPoint panic 2026-06-04 07:24:44 -04:00
e2e_test.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
integration_test.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
logic.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
mock_setup.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
state.go Fix cursor movement bug in scrolled editor and add regression test 2026-06-04 13:53:42 -04:00