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

Hide fixities where they are ambiguous to silence Idris 2 v0.7.0 compiler warnings. #24

Merged
merged 3 commits into from
Dec 24, 2023

Conversation

mattpolzin
Copy link
Contributor

@mattpolzin mattpolzin commented Dec 23, 2023

All of these fixities were off by 1 as far as precedence so without giving it too much thought I hid the ones coming from Builtin.

I also hide some ambiguous fixities in test source files and those I would say are actually indicative of a needed change to Collie which happens to export the same operator with the same or different fixities from multiple modules. I'm quite sure the desired way to address this is not have the downstream project hide 2 of 3 fixities, but I did that here in this PR nonetheless for now.

@gallais gallais merged commit e496277 into ohad:main Dec 24, 2023
1 check passed
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