Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Apr 13, 2020

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ pry (0.11.3 → 0.13.1) · Repo · Changelog

Release Notes

0.13.1 (from changelog)

Bug fixes

  • Fixed bug where on invalid input only the last syntax error is displayed (instead of all of them) (#2117)
  • Fixed Pry::Config raising NoMethodError on undefined option instead of returning nil (usually invoked via Pry.config.foo_option calls) (#2126)
  • Fixed help command not displaying regexp aliases properly (#2120)
  • Fixed pry-backtrace not working (#2122)

0.13.0 (from changelog)

Features

  • Added metadata to the gem (such as changelog URI, source code URI & bug tracker URI), so it shows on https://rubygems.org/gems/pry (#1869)
  • Added ability to forward ARGV to a Pry session via -- (or -) when launching Pry from shell (#1902)
  • Added Pry::Config::LazyValue & Pry::Config::MemoizedValue, which allow storing callable procs in the config (#2024)
  • Added the rc_file config option that tells Pry the path to pryrc (#2027)
  • Added the --code flag to the wtf command, which shows code for each backtrace frame (#2037)
  • Added the ability to paste method call chains with leading dots (#2060)

API changes

  • Pry::Prompt is a class now and it can be instantiated to create new prompts on the fly that are not registered with Pry::Prompt#add. Learn more about its API in the docs (#1877)

Deprecations

  • Deprecated Pry.config.exception_whitelist in favor of Pry.config.unrescued_exceptions (#1874)

  • Deprecated Pry.config.prompt = Pry::Prompt[:simple][:value] in favor of Pry.config.prompt = Pry::Prompt[:simple] when setting Pry prompt via pryrc. Pry::Prompt[:simple] would return an instance of Pry::Prompt instead of Hash (#1877)

  • Deprecated setting prompt via an array of two procs: (#1877)

    # Deprecated, emits a warning.
    Pry.config.prompt = [proc {}, proc {}]

    This will be removed in the next release.

  • Deprecated the show-doc command. The show-source -d is the new recommended way of reading docs (#1934)

  • Deprecated Pry::Command#_pry_. Use Pry::Command#pry_instance instead (#1989)

Breaking changes

  • Deleted deprecated Pry::Platform (#1863)
  • Deleted deprecated Pry#{input/output}_array (#1884)
  • Deleted deprecated Pry::Prompt::MAP (#1866)
  • Deleted deprecated methods of Pry::Helpers::BaseHelpers such as mac_osx?, linux?, windows?, windows_ansi?, jruby?, jruby_19?, mri?, mri_19?, mri_2? (#1867)
  • Deleted deprecated Pry::Command#text (#1865)
  • Deleted deprecated Pry::Method#all_from_common (#1868)
  • Deleted install-command (#1979)
  • Deleted Pry::Helpers::BaseHelpers#command_dependencies_met? (#1979)
  • Deleted commands: gem-cd, gem-install, gem-list, gem-open, gem-readme, gem-search, gem-stats (#1981)
  • Deleted deprecated commands: edit-method and show-command (#2001)
  • Deleted Pry::Command#disabled_commands (#2001)
  • Deleted Pry::BlockCommand#opts (use #context instead) (#2003)
  • Deleted Pry.lazy (use Pry::Config::LazyValue instead) (#2024)

Bug fixes

  • Fixed bug where using Pry.config.prompt_name can return a Pry::Config::Lazy instead of expected instance of String (#1890)
  • Fixed LoadError being raised when using auto completions and Bundler (#1896)
  • Fixed bug where Pry.input_ring doesn't append duplicate elements (#1898)
  • Fixed Ruby 2.6 warning about Binding#source_location (#1904)
  • Fixed wrong winsize when custom output is passed to Pry (#2045)
  • Fixed XDG_CONFIG_HOME & XDG_DATA_HOME precedence. When these env variables are set, Pry no longer uses traditional files like ~/.pryrc & ~/.pry_history. Instead, the env variable paths are loaded first (#2056)
  • Fixed the $SAFE will become a normal global variable in Ruby 3.0 warning on Ruby 2.7 (#2107)
  • Fixed bug when whereami -c cannot show beginning of the class, which is on the same line as another expression (#2098)
  • Fixed bug when Object#owner is defined, which results into somewhat broken method introspection (#2113)
  • Fixed bug when indentation leaves parts of input after pressing enter when Readline is enabled with mode indicators for vi mode. This was supposed to be fixed in v0.12.2 but it regressed (#2114)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ method_source (indirect, 0.9.0 → 1.0.0) · Repo

Commits

See the full diff on Github. The new version differs by 29 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Apr 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant