GHC | 1 Mar 2007 05:41
Favicon

[GHC] #1184: Hasktags misses symbol

#1184: Hasktags misses symbol
------------------------+---------------------------------------------------
    Reporter:  newsham  |       Owner:         
        Type:  bug      |      Status:  new    
    Priority:  normal   |   Milestone:         
   Component:  None     |     Version:  6.6    
    Severity:  normal   |    Keywords:         
  Difficulty:  Unknown  |    Testcase:         
Architecture:  Unknown  |          Os:  Windows
------------------------+---------------------------------------------------
(not sure I filed this bug appropriately.  I belive hasktags came as part
 of the ghc-6.6 binary package.  Please advise if there's a better place)

 Hasktags is missing an obvious symbol.

 $ darcs get --partial http://happs.org/HAppS


 $ cd HAppS/src

 $ hasktags -c `find . -name '*.hs' |grep -v _darcs`

 $ grep boolM                                            # <- not found

 $ grep boolM `find . -name '*.hs' |grep -v _darcs`      # <- found

-- 
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/1184>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
(Continue reading)

GHC | 1 Mar 2007 06:05
Favicon

Re: [GHC] #1184: Hasktags misses symbol

#1184: Hasktags misses symbol
---------------------+------------------------------------------------------
 Reporter:  newsham  |          Owner:         
     Type:  bug      |         Status:  new    
 Priority:  normal   |      Milestone:         
Component:  None     |        Version:  6.6    
 Severity:  normal   |     Resolution:         
 Keywords:           |     Difficulty:  Unknown
 Testcase:           |   Architecture:  Unknown
       Os:  Windows  |  
---------------------+------------------------------------------------------
Comment (by newsham <at> lava.net):

 should be "grep boolM tags".  Also backticks around the "find .. grep"
 clause which are being interpretted as wiki formatting I guess.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1184>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC | 1 Mar 2007 12:49
Favicon

Re: [GHC] #1176: Infinite loop when printing error message

#1176: Infinite loop when printing error message
---------------------------------------+------------------------------------
 Reporter:  Paul_Berry <at> alumni.hmc.edu  |          Owner:          
     Type:  bug                        |         Status:  new     
 Priority:  low                        |      Milestone:  _|_     
Component:  Compiler                   |        Version:  6.6     
 Severity:  normal                     |     Resolution:          
 Keywords:                             |     Difficulty:  Unknown 
 Testcase:  tcfail177                  |   Architecture:  Multiple
       Os:  Multiple                   |  
---------------------------------------+------------------------------------
Changes (by simonpj):

  * milestone:  => _|_
  * priority:  normal => low
  * testcase:  => tcfail177

Comment:

 This is a bug in the pretty-printer.  Here's a much smaller program that
 demonstrates the problem:
 {{{
 module Foo5 where

 -- The more infix ops we have, the worse fsep works

 allTests :: Bool
 allTests :: Bool
 allTests = foo
            [a ~?= b
(Continue reading)

GHC | 1 Mar 2007 12:49
Favicon

Re: [GHC] #669: negative indentation in Text.PrettyPrint.HughesPJ

#669: negative indentation in  Text.PrettyPrint.HughesPJ
------------------------------------------+---------------------------------
 Reporter:  waldmann <at> imn.htwk-leipzig.de  |          Owner:         
     Type:  bug                           |         Status:  new    
 Priority:  normal                        |      Milestone:  6.8    
Component:  hslibs/text                   |        Version:  6.4.1  
 Severity:  minor                         |     Resolution:         
 Keywords:                                |     Difficulty:  Unknown
 Testcase:                                |   Architecture:  Unknown
       Os:  Unknown                       |  
------------------------------------------+---------------------------------
Comment (by simonpj):

 See #1176 for another example of negative indentation happening in GHC's
 version of this library.

 It would be great if someone would fix this libarary!  And when they do,
 propagate the fixes to GHC's Pretty module.

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/669>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
(Continue reading)

GHC | 1 Mar 2007 15:19
Favicon

Re: [GHC] #1176: Infinite loop when printing error message

#1176: Infinite loop when printing error message
---------------------------------------+------------------------------------
 Reporter:  Paul_Berry <at> alumni.hmc.edu  |          Owner:          
     Type:  bug                        |         Status:  new     
 Priority:  low                        |      Milestone:  _|_     
Component:  Compiler                   |        Version:  6.6     
 Severity:  normal                     |     Resolution:          
 Keywords:                             |     Difficulty:  Unknown 
 Testcase:  tcfail177                  |   Architecture:  Multiple
       Os:  Multiple                   |  
---------------------------------------+------------------------------------
Comment (by igloo):

 I've merged the fix, but I'm going to leave the bug open as the underlying
 problem isn't fixed.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1176>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC | 1 Mar 2007 15:17
Favicon

Re: [GHC] #839: Generate documentation for built-in types and primitve operations

#839: Generate documentation for built-in types and primitve operations
---------------------------+------------------------------------------------
 Reporter:  simonpj        |          Owner:  igloo  
     Type:  merge          |         Status:  closed 
 Priority:  normal         |      Milestone:  6.6.1  
Component:  Documentation  |        Version:  6.4.2  
 Severity:  normal         |     Resolution:  fixed  
 Keywords:                 |     Difficulty:  Unknown
 Testcase:  N/A            |   Architecture:  Unknown
       Os:  Unknown        |  
---------------------------+------------------------------------------------
Changes (by igloo):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Merged.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/839>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
(Continue reading)

GHC | 1 Mar 2007 15:17
Favicon

Re: [GHC] #249: -caf-all bugs

#249: -caf-all bugs
-----------------------------+----------------------------------------------
 Reporter:  simonmar         |          Owner:  igloo  
     Type:  merge            |         Status:  closed 
 Priority:  low              |      Milestone:  6.6.1  
Component:  Profiling        |        Version:  6.2.1  
 Severity:  normal           |     Resolution:  fixed  
 Keywords:                   |     Difficulty:  Unknown
 Testcase:  prof001 prof002  |   Architecture:  Unknown
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
Changes (by igloo):

  * resolution:  None => fixed
  * status:  new => closed

Comment:

 Merged.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/249>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
(Continue reading)

GHC | 1 Mar 2007 16:15
Favicon

Re: [GHC] #1185: can't do I/O in the child of forkProcess with -threaded

#1185: can't do I/O in the child of forkProcess with -threaded
----------------------------+-----------------------------------------------
 Reporter:  simonmar        |          Owner:             
     Type:  bug             |         Status:  new        
 Priority:  low             |      Milestone:  _|_        
Component:  Runtime System  |        Version:  6.6        
 Severity:  minor           |     Resolution:             
 Keywords:                  |     Difficulty:  Easy (1 hr)
 Testcase:                  |   Architecture:  Unknown    
       Os:  Unknown         |  
----------------------------+-----------------------------------------------
Changes (by simonmar):

  * priority:  normal => low

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1185>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC | 1 Mar 2007 16:15
Favicon

[GHC] #1185: can't do I/O in the child of forkProcess with -threaded

#1185: can't do I/O in the child of forkProcess with -threaded
-------------------------------+--------------------------------------------
    Reporter:  simonmar        |       Owner:         
        Type:  bug             |      Status:  new    
    Priority:  normal          |   Milestone:  _|_    
   Component:  Runtime System  |     Version:  6.6    
    Severity:  minor           |    Keywords:         
  Difficulty:  Easy (1 hr)     |    Testcase:         
Architecture:  Unknown         |          Os:  Unknown
-------------------------------+--------------------------------------------
`forkProcess` kills all threads, as advertised.  Unfortunately this
 includes the I/O manager thread, so trying to do I/O in the child of
 `forkProcess` leads to deadlock.  It might be possible to fix this, but
 we'd need to add a way to restart the I/O manager thread.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1185>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC | 1 Mar 2007 16:36
Favicon

Re: [GHC] #1156: usleep hangs indefinitely when using -threaded

#1156: usleep hangs indefinitely when using -threaded
------------------------------------+---------------------------------------
 Reporter:  Eelis                   |          Owner:                
     Type:  bug                     |         Status:  closed        
 Priority:  normal                  |      Milestone:  6.6.2         
Component:  Runtime System          |        Version:  6.6           
 Severity:  normal                  |     Resolution:  duplicate     
 Keywords:  usleep threaded unistd  |     Difficulty:  Unknown       
 Testcase:                          |   Architecture:  x86_64 (amd64)
       Os:  Linux                   |  
------------------------------------+---------------------------------------
Changes (by Eelis):

  * resolution:  => duplicate
  * component:  Compiler => Runtime System
  * status:  new => closed

Comment:

 This problem is actually one of the listed symptoms of the problem
 described in ticket #850 (which I personally feel deserves a higher
 priority than "low", considering that it renders perfectly ordinary system
 functions utterly unusable in the threaded RTS).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1156>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
(Continue reading)


Gmane