Ticket #1505 (closed bug: fixed)

Opened 5 years ago

Last modified 2 years ago

Leaks implementation details

Reported by: iampure@… Owned by: simonmar
Priority: high Milestone: 6.8.1
Component: GHCi Version: 6.7
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Easy (less than 1 hour)
Test Case: break019 Blocked By:
Blocking: Related Tickets:

Description

Doing the following in ghci (6.7.20070705) with a module that imports A.B.C.D loaded

:break A.B.C.D

gives

*** Exception: ghci/InteractiveUI.hs:(1641,0)-(1644,59): Non-exhaustive patterns in function breakByModule

It should just say: missing line number argument or something similar.

Change History

Changed 5 years ago by simonmar

  • owner set to simonmar
  • priority changed from lowest to high
  • milestone set to 6.8

I'll take it.

Changed 5 years ago by simonmar

  • status changed from new to closed
  • testcase set to break019
  • resolution set to fixed

Fixed:

Mon Jul  9 22:07:06 BST 2007  Simon Marlow <simonmar@microsoft.com>
  * Fix #1505; failure to catch syntax error in :break command

Changed 4 years ago by igloo

  • milestone changed from 6.8 branch to 6.8.1

Changed 3 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 3 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple

Changed 2 years ago by simonmar

  • difficulty changed from Easy (1 hr) to Easy (less than 1 hour)
Note: See TracTickets for help on using tickets.