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

Possible fix for #1111 #1173

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

roya1v
Copy link

@roya1v roya1v commented Jul 16, 2024

This is should fix #1111 . I had the same issue where the select in cops would have multiple matching conditions, which I think isn't something wrong. So in here I changed the code so it generates separate selects for each option.

I'm not completely happy with the implementation and I still have to fix the tests probably, but please tell me if you think I'm going in a completely wrong direction

@roya1v roya1v changed the title Possible Progress fix for #1111 Possible fix for #1111 Jul 16, 2024
@cgrindel
Copy link
Owner

Instead of creating a separate to_multiple_starlark() function, can we integrate this logic into the existing to_starlark()?

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.

Ambiguous copt in release mode
2 participants