#1560: Windows CreateProcess quotes bug; make re-executing itself fails
----------------------------------+-----------------------------------------
    Reporter:  igloo              |        Owner:         
        Type:  bug                |       Status:  closed 
    Priority:  high               |    Milestone:  6.8    
   Component:  libraries (other)  |      Version:  6.6.1  
    Severity:  normal             |   Resolution:  fixed  
    Keywords:                     |   Difficulty:  Unknown
          Os:  Windows            |     Testcase:         
Architecture:  Unknown            |  
----------------------------------+-----------------------------------------
Changes (by simonmar):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Fixed (or at least worked around), by:

 {{{
 Mon Jul 30 06:43:46 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * FIX #1559, #1560.  Rearrange the way we do ifBuildable...
   ifBuildable now returns an exit code, with 1 indicating an unbuildable
   non-core package, and 0 otherwise.  Hence we can now invoke the
   recursive make from the shell, sidestepping the problems in #1559 and
   #1560.
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1560>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to