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

Update pry-byebug: 3.6.0 → 3.8.0 (minor)#56

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/pry-byebug-3.8.0
Closed

Update pry-byebug: 3.6.0 → 3.8.0 (minor)#56
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/pry-byebug-3.8.0

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Jan 25, 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-byebug (3.6.0 → 3.8.0) · Repo · Changelog

Release Notes

3.8.0

Fixed

  • Use Binding#source_location instead of evaluating __FILE__ to avoid
    warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).

Removed

  • Support for Ruby 2.3. Pry-byebug no longer installs on this platform.

3.7.0

  • Byebug 11 compatibility, with ruby 2.6 support.

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.

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

Commits

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

↗️ byebug (indirect, 10.0.0 → 11.1.1) · Repo · Changelog

Release Notes

11.1.1

Fixed

  • #635: usage on Fedora 31 or any other byebug installation performed by a rubygems copy customized by setting Gem.install_extension_in_lib to false.

11.1.0

Added

  • Official support for MRI 2.7 (@yui-knk).

Fixed

  • #562: post mortem mode landing in the wrong line when coming from an exception inside a Kernel.load call.

Removed

  • Support for MRI 2.3. Byebug no longer installs on this platform.

11.0.1

Fixed

  • #546: continue! to ignore further byebug calls.
  • #545: skip autolisting code for intermediate skipped breakpoints.

11.0.0

Added

  • #377: skip to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example (@tacnoman).
  • #524: continue! (or continue unconditionally) to continue until the end of the program regardless of the currently enabled breakpoints (@tacnoman).

Fixed

  • #527: break help text to clarify placeholders from literals.
  • #528: quit! help to not show a space between "quit" and "!".

Removed

  • Support for MRI 2.2. Byebug no longer installs on this platform.

10.0.2

10.0.1

Fixed

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 → 0.9.2) · Repo

Commits

See the full diff on Github. The new version differs by 12 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
Copy link
Contributor Author

depfu bot commented Mar 22, 2020

Closed in favor of #67.

@depfu depfu bot closed this Mar 22, 2020
@depfu depfu bot deleted the depfu/update/pry-byebug-3.8.0 branch March 22, 2020 21:19
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.

0 participants