Re: [GHC] #2134: Intermittent file locking bug in installPackage.hs

2008-04-27 Thread GHC
#2134: Intermittent file locking bug in installPackage.hs
---+
 Reporter:  gw |  Owner: 
 Type:  bug| Status:  new
 Priority:  normal |  Milestone:  6.8.3  
Component:  libraries (other)  |Version:  6.8.2  
 Severity:  normal | Resolution: 
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase: |   Architecture:  Unknown
   Os:  Unknown|  
---+
Changes (by igloo):

 * cc: [EMAIL PROTECTED] (added)

Comment:

 It looks like we need to merge
 {{{
 [fix 'clean' bug on windows caused by leaked Handle.
 Andrea Vezzosi [EMAIL PROTECTED]**20080318161237
  Using readFile to read dist/setup-config keeps the Handle open when we
 try to delete the file, causing an error.
  So we instead read the file strictly and close the Handle early.
 }}}
 but I'm not sure which Cabal repo it should be merged into. Duncan?

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


Re: [GHC] #2129: runInteractiveCommand/Process docs don't mention if handles are text or binary

2008-04-27 Thread GHC
#2129: runInteractiveCommand/Process docs don't mention if handles are text or
binary
---+
 Reporter:  duncan |  Owner:  igloo  
 Type:  bug| Status:  new
 Priority:  normal |  Milestone:  6.8.3  
Component:  libraries/process  |Version:  6.8.2  
 Severity:  normal | Resolution: 
 Keywords: | Difficulty:  Unknown
 Testcase: |   Architecture:  x86
   Os:  Windows|  
---+
Changes (by igloo):

  * owner:  = igloo

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


Re: [GHC] #2036: Show for Double and Float doesn't use parenthesis for negative zero.

2008-04-27 Thread GHC
#2036: Show for Double and Float doesn't use parenthesis for negative zero.
-+--
 Reporter:  clanehin |  Owner:  igloo   
 Type:  bug  | Status:  new 
 Priority:  normal   |  Milestone:  6.8.3   
Component:  libraries/haskell98  |Version:  6.6.1   
 Severity:  minor| Resolution:  
 Keywords:   | Difficulty:  Unknown 
 Testcase:   |   Architecture:  Multiple
   Os:  Multiple |  
-+--
Changes (by igloo):

  * owner:  = igloo

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


Re: [GHC] #2025: supply a testsuite archive together with a source release (for ghc-6.8.3)

2008-04-27 Thread GHC
#2025: supply a testsuite archive together with a source release (for ghc-6.8.3)
-+--
 Reporter:  maeder   |  Owner: 
 Type:  feature request  | Status:  new
 Priority:  low  |  Milestone:  6.8.3  
Component:  Build System |Version:  6.8.2  
 Severity:  normal   | Resolution: 
 Keywords:   | Difficulty:  Easy (1 hr)
 Testcase:   |   Architecture:  Multiple   
   Os:  Multiple |  
-+--
Changes (by igloo):

  * priority:  normal = low

Comment:

 We'll do this just after the release.

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


Re: [GHC] #2052: hpc ignores files containing LINES pragmas that refer to .hsc files

2008-04-27 Thread GHC
#2052: hpc ignores files containing LINES pragmas that refer to .hsc files
---+
 Reporter:  dons   |  Owner:  AndyGill
 Type:  bug| Status:  assigned
 Priority:  normal |  Milestone:  6.8.3   
Component:  Code Coverage  |Version:  6.8.2   
 Severity:  normal | Resolution:  
 Keywords:  hpc, hsc2hs| Difficulty:  Unknown 
 Testcase: |   Architecture:  Multiple
   Os:  Multiple   |  
---+
Comment (by igloo):

 Hmm; you can generate the ticks and report percentages at least, I'd have
 thought? While this isn't ideal, it's better than nothing.

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


Re: [GHC] #2039: Using GHC 6.8.2 as a library does not work well under Windows in GHCi

2008-04-27 Thread GHC
#2039: Using GHC 6.8.2 as a library does not work well under Windows  in GHCi
--+-
 Reporter:  PVerswyvelen  |  Owner: 

 Type:  bug   | Status:  
new
 Priority:  lowest|  Milestone:  
6.8.3  
Component:  GHC API   |Version:  
6.8.2  
 Severity:  major | Resolution: 

 Keywords:  GHC API GHCi runtime linker duplicate symbol  | Difficulty:  
Unknown
 Testcase:|   Architecture:  
x86
   Os:  Windows   |  
--+-
Changes (by igloo):

  * priority:  normal = lowest

Comment:

 I can't reproduce this (with ghci or ghcii.sh, under cmd, msys or cygwin),
 e.g.:
 {{{
 $ ghcii.sh -package ghc q.hs
 GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 Loading package old-locale-1.0.0.0 ... linking ... done.
 Loading package old-time-1.0.0.0 ... linking ... done.
 Loading package filepath-1.1.0.0 ... linking ... done.
 Loading package directory-1.0.0.0 ... linking ... done.
 Loading package array-0.1.0.0 ... linking ... done.
 Loading package containers-0.1.0.1 ... linking ... done.
 Loading package hpc-0.5.0.0 ... linking ... done.
 Loading package bytestring-0.9.0.1 ... linking ... done.
 Loading package pretty-1.0.0.0 ... linking ... done.
 Loading package packedstring-0.1.0.0 ... linking ... done.
 Loading package template-haskell ... linking ... done.
 Loading package Win32-2.1.1.0 ... linking ... done.
 Loading package process-1.0.0.0 ... linking ... done.
 Loading package Cabal-1.2.3.0 ... linking ... done.
 Loading package random-1.0.0.0 ... linking ... done.
 Loading package haskell98 ... linking ... done.
 Loading package ghc-6.8.2 ... linking ... done.
 [1 of 1] Compiling Main ( q.hs, interpreted )
 Ok, modules loaded: Main.
 *Main main
 4
 *Main :q
 Leaving GHCi.
 }}}

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


Re: [GHC] #1944: round function causes cblas NaNs

2008-04-27 Thread GHC
#1944: round function causes cblas NaNs
---+
 Reporter:  SevenThunders  |  Owner: 
 Type:  bug| Status:  new
 Priority:  low|  Milestone:  6.8.3  
Component:  Compiler   |Version:  6.8.1  
 Severity:  critical   | Resolution: 
 Keywords: | Difficulty:  Unknown
 Testcase: |   Architecture:  x86
   Os:  Windows|  
---+
Changes (by igloo):

  * priority:  normal = low

Comment:

 We are unlikely to get to this in time for 6.8.3.

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


Re: [GHC] #1874: getDirectoryContents yields invalid argument instead of permission error

2008-04-27 Thread GHC
#1874: getDirectoryContents yields invalid argument instead of permission
error
--+-
 Reporter:  Orphi |  
Owner: 
 Type:  bug   | 
Status:  new
 Priority:  lowest|  
Milestone:  6.8.3  
Component:  libraries/directory   |
Version:  6.8.1  
 Severity:  normal| 
Resolution: 
 Keywords:| 
Difficulty:  Easy (1 hr)
 Testcase:  getDirectoryContents C:\\System Volume Information  |   
Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by igloo):

  * priority:  normal = lowest

Comment:

 I can't get any exception at all out of getDirectoryContents on Windows.
 {{{
 $ cat q.hs

 module Main (main) where

 import Control.Exception
 import Prelude hiding (catch)
 import System.Directory

 main :: IO ()
 main = do
   (readFile c:\\cygwin\\tmp\\ian\\noperm  return ()) `catch`
 print
   (getDirectoryContents c:\\cygwin\\tmp\\ian\\npd  return ())
 `catch` print
   putStrLn Foo
 }}}

 {{{
 $ ls -l
 total 643
 --  1 ian None  0 Apr 27 16:57 noperm
 d-+ 2 ian None  0 Apr 27 16:57 npd
 -rwxr-xr-x  1 ian None 644760 Apr 27 16:59 q.exe
 -rwxr-xr-x  1 ian None498 Apr 27 16:59 q.exe.manifest
 -rwxr-xr-x  1 ian None305 Apr 27 16:57 q.hi
 -rw-r--r--  1 ian None324 Apr 27 16:59 q.hs
 -rwxr-xr-x  1 ian None   5494 Apr 27 16:59 q.o
 }}}

 {{{
 $ ./q.exe
 c:\cygwin\tmp\ian\noperm: openFile: permission denied (Permission denied)
 Foo
 }}}
 Can anyone tell me how I can reproduce the problem please?

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


Re: [GHC] #1861: Uncompilable code generated

2008-04-27 Thread GHC
#1861: Uncompilable code generated
--+-
 Reporter:  guest |  Owner: 
 Type:  bug   | Status:  new
 Priority:  lowest|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.8.1  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  MacOS X   |  
--+-
Changes (by igloo):

  * priority:  normal = lowest

Comment:

 (waiting for response)

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


Re: [GHC] #1574: Broken link testing

2008-04-27 Thread GHC
#1574: Broken link testing
---+
 Reporter:  [EMAIL PROTECTED]  |  Owner:  igloo  
 Type:  feature request| Status:  new
 Priority:  normal |  Milestone:  6.10 branch
Component:  Documentation  |Version:  6.6.1  
 Severity:  normal | Resolution: 
 Keywords: | Difficulty:  Unknown
 Testcase: |   Architecture:  Unknown
   Os:  Unknown|  
---+
Changes (by igloo):

  * milestone:  6.8.3 = 6.10 branch

Comment:

 punting

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


Re: [GHC] #2223: Int64.toInteger

2008-04-27 Thread GHC
#2223: Int64.toInteger
+---
 Reporter:  gnezdo  |  Owner:  igloo  
 Type:  merge   | Status:  closed 
 Priority:  normal  |  Milestone:  6.8.3  
Component:  Runtime System  |Version:  6.8.2  
 Severity:  major   | Resolution:  fixed  
 Keywords:  | Difficulty:  Unknown
 Testcase:  arith011|   Architecture:  x86
   Os:  Linux   |  
+---
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Merged
 {{{
 Thu Apr 24 14:15:26 BST 2008  Ian Lynagh [EMAIL PROTECTED]
   * Fix int64ToInteger 0x on 32bit machine; trac #2223
   Patch from Mike Gunter.
 }}}

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


Re: [GHC] #2036: Show for Double and Float doesn't use parenthesis for negative zero.

2008-04-27 Thread GHC
#2036: Show for Double and Float doesn't use parenthesis for negative zero.
-+--
 Reporter:  clanehin |  Owner:  igloo   
 Type:  bug  | Status:  new 
 Priority:  normal   |  Milestone:  6.8.3   
Component:  libraries/haskell98  |Version:  6.6.1   
 Severity:  minor| Resolution:  
 Keywords:   | Difficulty:  Unknown 
 Testcase:   |   Architecture:  Multiple
   Os:  Multiple |  
-+--
Comment (by igloo):

 Fixed in HEAD and 6.8 branch:
 {{{
 Sun Apr 27 14:32:30 BST 2008  Ian Lynagh [EMAIL PROTECTED]
   * Just (-0/1) is now printed as Just (-0.0), not Just -0.0; trac #2036
 }}}

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


Re: [GHC] #2036: Show for Double and Float doesn't use parenthesis for negative zero.

2008-04-27 Thread GHC
#2036: Show for Double and Float doesn't use parenthesis for negative zero.
-+--
 Reporter:  clanehin |  Owner:  igloo   
 Type:  bug  | Status:  closed  
 Priority:  normal   |  Milestone:  6.8.3   
Component:  libraries/haskell98  |Version:  6.6.1   
 Severity:  minor| Resolution:  fixed   
 Keywords:   | Difficulty:  Unknown 
 Testcase:   |   Architecture:  Multiple
   Os:  Multiple |  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

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


Re: [GHC] #2129: runInteractiveCommand/Process docs don't mention if handles are text or binary

2008-04-27 Thread GHC
#2129: runInteractiveCommand/Process docs don't mention if handles are text or
binary
---+
 Reporter:  duncan |  Owner:  igloo  
 Type:  bug| Status:  closed 
 Priority:  normal |  Milestone:  6.8.3  
Component:  libraries/process  |Version:  6.8.2  
 Severity:  normal | Resolution:  fixed  
 Keywords: | Difficulty:  Unknown
 Testcase: |   Architecture:  x86
   Os:  Windows|  
---+
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Fixed in HEAD and 6.8 branch by
 {{{
 Sun Apr 27 12:16:38 BST 2008  Ian Lynagh [EMAIL PROTECTED]
   * Improve docs; fixes trac #2129.
   In haddock docs, say that runInteractiveCommand and
 runInteractiveProcess
   return handles in binary mode, and that hSetBinaryMode should be used if
   you need text mode.

 Sun Apr 27 14:08:55 BST 2008  Ian Lynagh [EMAIL PROTECTED]
   * Wibble imports
   Haddock can now see hSetBinaryMode, so can make a link to it.
 }}}

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


Re: [GHC] #2199: th32SnapEnumProcesses in System.Win32.Process prints debugging information to stdout

2008-04-27 Thread GHC
#2199: th32SnapEnumProcesses in System.Win32.Process prints debugging 
information
to stdout
---+
 Reporter:  guest  |  Owner:  igloo  
 Type:  merge  | Status:  closed 
 Priority:  normal |  Milestone:  6.8.3  
Component:  Compiler   |Version:  6.8.2  
 Severity:  normal | Resolution:  fixed  
 Keywords:  th32SnapEnumProcesses  | Difficulty:  Unknown
 Testcase: |   Architecture:  Unknown
   Os:  Windows|  
---+
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Merged

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


[GHC] #2244: load in GHCi doesn't work with UTF-8 filenames

2008-04-27 Thread GHC
#2244: load in GHCi doesn't work with UTF-8 filenames
-+--
Reporter:  malebria  |   Owner: 
Type:  bug   |  Status:  new
Priority:  normal|   Component:  GHCi   
 Version:  6.8.2 |Severity:  minor  
Keywords:|Testcase: 
Architecture:  Unknown   |  Os:  Unknown
-+--
 When I try to load a file with a UTF-8 character, I got:

 Prelude :load Público/codigo/haskell/Hora.hs

 no location info: can't find file: P�blico/codigo/haskell/Hora.hs

 With the command line it goes fine:

 [EMAIL PROTECTED]:~$ ghci Público/codigo/haskell/Hora.hs
 GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 [1 of 1] Compiling Hora ( Público/codigo/haskell/Hora.hs,
 interpreted )

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


Re: [GHC] #2012: compiling via-C does not work on ppc

2008-04-27 Thread GHC
#2012: compiling via-C does not work on ppc
--+-
 Reporter:  maeder|  Owner: 
 Type:  bug   | Status:  new
 Priority:  low   |  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.8.2  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  powerpc
   Os:  MacOS X   |  
--+-
Changes (by igloo):

  * priority:  normal = low

Comment:

 We are unlikely to get to this for 6.8.3.

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


Re: [GHC] #1962: make binary-dist creates nested directories under solaris

2008-04-27 Thread GHC
#1962: make binary-dist creates nested directories under solaris
--+-
 Reporter:  maeder|  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.10 branch
Component:  Build System  |Version:  6.8.1  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Solaris   |  
--+-
Changes (by igloo):

  * milestone:  6.8.3 = 6.10 branch

Comment:

 This doesn't actually cause any real problems, so I'm punting on it.

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


Re: [GHC] #2013: ghci crash on startup: R_X86_64_32S relocation out of range.

2008-04-27 Thread GHC
#2013: ghci crash on startup: R_X86_64_32S relocation out of range.
-+--
 Reporter:  mboes|  Owner:  simonmar  
 Type:  bug  | Status:  new   
 Priority:  normal   |  Milestone:  6.8.3 
Component:  GHCi |Version:  6.9   
 Severity:  normal   | Resolution:
 Keywords:   | Difficulty:  Unknown   
 Testcase:   |   Architecture:  x86_64 (amd64)
   Os:  FreeBSD  |  
-+--
Changes (by igloo):

  * owner:  = simonmar

Comment:

 Simon, what's the status of this? Should we apply the patch for 6.8.3?

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


Re: [GHC] #2134: Intermittent file locking bug in installPackage.hs

2008-04-27 Thread GHC
#2134: Intermittent file locking bug in installPackage.hs
---+
 Reporter:  gw |  Owner:  duncan 
 Type:  bug| Status:  new
 Priority:  normal |  Milestone:  6.8.3  
Component:  libraries (other)  |Version:  6.8.2  
 Severity:  normal | Resolution: 
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase: |   Architecture:  Unknown
   Os:  Unknown|  
---+
Changes (by duncan):

  * owner:  = duncan

Comment:

 Yep, to cabal-branches/cabal-1.2

 We'll make a point release on that branch for ghc-6.8.3, probably 1.2.3.1
 since we do not expect to push any patches that involve API changes.

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


Re: [GHC] #2184: if findExecutable finds a file that matchs the argument, check if it is an executable

2008-04-27 Thread GHC
#2184: if findExecutable finds a file that matchs the argument, check if it is 
an
executable
-+--
 Reporter:  iago |  Owner: 
 Type:  bug  | Status:  new
 Priority:  normal   |  Milestone:  6.10 branch
Component:  libraries/directory  |Version:  6.8.2  
 Severity:  normal   | Resolution: 
 Keywords:  findExecutable check executable  | Difficulty:  Unknown
 Testcase:   |   Architecture:  x86
   Os:  Linux|  
-+--
Changes (by igloo):

  * milestone:  6.8.3 = 6.10 branch

Comment:

 Hmm, the system function that we use on Windows returns the first path,
 regardless of whether or not it is executable. I think we should punt on
 this for now, and revisit it or 6.10.

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


Re: [GHC] #2069: GHC crashes when both -shared and --make flags are specified

2008-04-27 Thread GHC
#2069: GHC crashes when both -shared and --make flags are specified
+---
 Reporter:  bchallenor  |  Owner: 
 Type:  bug | Status:  closed 
 Priority:  normal  |  Milestone:  6.8.3  
Component:  Compiler|Version:  6.8.1  
 Severity:  normal  | Resolution:  fixed  
 Keywords:  | Difficulty:  Unknown
 Testcase:  |   Architecture:  x86
   Os:  Windows |  
+---
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 It was already fixed in the HEAD. I've now also fixed it in the 6.8
 branch.

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


Re: [GHC] #2217: :list command missing from help

2008-04-27 Thread GHC
#2217: :list command missing from help
-+--
 Reporter:  mrijn|  Owner: 
 Type:  bug  | Status:  closed 
 Priority:  normal   |  Milestone:  6.8.3  
Component:  GHCi |Version:  6.8.2  
 Severity:  trivial  | Resolution:  fixed  
 Keywords:   | Difficulty:  Unknown
 Testcase:   |   Architecture:  x86
   Os:  MacOS X  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Fixed in HEAD and 6.8 branch
 {{{
 Sun Apr 27 12:00:49 PDT 2008  Ian Lynagh [EMAIL PROTECTED]
   * Add :list to ghci's :? help; fixes trac #2217
 }}}

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


Re: [GHC] #2134: Intermittent file locking bug in installPackage.hs

2008-04-27 Thread GHC
#2134: Intermittent file locking bug in installPackage.hs
---+
 Reporter:  gw |  Owner:  duncan 
 Type:  bug| Status:  closed 
 Priority:  normal |  Milestone:  6.8.3  
Component:  libraries (other)  |Version:  6.8.2  
 Severity:  normal | Resolution:  fixed  
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase: |   Architecture:  Unknown
   Os:  Unknown|  
---+
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 OK, I've merged the patch.

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


Re: [GHC] #2093: getSymbolicLinkStatus (and possibly other functions) broken on systems with large file system support

2008-04-27 Thread GHC
#2093: getSymbolicLinkStatus (and possibly other functions) broken on systems 
with
large file system support
+---
 Reporter:  JeremyShaw  |  Owner: 
 Type:  bug | Status:  closed 
 Priority:  normal  |  Milestone:  6.8.3  
Component:  libraries/unix  |Version:  6.8.2  
 Severity:  major   | Resolution:  fixed  
 Keywords:  | Difficulty:  Unknown
 Testcase:  |   Architecture:  x86
   Os:  Linux   |  
+---
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Thanks for the patch! I've applied it to HEAD and 6.8 branch.

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


Re: [GHC] #1944: round function causes cblas NaNs

2008-04-27 Thread GHC
#1944: round function causes cblas NaNs
---+
 Reporter:  SevenThunders  |  Owner: 
 Type:  bug| Status:  new
 Priority:  low|  Milestone:  6.8.3  
Component:  Compiler   |Version:  6.8.1  
 Severity:  critical   | Resolution: 
 Keywords: | Difficulty:  Unknown
 Testcase: |   Architecture:  x86
   Os:  Windows|  
---+
Comment (by SevenThunders):

 Sorry to hear that it gets low priority. Especially since it basically
 implies that you can not link to external math libraries safely in 6.8.2
 and above on windows at least. If I have time I will try to get a test
 case that shows the bug with amd's acml library.

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


Re: [GHC] #2228: runghc screws up terminal buffering mode and doesn't reset it

2008-04-27 Thread GHC
#2228: runghc screws up terminal buffering mode and doesn't reset it
+---
 Reporter:  guest   |  Owner:  
 Type:  bug | Status:  new 
 Priority:  normal  |  Milestone:  6.8.3   
Component:  GHCi|Version:  6.8.2   
 Severity:  major   | Resolution:  
 Keywords:  | Difficulty:  Unknown 
 Testcase:  |   Architecture:  Multiple
   Os:  Linux   |  
+---
Changes (by andersk):

  * architecture:  x86_64 (amd64) = Multiple

Comment:

 [I'm the original reporter.]

 Are you sure they're the same?  I've reproduced this on hardy's
 6.8.2-2ubuntu1, sid's 6.8.2-4, and a hand-compiled 6.8.2 on etch and
 RHEL4, on amd64 and i386, from both gnome-terminal and the Linux console,
 and I've had friends reproduce it as well.  After stopping runghc cat.hs
 with ^C, the difference I see in the stty -a output is that icanon changes
 to -icanon (which might be easy to miss visually?).

 With 6.6.1, I see the same double echo, raw controls behavior while runghc
 cat.hs is running, but everything is correctly reset when it is stopped.

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