Ticket #489 (closed defect: duplicate)

Opened 10 months ago

Last modified 9 months ago

[PATCH] merb console doesn't work with irb history

Reported by: m.@daesan.com Assigned to:
Priority: major Milestone: 0.9
Component: Merb Keywords:
Cc:

Description

When exiting console(irb), merb calls Kernel::exit! rather than Kernel::exit.

Because Kernel::exit! skips all 'at_exit' callback functions, irb history file is currently not being updated.

Attachments

console_history_fix.diff (0.8 kB) - added by m.@daesan.com on 01/30/08 00:43:10.

Change History

01/30/08 00:43:10 changed by m.@daesan.com

  • attachment console_history_fix.diff added.

02/11/08 13:45:38 changed by shayarne..@gmail.com

  • status changed from new to closed.
  • resolution set to duplicate.