-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Bug]: Kotlin gazelle plugin outputs unexpected parse errors #530
Labels
bug
Something isn't working
Comments
reddaly
changed the title
[Bug]:
[Bug]: Kotlin gazelle plugin outputs unexpected parse errors
Oct 9, 2023
This specific parser error might be due to fwcd/tree-sitter-kotlin#102 |
gonzojive
added a commit
to gonzojive/aspect-cli
that referenced
this issue
Oct 12, 2023
This works around fwcd/tree-sitter-kotlin#102. Fixes aspect-build#530
alexeagle
pushed a commit
that referenced
this issue
Mar 7, 2024
This works around fwcd/tree-sitter-kotlin#102. Fixes #530
alexeagle
pushed a commit
to gonzojive/aspect-cli
that referenced
this issue
Mar 7, 2024
This works around fwcd/tree-sitter-kotlin#102. Fixes aspect-build#530
@jbedard I thought we had a fix for this one when we paired in Vancouver? Any idea where it went? |
I think upgrading the kotlin tree-sitter grammar will fix this. @reddaly do you have any snippet of kotlin code that you know reproduces this parse error? |
jbedard
added a commit
that referenced
this issue
Oct 23, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
jbedard
added a commit
that referenced
this issue
Oct 24, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
jbedard
added a commit
that referenced
this issue
Oct 24, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
jbedard
added a commit
that referenced
this issue
Oct 24, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
jbedard
added a commit
that referenced
this issue
Oct 24, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
jbedard
added a commit
that referenced
this issue
Oct 24, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
jbedard
added a commit
that referenced
this issue
Oct 24, 2024
Close #530 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 91c1f483e9b74b668ac7690d52e543bb039f09ac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Gazelle outputs parse errors for Kotlin files that seem to compile without problems. Example:
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
gazelle / Kotlin
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: