Re: [GHC] #5313: wrong dylib name using GHC package

2011-07-14 Thread GHC
#5313: wrong dylib name using GHC package
-+--
Reporter:  mwotton   |Owner:   
Type:  bug   |   Status:  merge
Priority:  high  |Milestone:  7.2.1
   Component:  GHC API   |  Version:  7.0.3
Keywords:| Testcase:  driver/5313  
   Blockedby:|   Difficulty:   
  Os:  Linux | Blocking:   
Architecture:  Unknown/Multiple  |  Failure:  Runtime crash
-+--
Changes (by simonmar):

  * status:  new = merge
  * testcase:  = driver/5313


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5313#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] #5313: wrong dylib name using GHC package

2011-07-14 Thread GHC
#5313: wrong dylib name using GHC package
+---
  Reporter:  mwotton|  Owner:  
  Type:  bug| Status:  closed  
  Priority:  high   |  Milestone:  7.2.1   
 Component:  GHC API|Version:  7.0.3   
Resolution:  fixed  |   Keywords:  
  Testcase:  driver/5313|  Blockedby:  
Difficulty: | Os:  Linux   
  Blocking: |   Architecture:  Unknown/Multiple
   Failure:  Runtime crash  |  
+---
Changes (by igloo):

  * status:  merge = closed
  * resolution:  = fixed


Comment:

 Merged as changeset:7e567e09de253863d052b62742dd22da7bb06118

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5313#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] #5313: wrong dylib name using GHC package

2011-07-12 Thread GHC
#5313: wrong dylib name using GHC package
-+--
Reporter:  mwotton   |Owner:   
Type:  bug   |   Status:  new  
Priority:  high  |Milestone:  7.2.1
   Component:  GHC API   |  Version:  7.0.3
Keywords:| Testcase:   
   Blockedby:|   Difficulty:   
  Os:  Linux | Blocking:   
Architecture:  Unknown/Multiple  |  Failure:  Runtime crash
-+--

Comment(by marlowsd@…):

 commit aed43f7a1ed96277e9c14c6ef643eb134d5bf7f6
 Author: Simon Marlow marlo...@gmail.com
 Date:   Tue Jul 12 12:16:17 2011 +0100

 Fix DLL/SO loading (see #5313).

 The code in here is a bit of a mess.  I've fixed up some
 inconsistencies I can see, but it could do with an overhaul.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5313#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] #5313: wrong dylib name using GHC package

2011-07-11 Thread GHC
#5313: wrong dylib name using GHC package
-+--
Reporter:  mwotton   |   Owner:   
Type:  bug   |  Status:  new  
Priority:  normal|   Component:  GHC API  
 Version:  7.0.3 |Keywords:   
Testcase:|   Blockedby:   
  Os:  Linux |Blocking:   
Architecture:  Unknown/Multiple  | Failure:  Runtime crash
-+--

Comment(by mwotton):

 this is boiled down from using HINT -

 {{{
 import Language.Haskell.Interpreter

 main = runInterpreter (return ()) = print
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5313#comment:1
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] #5313: wrong dylib name using GHC package

2011-07-11 Thread GHC
#5313: wrong dylib name using GHC package
-+--
Reporter:  mwotton   |Owner:   
Type:  bug   |   Status:  new  
Priority:  high  |Milestone:  7.2.1
   Component:  GHC API   |  Version:  7.0.3
Keywords:| Testcase:   
   Blockedby:|   Difficulty:   
  Os:  Linux | Blocking:   
Architecture:  Unknown/Multiple  |  Failure:  Runtime crash
-+--
Changes (by simonmar):

  * priority:  normal = high
  * milestone:  = 7.2.1


Comment:

 We ought to make the GHC API work with `-dynamic`, even if it fails
 horribly when some packages or modules are not compiled with `-dynamic`.

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