Re: [GHC] #781: GHCi on x86_64, cannot link to static data in shared libs

2010-06-18 Thread GHC
#781: GHCi on x86_64, cannot link to static data in shared libs
---+
  Reporter:  guest |  Owner:
  Type:  bug   | Status:  new   
  Priority:  high  |  Milestone:  6.14.1
 Component:  Compiler  |Version:  6.5   
Resolution:|   Keywords:  getEnvironment
Difficulty:  Unknown   | Os:  Linux 
  Testcase:  getEnvironment01  |   Architecture:  x86_64 (amd64)
   Failure:  GHCi crash|  
---+
Changes (by simonmar):

  * status:  closed = new
  * resolution:  fixed =


Comment:

 Replying to [comment:10 igloo]:
  The session in the description now works, and `getEnvironment01` passes
 all ways, on amd64/Linux.

 This bug definitely still exists.  Perhaps this particular test case
 doesn't trigger it any more?

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/781#comment:11
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] #4141: Inconsistant .hi or .hi-boot compilation error

2010-06-18 Thread GHC
#4141: Inconsistant .hi or .hi-boot compilation error
+---
Reporter:  odj  |   Owner:  
Type:  bug  |  Status:  new 
Priority:  normal   |   Component:  Compiler
 Version:  6.12.1   |Keywords:  
  Os:  MacOS X  |Testcase:  
Architecture:  x86  | Failure:  None/Unknown
+---
 I get the following message from GHC and GHCI when compiling.  I am using
 -boot import for several modules in this project.  Things work fine until
 I tried calling a record syntax generated function.  All my own function
 declarations seem to work OK.

 Ouch/Structure/Bond.hs:69:85:
 Can't find interface-file declaration for variable markerSet
   Probable cause: bug in .hi-boot file, or inconsistent .hi file
   Use -ddump-if-trace to get an idea of which file caused the error
 In the second argument of `union', namely `(markerSet atom)'
 In the second argument of `($)', namely
 `union (singleton $ Label 0) (markerSet atom)'
 In the second argument of `($)', namely
 `findMax $ union (singleton $ Label 0) (markerSet atom)'

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4141
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] #2357: Implement the Haskell' proposal for polymorphic pattern bindings

2010-06-18 Thread GHC
#2357: Implement the Haskell' proposal for polymorphic pattern bindings
+---
Reporter:  simonmar |Owner:  
Type:  task |   Status:  new 
Priority:  normal   |Milestone:  6.14.1  
   Component:  Compiler (Type checker)  |  Version:  6.8.2   
Keywords:   |   Difficulty:  Unknown 
  Os:  Unknown/Multiple | Testcase:  
Architecture:  Unknown/Multiple |  Failure:  None/Unknown
+---
Changes (by simonmar):

  * failure:  = None/Unknown
  * milestone:  6.12.3 = 6.14.1


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


[GHC] #4142: directory fails to upgrade/build

2010-06-18 Thread GHC
#4142: directory fails to upgrade/build
---+
Reporter:  daniel4277  |   Owner: 
Type:  bug |  Status:  new
Priority:  normal  |   Component:  libraries/directory
 Version:  6.12.1  |Keywords:  directory  
  Os:  Windows |Testcase: 
Architecture:  x86_64 (amd64)  | Failure:  Other  
---+
 In a ghci session on a Windows 7 system, I tried to install a package
 depending on directory-1.0.1.1 package, no success. So I tried to install
 only directory with module System.Cmd loaded:

 rawSystem cabal [upgrade, directory, -v3, --user, --build-
 log=d:/temp/log/build-$$pkgid-$$compiler.log]

 I attached the logs, one for cygwin binaries additionally on search path
 only and the other for msys binaries additionally on search path only.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4142
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] #1789: New warning: missing import lists

2010-06-18 Thread GHC
#1789: New warning: missing import lists
-+--
Reporter:  simonmar  |Owner:  igloo 
Type:  task  |   Status:  new   
Priority:  normal|Milestone:  _|_   
   Component:  Compiler  |  Version:  6.6.1 
Keywords:|   Difficulty:  Moderate (less than a day)
  Os:  Unknown/Multiple  | Testcase:
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown  
-+--
Changes (by SamAnklesaria):

  * owner:  SamAnklesaria = igloo


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1789#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] #4029: ghci leaks memory when loading a file

2010-06-18 Thread GHC
#4029: ghci leaks memory when loading a file
---+
  Reporter:  blarsen   |  Owner:  
  Type:  bug   | Status:  new 
  Priority:  high  |  Milestone:  6.12.3  
 Component:  GHCi  |Version:  
Resolution:|   Keywords:  memory leak 
Difficulty:| Os:  Unknown/Multiple
  Testcase:|   Architecture:  Unknown/Multiple
   Failure:  Compile-time performance bug  |  
---+
Changes (by blarsen):

  * owner:  simonmar =
  * status:  closed = new
  * resolution:  fixed =


Comment:

 Is this fix supposed to be included in 6.12.3?  I still observe the ghci
 memory leaks with 6.12.3.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4029#comment:8
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] #2362: allow full import syntax in GHCi

2010-06-18 Thread GHC
#2362: allow full import syntax in GHCi
-+--
Reporter:  Isaac Dupree  |Owner:  SamAnklesaria
Type:  feature request   |   Status:  new  
Priority:  high  |Milestone:  6.14.1   
   Component:  Compiler  |  Version:  6.8.2
Keywords:  ghci, import  |   Difficulty:  Unknown  
  Os:  Unknown/Multiple  | Testcase:   
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown 
-+--
Changes (by SamAnklesaria):

  * owner:  = SamAnklesaria


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