-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make proper releases including the generated artifacts #59
Comments
latest in test process https://github.com/kylegoetz/tree-sitter-unison/actions/runs/8665499830/job/23764328299#step:4:436 undef references to tree_sitter_unison_external_scanner_deserialize and its ilk. These are confirmed present in |
Working on this now. The npm-publish workflow provided by Tree Sitter errors out with an illegal cast (or, rather, a failed |
Windows build fails, output is confusing. Looks like the build process invokes prebuildify with invalid arguments? |
You need to run |
@ObserverOfTime turns out prebuildify has a bug with a PR waiting to fix it I've already re-generated and manually fixd the missing scanner. Prebuildify on Windows appears to fail specifically because of this issue: prebuild/prebuildify#83 so I'm just waiting for the PR to be accepted and then nopefully the NPM deployment workflow will work again. It seems this is an issue with Windows Node 20 where they forbid the use of files with a certain file extension unless |
finished and 1.1.2 built and uploaded to NPM |
splitting this into its own issue but originally brought up by @clason in #56
consider making proper releases including the generated artifacts (which is what nvim-treesitter will require for "stable" parsers). Upstream is in the process of adding reusable workflows and tree-sitter support to make this easier.
https://github.com/tree-sitter/workflows
The text was updated successfully, but these errors were encountered: