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

Support multiple definitons: Binary operators #32

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

julienduchesne
Copy link
Member

Whenever a binary operator was in the chain, it would make all fields to not be found further down the line
This supports find fields in constructs like this:

{
  my_field+: (import 'test') + (import 'test2')
}

Note: the tests are getting pretty intense. I'm planning a refactor once I've got the cases I want working. I'll probably set up some benchmarking as well, see if I can find some low-hanging fruits for performance improvements

This builds upon #30 and #31
Issue: #6

Copy link
Contributor

@zzehring zzehring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@julienduchesne julienduchesne force-pushed the julienduchesne/multiple-definitions-4 branch from ff09aff to 42a28c9 Compare February 17, 2022 17:24
Base automatically changed from julienduchesne/multiple-definitions-4 to main February 17, 2022 17:25
Whenever a binary operator was in the chain, it would make all fields to not be found further down the line
This supports find fields in constructs like this:
```
{
  my_field+: (import 'test') + (import 'test2')
}
```

Note: the tests are getting pretty intense. I'm planning a refactor once I've got the cases I want working. I'll probably set up some benchmarking as well, see if I can find some low-hanging fruits for performance improvements

This builds upon #30 and #31
Issue: #6
@julienduchesne julienduchesne force-pushed the julienduchesne/multiple-definitions-5 branch from 1108119 to d005e3c Compare February 17, 2022 17:27
@julienduchesne julienduchesne merged commit a02ab61 into main Feb 17, 2022
@julienduchesne julienduchesne deleted the julienduchesne/multiple-definitions-5 branch February 17, 2022 17:28
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.

None yet

2 participants