#2248: .exe extension missing when compiling a file ending in dot + digits + dot
hs
----------------------+-----------------------------------------------------
 Reporter:  oboudry   |          Owner:             
     Type:  bug       |         Status:  new        
 Priority:  normal    |      Milestone:  6.10 branch
Component:  Compiler  |        Version:  6.8.2      
 Severity:  minor     |     Resolution:             
 Keywords:            |     Difficulty:  Unknown    
 Testcase:            |   Architecture:  x86        
       Os:  Windows   |  
----------------------+-----------------------------------------------------
Changes (by igloo):

  * difficulty:  => Unknown
  * milestone:  => 6.10 branch

Comment:

 What we currently do is to add a `.exe` extension if there is no extension
 already. In your examples you already have an extension (`.0` or `.012`).

 The code is trivial to change, it's just a question of what behaviour we
 want. If we do change the behaviour, what extensions should mean that we
 don't add `.exe`? Obviously `.exe` should, but what about, e.g., `.scr`?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2248#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to