You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Isn't it better for the library to work on the main release rather than the development version? Alternatively the makefile could be a bit smarter and check which version of Agda is installed
93d7f41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This causes trouble on
2.6.2
:Isn't it better for the library to work on the main release rather than the development version? Alternatively the makefile could be a bit smarter and check which version of Agda is installed
93d7f41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, when I saw the tests passing on the PR I assumed the flag was going to be fine on 2.6.2, but actually the workflow sets its own flags.
Maybe
make
should run without-W error
whilemake check
would be stricter with-W error
.So that random users coming in with agda/master won't complain that
make
errors out for them.93d7f41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! Can you make a PR?