[GHC] #8639: GHC API `runStmt` overrides qualified import of `it` variable
GHC
ghc-devs at haskell.org
Fri Jan 3 15:13:31 UTC 2014
#8639: GHC API `runStmt` overrides qualified import of `it` variable
-------------------------------------+------------------------------------
Reporter: agibiansky | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHC API | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by simonpj):
Turns out that you need also
{{{
runStmt "hFlush stdout" RunToCompletion
}}}
to make the output appear when redirecting. Weird.
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8639#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list