Jongwook Choi
89135cff03
fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)
...
Problem: Loading `vim.fs` via the `vim.loader` Lua package loader will
result in a stack overflow due to a cyclic dependency. This may happen
when the `vim.fs` module isn't byte-compiled, i.e. when `--luamod-dev`
is used (#27413 ).
Solution: `vim.loader` depends on `vim.fs`. Therefore `vim.fs` should
be loaded in advance.
2024-02-13 10:29:22 +00:00
..
2024-01-12 18:59:14 +00:00
2024-01-03 02:09:29 +01:00
2024-01-13 10:59:46 +01:00
2024-01-03 02:09:29 +01:00
2024-02-02 13:14:10 +08:00
2024-01-12 18:59:14 +00:00
2024-01-03 02:09:29 +01:00
2024-01-12 18:59:14 +00:00
2024-01-17 10:10:17 +00:00
2024-01-19 11:54:04 +00:00
2024-01-12 12:04:19 +00:00
2024-01-03 02:09:29 +01:00
2024-01-10 20:57:51 -06:00
2024-01-03 02:09:29 +01:00
2024-02-13 10:29:22 +00:00
2024-01-12 18:59:14 +00:00
2024-01-17 10:10:17 +00:00
2024-01-03 02:09:29 +01:00
2024-01-12 18:59:14 +00:00
2024-01-12 18:59:14 +00:00
2024-01-12 18:59:14 +00:00
2024-02-05 15:03:46 +00:00
2024-01-03 02:09:29 +01:00
2024-02-02 21:52:01 +08:00
2024-01-03 02:09:29 +01:00
2024-01-12 12:04:18 +00:00
2024-01-12 18:59:14 +00:00
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2024-01-21 11:41:50 +01:00
2024-02-12 05:50:39 -08:00
2024-01-18 00:14:48 -08:00
2024-01-03 02:09:29 +01:00