mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Simplified absolute path resolution code.
This commit is contained in:
2
TODOS.md
2
TODOS.md
@@ -14,8 +14,6 @@
|
||||
|
||||
7. Make sure official path separators are used when appropriate, rather than '/'.
|
||||
|
||||
8. **cmd_restore.odin:20-30 & cmd_remove.odin:19-29** — Identical path-resolution block copy-pasted. `is_abs` guard is redundant since `filepath.abs` is a no-op on absolute paths. Extract a helper.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user