Matti _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev
if Works() fails, it currently prints the compiler error to stderr. This
is confusing since the error has no context to determine if the "fatal
error" reported during translation is actually important or not. I
started a "quieter-translation" branch where I silenced the error
entirely, does anyone have opinions one way or another?
- [pypy-dev] minor question about configure.Works() Matti Picus