Ticket #1184 (new bug)

Opened 1 year ago

Last modified 10 months ago

Hasktags misses symbol

Reported by: newsham Assigned to:
Priority: low Milestone: _|_
Component: None Version: 6.6
Severity: normal Keywords:
Cc: Difficulty: Unknown
Test Case: Architecture: Unknown
Operating System: Windows

Description (Last modified by igloo)

(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

02/28/07 21:05:22 changed by newsham@lava.net

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

03/05/07 14:59:43 changed by igloo

  • description changed.
  • milestone set to 6.6.2.

This is the right place.

11/08/07 01:13:27 changed 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.