Re: [pypy-dev] minor question about configure.Works()

2015-01-03 Thread Matti Picus
No, I actually meant ctypes_configure/configure.py, as modified changed it on the quieter-translation branch. But now that you mention it we do not need two implementations of Works() ... Matti On 02/01/15 17:29, Armin Rigo wrote: Hi Matti, Do you mean ./rtyper/tool/rffi_platform.py, class Wor

Re: [pypy-dev] minor question about configure.Works()

2015-01-02 Thread Armin Rigo
Hi Matti, Do you mean ./rtyper/tool/rffi_platform.py, class Works? A bientôt, Armin. ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] minor question about configure.Works()

2015-01-02 Thread Matti Picus
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 any