Ticket #2073 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

ghci records empty input lines in readline history

Reported by: Eelis- Owned by:
Priority: normal Milestone: 6.8.3
Component: GHCi Version: 6.8.2
Keywords: readline, history Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Ghci records empty input lines in the readline history. This appears to be a regression compared to 6.6.1.

(To reproduce, start ghci, enter "3", press <enter>, press <enter> again, and then press <up-arrow> once. You'll get an empty line, while you should get "3" again.)

Change History

Changed 5 years ago by igloo

  • difficulty set to Unknown
  • milestone set to 6.8.3

Thanks for the report. Sounds like it should be easy to fix for 6.8.3.

Changed 5 years ago by igloo

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

Fixed in HEAD and 6.8 branch:

Sun Feb 24 06:32:56 PST 2008  Ian Lynagh <igloo@earth.li>
  * FIX #2073: Don't add empty lines to GHCI's history

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.