Ticket #1184 (closed bug: wontfix)

Opened 6 years ago

Last modified 3 years ago

Hasktags misses symbol

Reported by: newsham Owned by:
Priority: low Milestone: _|_
Component: None Version: 6.6
Keywords: Cc: michal.terepeta@…
Operating System: Windows Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by igloo) (diff)

(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

Change History

  Changed 6 years ago by newsham@…

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

  Changed 6 years ago by igloo

  • description modified (diff)
  • milestone set to 6.6.2

This is the right place.

  Changed 6 years ago by simonmar

  • priority changed from normal to low
  • milestone changed from 6.6.2 to _|_

Un-milestone. ghctags is a better place to direct tags-related effort, and may replace hasktags in a future release.

  Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

follow-up: ↓ 6   Changed 3 years ago by michalt

  • cc michal.terepeta@… added
  • failure set to None/Unknown

Hasktags is not part of GHC repository anymore and doesn't seem to developed. And there is also ghctags and ghc -e :ctags..

So is there any reason not to close this bug as wontfix?

in reply to: ↑ 5   Changed 3 years ago by simonmar

  • status changed from new to closed
  • resolution set to wontfix

Replying to michalt:

Hasktags is not part of GHC repository anymore and doesn't seem to developed. And there is also ghctags and ghc -e :ctags.. So is there any reason not to close this bug as wontfix?

Done, thanks!

Note: See TracTickets for help on using tickets.