Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Update byebug: 11.1.1 → 11.1.2 (patch) #390
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Apr 18, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
=======================================
Coverage 89.40% 89.40%
=======================================
Files 35 35
Lines 623 623
=======================================
Hits 557 557
Misses 66 66 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
depfu bot commentedApr 18, 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?
Release Notes
11.1.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 56 commits:
Merge pull request #672 from deivid-rodriguez/release/v11.1.2
Get ready for 11.1.2 release
Fix unreleased diff link in changelog
Fix crash on TAB under ruby 2.7 (#657)
Merge pull request #671 from deivid-rodriguez/avoid_simplecov_on_new_rubies
Always avoid coverage on newer rubies
Rename local variable for clarify
Simplify computation of a local path
Bump rubocop from 0.81.0 to 0.82.0 (#670)
Bump pry from 0.13.0 to 0.13.1 (#669)
Fix Tidelift badge (#668)
Merge pull request #667 from deivid-rodriguez/fix_windows_status_badge
Remove unneeded words
Fix status badge for new Windows CI
Merge pull request #666 from deivid-rodriguez/coverage_aggregation
Use default jobs and retry configuration for bundler
Drop codeclimate
Disable minitest plugins
Merge pull request #663 from deivid-rodriguez/improve_windows_ci
No need to use an environment variable
No need to use `ruby.exe`
Use `print`, so we don't need to trim the output
Merge all ps lines for patching rb-readline together
Fix linux status badge
Remove unneded debugging stuff
Remove timeouts from test runner (#664)
Bump pry from 0.12.2 to 0.13.0 (#656)
Merge pull request #662 from deivid-rodriguez/migrate_windows_ci_to_gh_actions
Migrate Windows CI to Github Actions
Migrate and merge steps for copying rb-readline patches
Simplify finding sitelibdir
Remove unnecessary lines
Improve wording of a spec
Bump rubocop from 0.80.1 to 0.81.0 (#658)
Stop tracking coverage on newer rubies (#659)
Use another rb-readline fork (#661)
Move head build to daily (#660)
Bump rexml from 3.2.3 to 3.2.4 (#645)
Bump rubocop from 0.80.0 to 0.80.1 (#655)
Bump mdl from 0.8.0 to 0.9.0 (#653)
Bump rubocop from 0.79.0 to 0.80.0 (#652)
exe/byebug: drop relative require (#650)
test: drop usage of require_relative to code in lib (#649)
runner_against_program_with_byebug_call_test: call the correct ruby (#648)
Use latest docker in CI (#643)
Merge pull request #642 from deivid-rodriguez/test/refactor_remote_debugging_tests
Print the whole output of command on errors
Only print errors if command fails
Avoid passing around the error thread too
Simplify shelling out helpers in remote debugging tests
Use latest byebug image in daily workflow (#641)
Remove unnecessary quoting (#640)
Merge pull request #639 from deivid-rodriguez/ci/renames
Rename daily workflow and main job
Rename fedora's workflow main job
Rename build workflow to ubuntu
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