
#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 thoughtpolice): You need at least Python 2.5 for the `with` statement. However, I believe we could get around this for Python 2.4 by saying something like: {{{ from __future__ import with_statement }}} which will then let you use `with` successfully (and be ignored on later versions.) Can you confirm if this works if you modify the testsuite driver, Kazu? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8205#comment:32 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler