Msys2 64: progress
lonetiger at gmail.com
lonetiger at gmail.com
Thu Jun 30 09:12:14 UTC 2016
Hi Simon,
Could you try with python2 instead? (If it’s installed I think the testsuite would pick it up automatically).
Python3 is marked as experimental in the testsuite
PYTHON3 = sys.version_info >= (3, 0)
if PYTHON3:
print("*** WARNING: running testsuite using Python 3.\n"
"*** Python 3 support is experimental. See Trac #9184.")
And based on that trac, it routinely breaks..
Regards,
Tamar
From: Simon Peyton Jones
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20160630/1a437545/attachment.html>
More information about the ghc-devs
mailing list