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

pry-backtrace frozen bug #2122

Merged
merged 1 commit into from Apr 12, 2020
Merged

pry-backtrace frozen bug #2122

merged 1 commit into from Apr 12, 2020

Conversation

ahorek
Copy link

@ahorek ahorek commented Mar 25, 2020

fixes

pry-backtrace
RuntimeError: can't modify frozen String
from /pry-0.13.0/lib/pry/commands/pry_backtrace.rb:24:in `process'

@kyrylo
Copy link
Member

kyrylo commented Apr 12, 2020

Thanks!

@kyrylo kyrylo merged commit 0979640 into pry:master Apr 12, 2020
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Apr 27, 2020
Update ruby-pry to 0.13.1.


### [v0.13.1][v0.13.1] (April 12, 2020)

#### Bug fixes

* Fixed bug where on invalid input only the last syntax error is displayed
  (instead of all of them) ([#2117](pry/pry#2117))
* Fixed `Pry::Config` raising `NoMethodError` on undefined option instead of
  returning `nil` (usually invoked via `Pry.config.foo_option` calls)
  ([#2126](pry/pry#2126))
* Fixed `help` command not displaying regexp aliases properly
  ([#2120](pry/pry#2120))
* Fixed `pry-backtrace` not working ([#2122](pry/pry#2122))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants