#3843: Merge plugins into HEAD
---------------------------------+------------------------------------------
    Reporter:  dreixel           |        Owner:  simonpj     
        Type:  task              |       Status:  new         
    Priority:  normal            |    Milestone:  7.2.1       
   Component:  Compiler          |      Version:  6.13        
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by thoughtpolice):

 Sorry for the delay. I have some manual changes sitting on my machine at
 home. When I get the chance later I'll make sure there aren't any
 atrocious typos or weirdness in the HTML output, and put a branch on
 github. I'll follow up with a few tests.

 Replying to [comment:28 batterseapower]:
 > I had to change the flags to "-fplugin Mod" and "-fplugin-arg Mod:foo-
 bar" - i.e. with a manifest space between the -f bit and the actual
 argument. This is because -fplugin-arg=Mod:foo-bar was being parsed as a
 plugin whose module name was literally -arg=Mod:foo-bar.
 >
 > Furthermore, my supercompilation plugin dies with a panic about static
 flags on OS X, which makes me suspect that there are still linking issues
 to be resolved before plugins will work properly.. I'm about to experiment
 with this, stay tuned.

 I can look into this later tonight when I get home if you'd like (if it's
 easily reproducible.) Is this a 32bit GHC or 64bit, out of curiosity? (I
 use the 64bit build typically.) I ran into linker issues a few months ago
 that ended up mysteriously going away after updating my tree at one point,
 so it's possible other interim changes have borked things a little.

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