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

Fix: Go-to definition on recursive binary operators #126

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

julienduchesne
Copy link
Member

@julienduchesne julienduchesne commented Sep 7, 2023

Depends on #127

It was only looking through a single level of binaries, so the following didn't work:

obj1 + obj2 + obj3 which in the AST is:

binary(binary(obj1, obj2), obj3)

@julienduchesne julienduchesne force-pushed the julienduchesne/fix-recursive-binaries branch from c5dcce5 to a7e52b1 Compare September 7, 2023 14:49
@julienduchesne julienduchesne changed the base branch from main to julienduchesne/vendor-grafonnet September 7, 2023 14:49
@julienduchesne julienduchesne marked this pull request as ready for review September 7, 2023 14:51
Base automatically changed from julienduchesne/vendor-grafonnet to main September 7, 2023 18:18
Included the grafonnet example where the bug was identified as a testcase
From now on, we can use grafonnet to build test cases
@julienduchesne julienduchesne force-pushed the julienduchesne/fix-recursive-binaries branch from a7e52b1 to dcf5225 Compare September 7, 2023 18:19
@julienduchesne julienduchesne merged commit 02d502b into main Sep 7, 2023
4 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/fix-recursive-binaries branch September 7, 2023 18:21
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