-
Notifications
You must be signed in to change notification settings - Fork 54
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
Supporting functional interfaces #103
Conversation
@bricka Can you please rebase your fix and regenerate the parser? |
6c1467e
to
7992503
Compare
@VladimirMakaev Rebased and regenerated :) |
Hrm...I just tried redoing the |
Can it be due to this #92? |
7992503
to
8cb9447
Compare
I tried to re-generate inside the |
8cb9447
to
35df421
Compare
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 |
This reverts commit 3c65915.
@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 #92 |
https://kotlinlang.org/docs/fun-interfaces.html
Closes #87