-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Add PonyCheck to standard library #4034
Conversation
2ab93a7
to
fce2715
Compare
This needs the PonyTest change to made first (and then this gets rebased). And there's a bug in LLVM IR creation that is causing the --verify for standard library to fail. That has to be addressed and this will again need to be rebased. |
Ive updated this to work with PonyTest pre name change, I'll get this merged then update the ponytest name to change the required ponycheck bits. |
d49828f
to
02daab5
Compare
We are getting OOM killed on the aarch64 Linux glibc graviton instance while building the standard library tests. |
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.
A non-extensive list of public-facing documentation changes.
@EpicEric I got all those merged. phew. what an awful ui. |
I'll give a more thorough review later. If there are several changes I'll commit directly per your suggestion. |
aa2adfd
to
1f3bd17
Compare
I rebased this against |
@EpicEric let me know when you are feeling good with your edits. |
When @EpicEric signs off, I'll merge this and then rebase the ponytest rename branch against this and update the ponytest usage here to match that forthcoming change. |
Closes #4029