Update JNR projects to latest#6482
Merged
headius merged 9 commits intojruby:jruby-9.2from Dec 4, 2020
Merged
Conversation
This picks up changes to the automatic module name from jnr/jffi#67 but also updates JNR projects across the board to grab all recent bug fixes.
Member
Author
Contributor
|
#6460 should be backported with this change |
Member
Author
Good call, I can take care of it. |
Member
Author
|
@ahorek This PR appears to be hanging in a multicast socket test. Maybe you remember another fix we did on master that needs to be backported? |
Member
Author
|
Aha... perhaps the constant fixes here: #6388 |
Signed-off-by: Charles Oliver Nutter <headius@headius.com>
Member
Author
|
The fixes in #6388 do not appear to address the hanging test. |
Member
Author
|
Ok possibly false negative since this test appears to hang on macOS even on master. I have pushed cherry-picks of all the changes that seemed relevant. |
Member
Author
Contributor
|
could you release https://github.com/jnr/jnr-constants/commits/master ? it should be safe. I think that's all. +1 |
Member
Author
|
@ahorek Ahh it has been a while for that one. I will release it and the projects that use it. |
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.
This picks up changes to the automatic module name from
jnr/jffi#67 but also updates JNR projects across the board to grab
all recent bug fixes.