Update debug 1.9.2 → 1.10.0 (minor) #699
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
v1.10.0
`port_range` lvar is not defined
Add option for trying a range of TCP ports
allow `puts` without argument
Improve RUBYOPT's handling in tests
Prompt assertion should use assert_raw_line_text instead of assert_line_text
Modify misc/README.md.erb and regenerate README
Fix minor typos / grammar in README.md
Add changelog_uri to gemspec (#1106)
Fix flaky tests
Accept colon style Hash#inspect in test/console/print_test.rb
do not include `$FILENAME` in globals
Release Notes
1.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:
Bump version to v1.14.3 (#1050)
Fix broken rdoc-ref caused by a typo (#1049)
Avoid generating documentation pages for internal components (#1047)
Load history when starting a direct debug session (#1046)
Release Notes
5.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:
Bump up v5.2.2
Merge pull request #699 from ruby/rdoc-autolink-exception
Don't autolink Exception in psych module docs
Merge pull request #698 from mame/do-not-depend-on-eval-order-of-args
Release Notes
6.10.0
6.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:
Bump version to v6.10.0
Auto-hide navigation on link click (#1238)
Enable cross reference in code (#1240)
Update tests for ruby/rdoc#1247 (#1248)
`aligns` may include `:center` (#1247)
Print warnings for rdoc-ref links that can't be resolved (#1241)
Bump ruby/setup-ruby from 1.187.0 to 1.204.0 (#1246)
Fix to parse `rb_define_global_const`
Bump version to v6.9.1
Add attribute :force to RDoc::RubygemsHook just like RDoc::RubyGemsHook (#1244)
Hide hamburger on desktop (#1237)
Fix iPad Pro navigation not shown (#1236)
Fix dead links in the markup reference page (#1242)
Release Notes
0.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:
Bump version to 0.6.0 (#795)
Change quoted_insert and bracketed_paste to a single key input (#792)
Refactor Reline::Unicode ed_ vi_ em_ methods (#720)
Undo and redo should restore indentation (#793)
Fix line wrapped cursor position (#791)
Combine MAPPINGS(single byte input to symbol) with key_bindings(escape sequence to symbol) (#715)
Implement buffered output to Reline::ANSI (#790)
Call user defined sigwinch and sigcont handler (#788)
Fix tests failing when INPUTRC is defined (#789)
Don't skip start_with check on encoding-incompatible candidates (#787)
Fix RELINE_TEST_ENCODING (#743)
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