refactor: App now crashes if home isn't set.

This commit is contained in:
2026-06-24 14:34:47 -04:00
parent 3331a40053
commit bb6c067b97
2 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,6 @@
7. Make sure official path separators are used when appropriate, rather than '/'.
10. **config.odin:178**`search_paths` silently ignores `os.user_home_dir` error. If home is empty, `~` isn't expanded. Same class of bug as issue 3.
12. Consistently ignore allocator errors
13. **cmd_sync.odin:80, cmd_list.odin:33**`make([]string, 2)` for table rows never freed. Leaks per row. Defer to memory pass.