feat: record installed parser SHA in lock.js#50
Open
taku25 wants to merge 5 commits into
Open
Conversation
|
Hello, |
Collaborator
Author
|
That makes a lot of sense. Storing the lock file in the config directory is much better for users who manage their dotfiles, as it ensures consistent parser versions across different environments. I’ll update the PR accordingly. Please wait a bit! |
Change lock file location from parent of parser_dir (site/) to
vim.fn.stdpath("config") so users can track it in their dotfiles,
consistent with lazy.nvim's lazy-lock.json placement.
Also rename lock.json -> tsm-lock.json to avoid conflict
f528fd0 to
3b1681d
Compare
|
Any update on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #41. This is PR1 of 3 planned PRs for parser revision tracking.
Changes
lock.json example
{
"lua": {
"sha": "abc1234...",
"url": "https://github.com/..."
}
}