Remove Float::ROUNDS#2953
Merged
Merged
Conversation
Fixes [Bug ruby#16044]
nobu
approved these changes
Mar 9, 2020
nurse
pushed a commit
to nurse/ruby
that referenced
this pull request
Mar 13, 2020
* Fix gem pristine not accounting for user installed gems. Pull request
ruby#2914 by Luis Sagastume.
* Refactor keyword argument test for Ruby 2.7. Pull request ruby#2947 by
SHIBATA Hiroshi.
* Fix errors at frozen Gem::Version. Pull request ruby#2949 by Nobuyoshi
Nakada.
* Remove taint usage on Ruby 2.7+. Pull request ruby#2951 by Jeremy Evans.
* Check Manifest.txt is up to date. Pull request ruby#2953 by David Rodríguez.
* Clarify symlink conditionals in tests. Pull request ruby#2962 by David
Rodríguez.
* Update command line parsing to work under ps. Pull request ruby#2966 by
David Rodríguez.
* Properly test `Gem::Specifications.stub_for`. Pull request ruby#2970 by
David Rodríguez.
* Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
ruby#2985 by MSP-Greg.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes [Bug #16044]