-
Notifications
You must be signed in to change notification settings - Fork 84
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
Remove warnings #720
Remove warnings #720
Conversation
There's still a bit of an issue with check_todos https://github.com/MetaCoq/metacoq/runs/7077275174?check_suite_focus=true#step:4:7 |
Thanks! I think I fixed this now. I'm a bit unsure yet how to include the checktodos. Ideally I'd like a 4th CI target which checks todos and fails if there are some, but does not affect the overall CI state of the PR. But I don't think GH actions allows such fine-grained notions |
I tried something, let's see |
Also |
Yes, seems like a thorny issue this allow-failure: actions/runner#2347 |
Fixed! I used |
Having to click is fine I think |
One more try: I have a separate job which fails if there are todos, but the others are not aborted. This way the whole PR becomes red, but we can still inspect whether it compiles or not. I guess we never want to merge something with |
Do we like this? #722 |
I like it as in actions/toolkit#722 |
Then you can merge this PR here |
* remove warnings * remove warnings and remove axion on eta expansion * fix build.yml * fix build.yml * fix compilation * use bash for checktodos.sh * always run CI even if there are todos * improve output * Set Warnings * separate todo job
* remove warnings * remove warnings and remove axion on eta expansion * fix build.yml * fix build.yml * fix compilation * use bash for checktodos.sh * always run CI even if there are todos * improve output * Set Warnings * separate todo job
* remove warnings * remove warnings and remove axion on eta expansion * fix build.yml * fix build.yml * fix compilation * use bash for checktodos.sh * always run CI even if there are todos * improve output * Set Warnings * separate todo job
No description provided.