Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix history_size behaviours #147

Merged
merged 2 commits into from
Apr 25, 2020
Merged

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Apr 24, 2020

  • Added new items to history are dropped if history_size is zero
  • Negative history_size means unlimited
  • Unlimited is default

This fixes #138.

@aycabta aycabta changed the title History size zero drop Fix history_size behaviours Apr 25, 2020
@aycabta aycabta merged commit c9401fa into ruby:master Apr 25, 2020
@aycabta aycabta deleted the history-size-zero-drop branch April 25, 2020 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

IRB.conf[:SAVE_HISTORY] setting is ignored resuling in cutting the irb history
1 participant