Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Update dependency byebug to v11 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
byebug major 9.0.5 -> 11.1.3

Release Notes

deivid-rodriguez/byebug (byebug)

v11.1.3

Compare Source

Fixed
  • #​674: crash when using byebug on ruby 2.7.0 on Windows.

v11.1.2

Compare Source

Fixed
  • #​657: crash when hitting <TAB> due to IRB completion mechanism included in the default ruby 2.7 version of the irb gem ([@​terceiro]).

v11.1.1

Compare Source

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.

v11.1.0

Compare Source

Added
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.

v11.0.1

Compare Source

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

v11.0.0

Compare Source

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.

v10.0.2

Compare Source

Fixed

v10.0.1

Compare Source

Fixed

v10.0.0

Compare Source

Changed
  • Breaking on methods now stops on the first effective line of a method, not on the line containing the def keyword.
Added
  • #​393: Show valid breakpoint locations when invalid location given ([@​ko1]).
  • #​397: Ruby 2.5.0 support ([@​yui-knk]).
  • Log host & port when launching byebug's client in remote mode.
  • #​82: Some love & tests to remote debugging.
  • #​141: remote_byebug shortcut to start the most common case for remote debugging.
Fixed
  • #​419: Properly ignore ruby fullpath executable when passed to byebug script.
  • #​141: Remote server crash when interrupting client.
  • #​274: Remote server crash when interrupting client.
  • #​239: Control server thread being able to interrupt main thread only a single time.

v9.1.0

Compare Source

Added
  • Better UI messages for breakpoint management.
Fixed
  • where command failing on instance_exec block stack frames.
  • #​321: restart command crashing in certain cases because of a missing require "English" ([@​akaneko3]).
  • #​321: restart command crashing when debugged script is not executable or has no shebang ([@​akaneko3]).
Removed
  • Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.

v9.0.6

Compare Source

Fixed
  • #​241: Error when using byebug with a ruby compiled against libedit.
  • #​277: Allow Byebug.start_server to yield the block passed to it when the actual port is already known ([@​cben]).
  • #​275: Use a standard license name so it can be more reliably used by tools.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants