Skip to content
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

Update tree-sitter-haskell #6317

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Conversation

ocharles
Copy link
Contributor

No description provided.

@ocharles
Copy link
Contributor Author

Can anyone explain what CI is trying to tell me?

Error: "Failed to parse textobjects.scm queries for haskell: Query error at 5:4. Invalid node type decl_type"

Does this mean decl_type no longer exists in tree-sitter-haskell or something?

@the-mikedavis
Copy link
Member

Yeah that's a failure of query analysis within tree-sitter - it's saying that it isn't possible to match decl_type. That usually means that the node doesn't exist but it can also mean that it won't show up in the tree, for example if it is aliased to another node name. I believe that's the case here: https://github.com/tree-sitter/tree-sitter-haskell/blob/fb3c19e8e307acaf9336ab88330fd386ce731638/grammar.js#L232

@ocharles
Copy link
Contributor Author

@the-mikedavis I think we're good to go now.

@the-mikedavis the-mikedavis merged commit deab323 into helix-editor:master Apr 12, 2023
@ocharles ocharles deleted the patch-2 branch April 14, 2023 10:17
Triton171 pushed a commit to Triton171/helix that referenced this pull request Jun 18, 2023
wes-adams pushed a commit to wes-adams/helix that referenced this pull request Jul 4, 2023
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants