-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bump tree sitter #403
Bump tree sitter #403
Conversation
Changed the target branch so we have some buffer to fix the tests before the final merge. |
I cannot push to this branch. Could you enable push access? We need #4ffbf92aa |
Btw, you might've not seen this note from my pr:
I could update |
You meant, my branch on my repo, @aminya? If so, I just gave you access. |
@icecream17 What about merging it to our branch and then applying the changes on the repo we have access to? |
I made a new PR based on our branch: |
... previously v19 tree-sitter language packages. Continuation of atom-community#399 (atom-community@477b075) but where the packages that would've broke Atom are now updated Another link: atom-community#403 (comment)
... previously v19 tree-sitter language packages. Continuation of #399 (477b075) but where the packages that would've broke Atom are now updated Another link: #403 (comment)
... previously v19 tree-sitter language packages. Continuation of #399 (477b075) but where the packages that would've broke Atom are now updated Another link: #403 (comment)
... previously v19 tree-sitter language packages. Continuation of #399 (477b075) but where the packages that would've broke Atom are now updated Another link: #403 (comment)
... previously v19 tree-sitter language packages. Continuation of #399 (477b075) but where the packages that would've broke Atom are now updated Another link: #403 (comment)
Please, merge after this PR otherwise grammars will break: #399
This PR bumps tree-sitter to a recent version. It also uses "NPM's tree sitter", not an Atom/git specific one.
I know this code works with Electron 12. Unfortunately,
./script/bootstrap
and friends do not work on my machine, so I have no way of testing if the "current way" of building Atom also works...Also, this PR is basically #386, but splitted into bumping tree-sitter. I'll open another bumping Electron (but it's also dependent on this one, unfortunately)