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

Update debug 1.9.2 → 1.10.0 (minor) #699

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 19, 2024

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?

✳️ debug (1.9.2 → 1.10.0) · Repo

Release Notes

1.10.0

What's Changed

  • Remote debugging
    • Add option to try to connect to a range of TCP ports by @gerymate in #1119
  • Bug fixes
    • do not include $FILENAME in globals by @nyz93 in #1105
    • Accept colon style Hash#inspect in test/console/print_test.rb by @tompng in #1111
    • Fix flaky tests by @nobu in #1116
    • Fix irb_test prompt assertion failure by @tompng in #1100
    • Improve RUBYOPT's handling in tests by @st0012 in #1097
    • allow puts without argument by @ko1 in #1124
    • port_range lvar is not defined by @ko1 in #1126
  • Misc

New Contributors

Full Changelog: v1.9.2...v1.10.0

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

Commits

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

↗️ irb (indirect, 1.14.2 → 1.14.3) · Repo

Release Notes

1.14.3

What's Changed

🐛 Bug Fixes

  • Load history when starting a direct debug session by @sunblaze in #1046

📚 Documentation

  • Avoid generating documentation pages for internal components by @st0012 in #1047
  • [DOC] Fix broken rdoc-ref caused by a typo by @st0012 in #1049

🛠 Other Changes

New Contributors

Full Changelog: v1.14.2...v1.14.3

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

Commits

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

↗️ psych (indirect, 5.2.1 → 5.2.2) · Repo · Changelog

Release Notes

5.2.2

What's Changed

  • Do not depend on the evaluation order of C arguments by @mame in #698
  • Don't autolink Exception in psych module docs by @zzak in #699

Full Changelog: v5.2.1...v5.2.2

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

Commits

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

↗️ rdoc (indirect, 6.9.0 → 6.10.0) · Repo · Changelog

Release Notes

6.10.0

What's Changed

✨ Enhancements

  • Print warnings for rdoc-ref links that can't be resolved by @st0012 in #1241
  • Enable cross reference in code by @nobu in #1240
  • Auto-hide navigation on link click by @sunblaze in #1238

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: v6.9.1...v6.10.0

6.9.1

What's Changed

🐛 Bug Fixes

📚 Documentation

  • Fix dead links in the markup reference page by @st0012 in #1242

New Contributors

Full Changelog: v6.9.0...v6.9.1

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

Commits

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

↗️ reline (indirect, 0.5.12 → 0.6.0) · Repo

Release Notes

0.6.0

What's Changed

🐛 Bug Fixes

  • Fix RELINE_TEST_ENCODING by @ima1zumi in #743
  • Don't skip start_with check on encoding-incompatible candidates by @tompng in #787
  • Call user defined sigwinch and sigcont handler by @tompng in #788
  • Fix line wrapped cursor position by @tompng in #791
  • Undo and redo should restore indentation by @tompng in #793

🛠 Other Changes

  • Fix tests failing when INPUTRC is defined by @pterjan in #789
  • Implement buffered output to Reline::ANSI by @tompng in #790
  • Merge key mapping with key bindings by @tompng in #715
  • Refactor Reline::Unicode ed_ vi_ em_ methods by @tompng in #720
  • Change quoted_insert and bracketed_paste to a single key input by @tompng in #792
  • Bump version to 0.6.0 by @ima1zumi in #795

New Contributors

Full Changelog: v0.5.12...v0.6.0

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

Commits

See the full diff on Github. The new version differs by 11 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 cancel merge
Cancels automatic merging of this PR
@​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 Dec 19, 2024
@klausmeyer klausmeyer merged commit 7042122 into master Dec 20, 2024
5 checks passed
@depfu depfu bot deleted the depfu/update/debug-1.10.0 branch December 20, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant