tree-sitter-kotlin
tree-sitter-kotlin copied to clipboard
Supporting functional interfaces
https://kotlinlang.org/docs/fun-interfaces.html
Closes #87
@bricka Can you please rebase your fix and regenerate the parser?
@VladimirMakaev Rebased and regenerated :)
Hrm...I just tried redoing the tree-sitter generate, but my local one shows no changes to parser.c. Any ideas what could be causing the failed check?
Can it be due to this https://github.com/fwcd/tree-sitter-kotlin/issues/92?
I tried to re-generate inside the node:18 image, but that didn't seem to fix the problem for me :(
I think my last attempt was on my Mac laptop, but I've just made a change from my Linux laptop. Let's see if that makes the parser generation work correctly.
I'm going to revert this for now since it broke the build
@VladimirMakaev Hi Vladimir. Did it break because of the generated parser?
If so, how can we push this forward? Could someone who can generate the parser correctly check out this branch, generate the parser, and then push that?
Not sure if you can see the job below, but seems like the generated parser issue
https://github.com/fwcd/tree-sitter-kotlin/actions/runs/8954309216/job/24593808540
I don't have any more context on this beyond https://github.com/fwcd/tree-sitter-kotlin/issues/92