-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Silence ptr->int conversion warning in dump.c #11724
Conversation
Related #11363 |
one downside is that it did make the build less monotonous. we could add "witty compiling hints" like in the old maxis games |
Thanks for finding that. I did a search for that warning, but forget to remove the "issue" tag. |
"frobbing method tables...", "randomizing line numbers...", "computing type of the empty array..." sorry, I need coffee |
I think we should occasionally display messages like "repartitioning your hard drive, please wait...", chosen at random from a pool. We could have JSoC projects to come up with other good messages. |
Sadly, we killed our wiki some time ago (for valid reasons), so there's no natural place to collect these. "reticulating syntax..." |
lgtm. thanks for doing this. |
PyPy prints ASCII art fractals while building. |
"Cryptolocker installation beginning now" |
@StefanKarpinski and that's the PyPy FAQ I linked above. |
"Reticulating splines" was always my favourite |
Drawing a julia set seems appropriate (if a rip off of pypy). |
I'm not entirely confident that this isn't warning us about a potential problem that needs a different fix, but FWIW this suppresses these longstanding warnings:
on my system. CC @vtjnash.