Rudrajeet Pal
4e04dff228
feat(vim.fs): dir(), find() error-reporting
...
Problem:
vim.fs.dir() and vim.fs.find() drop errors returned by uv.fs_scandir().
Solution:
- vim.fs.dir():
- Return root scan failures as a secondary return value.
- Propagate recursive scan failures through the iterator. This allows
callers to distinguish unreadable directories from empty ones.
- vim.fs.find(): Collect errors during search, and return the list as
a second retval.
2026-07-01 12:05:41 +02:00
..
2026-04-20 14:16:41 -04:00
2024-04-23 18:17:04 +02:00
2026-04-15 18:45:26 +00:00
2026-02-17 11:34:12 +08:00
2026-05-25 11:06:02 +02:00
2025-05-29 12:10:07 +02:00
2026-03-29 18:50:37 +02:00
2026-06-15 11:11:57 -04:00
2026-01-28 05:44:17 -05:00
2026-06-13 13:20:45 -04:00
2026-07-01 12:05:41 +02:00
2025-01-09 09:26:45 -08:00
2026-01-12 10:58:01 -08:00
2026-06-06 10:26:12 +00:00
2025-03-18 09:39:19 +01:00
2026-02-12 11:55:16 -05:00
2026-06-29 14:20:09 +02:00
2026-05-05 17:04:11 -04:00
2024-11-26 06:15:50 -08:00
2026-05-10 11:03:15 -04:00
2026-05-25 11:06:02 +02:00
2026-03-21 17:07:33 -04:00
2026-06-12 09:50:27 -04:00
2026-06-29 10:00:36 -04:00
2026-06-19 19:42:28 +02:00
2026-06-08 19:52:51 +08:00
2026-05-20 16:23:03 +08:00
2026-06-19 19:42:28 +02:00
2026-05-10 09:19:12 -04:00
2024-04-23 18:17:04 +02:00
2025-08-17 20:40:28 -07:00
2026-06-12 09:50:27 -04:00
2026-04-20 14:16:41 -04:00
2026-05-25 11:06:02 +02:00
2026-04-23 17:11:59 -04:00
2026-03-13 09:36:44 -04:00
2026-04-30 19:19:42 +02:00
2026-04-28 18:29:17 -04:00
2026-01-28 05:44:17 -05:00
2026-06-19 19:42:28 +02:00
2026-04-08 13:33:00 -04:00
2026-05-29 14:45:33 -04:00
2026-06-12 09:50:27 -04:00
2026-06-19 19:42:28 +02:00
2025-09-15 12:10:23 +02:00