[GHC] #1508: hasktags program needs replacement
GHC
trac at galois.com
Sat Jul 7 09:57:24 EDT 2007
#1508: hasktags program needs replacement
----------------------------------+-----------------------------------------
Reporter: iampure at gmail.com | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8
Component: None | Version: 6.6.1
Severity: normal | Resolution:
Keywords: hasktags | Difficulty: Unknown
Os: Unknown | Testcase:
Architecture: Unknown |
----------------------------------+-----------------------------------------
Changes (by igloo):
* milestone: => 6.8
Old description:
> The following module yields
>
> HaskTagsTest.hs,0
>
> It should have included the identifier a, b, c and d in the TAGS file. My
> suggestion would be to remove it from the manual and stop distributing it
> or to replace it, since also on real code it is of no help and only
> wastes time.
>
> module Zork where
>
> a = putStrLn "hi"
> b = putStrLn "hi"
> c = putStrLn "hi"
> d = putStrLn "hi"
>
> Priority should maybe be set to high, since navigating source trees is
> simplified via the TAGS files.
New description:
The following module yields
HaskTagsTest.hs,0
It should have included the identifier a, b, c and d in the TAGS file. My
suggestion would be to remove it from the manual and stop distributing it
or to replace it, since also on real code it is of no help and only wastes
time.
{{{
module Zork where
a = putStrLn "hi"
b = putStrLn "hi"
c = putStrLn "hi"
d = putStrLn "hi"
}}}
Priority should maybe be set to high, since navigating source trees is
simplified via the TAGS files.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1508>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list