depfu / example-ruby

✨ See our pull requests in action
4 stars 5 forks source link

Update byebug: 9.1.0 → 11.0.1 (major) #154

Closed depfu[bot] closed 4 years ago

depfu[bot] commented 4 years ago

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?

✳️ byebug (9.1.0 → 11.0.1) · Repo · Changelog

Release Notes

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

10.0.0

Changed

  • Breaking on methods now stops on the first effective line of a method, not on
    the line containing the def keyword.

Added

  • Show valid breakpoint locations when invalid location given (#393, @ko1).
  • Ruby 2.5.0 support (#397, @yui-knk).
  • Log host & port when launching byebug's client in remote mode.
  • Some love & tests to remote debugging (#82).
  • remote_byebug shortcut to start the most common case for remote debugging (#141).

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.


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 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)