Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(loader): cache path ambiguity #24491 | Tyler Miller | 2023-08-01 |
| | | | | | | | | | | | Problem: cache paths are derived by replacing each reserved/filesystem- path-sensitive char with a `%` char in the original path. With this method, two different files at two different paths (each containing `%` chars) can erroneously resolve to the very same cache path in certain edge-cases. Solution: derive cache paths by url-encoding the original (path) instead using `vim.uri_encode()` with `"rfc2396"`. Increment `Loader.VERSION` to denote this change. | ||
* | fix(loader): reset hashes when running the loader | Lewis Russell | 2023-04-13 |