#7419: "hpc markup" should accept multiple .mix file search paths
-----------------------------+----------------------------------------------
Reporter:  ttuegel           |          Owner:                  
    Type:  feature request   |         Status:  patch           
Priority:  normal            |      Component:  Compiler        
 Version:  7.6.1             |       Keywords:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown      |      Blockedby:                  
Blocking:                    |        Related:                  
-----------------------------+----------------------------------------------
Changes (by tibbe):

 * cc: johan.tibell@… (added)


Comment:

 One question:

 {{{
 (\ a f -> f { hpcDirs = hpcDirs f ++ [a] })
 }}}

 Is there an implied search order here, if the same info could be found in
 multiple directories? If I do

 {{{
 hpc --hpc-dir=A --hpc-dir=B
 }}}

 Which one takes precedence? Which one should take precedence? I guess we
 should mimic e.g. how GHC treats multiple `-i` flags.

 Patch looks good otherwise.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7419#comment:2>
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