-
Notifications
You must be signed in to change notification settings - Fork 210
chore: create a FormalConjecturesTest library #1581
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
base: main
Are you sure you want to change the base?
Conversation
YaelDillies
left a comment
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.
Are you intending this new library to allow warnings?
@YaelDillies Allowing warnings seems reasonable to me - what do you think? |
|
I was hoping we would instead remove them with |
Sounds reasonable. I've turned off sorry warnings - are there any other options I should turn off? |
|
Wait, why would you turn off sorry warnings here? Will this library use sorry outside out tests (where they should be caught by |
|
I think it's reasonable to turn sorry warnings off in tests with |
|
Can you fix the conflicts? |
This PR sets up a separate test library with tests for definitions and some of the metaprograms from
FormalConjectures/Util. The intent here is to have a slightly clearer repo structure.