[GHC] #8205: the 'impossible' happened : expectJust block_order
GHC
ghc-devs at haskell.org
Sat Sep 21 03:44:44 CEST 2013
#8205: the 'impossible' happened : expectJust block_order
----------------------------------------+----------------------------------
Reporter: erikd | Owner: jstolarek
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Building GHC failed | Unknown/Multiple
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets:
----------------------------------------+----------------------------------
Comment (by monoidal):
Python 2.4 doesn't support "with", even with the `__future__` import. The
`__future__` statement is needed in Python 2.5 and already present in the
script.
I highly recommend updating Python, version 2.4 has over five years and
possibly has security issues. It should be possible to get rid of "with"
and replace it with call to acquire/release but there're probably other
obstacles to running the script.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8205#comment:33>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list