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

OpenSSL::OID: Don't use List::Util #11503

Closed
wants to merge 1 commit into from
Closed

Conversation

levitte
Copy link
Member

@levitte levitte commented Apr 9, 2020

It turns out that the pairwise functions of List::Util came into perl
far later than 5.10.0. We can't use that under those conditions, so
must revert to a quick internal implementation of the functions we're
after.

It turns out that the pairwise functions of List::Util came into perl
far later than 5.10.0.  We can't use that under those conditions, so
must revert to a quick internal implementation of the functions we're
after.
@levitte levitte added branch: master Merge to master branch approval: review pending This pull request needs review by a committer labels Apr 9, 2020
@levitte levitte requested a review from t8m April 9, 2020 10:12
Copy link
Member

@t8m t8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and the previously broken build passes. Also I think this is urgent.

@t8m t8m added approval: done This pull request has the required number of approvals severity: urgent Fixes an urgent issue (exempt from 24h grace period) and removed approval: review pending This pull request needs review by a committer labels Apr 9, 2020
@levitte
Copy link
Member Author

levitte commented Apr 9, 2020

Also I think this is urgent.

Agreed.

@levitte levitte added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Apr 9, 2020
openssl-machine pushed a commit that referenced this pull request Apr 9, 2020
It turns out that the pairwise functions of List::Util came into perl
far later than 5.10.0.  We can't use that under those conditions, so
must revert to a quick internal implementation of the functions we're
after.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from #11503)
@levitte
Copy link
Member Author

levitte commented Apr 9, 2020

Merged

8519b24 OpenSSL::OID: Don't use List::Util

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch severity: urgent Fixes an urgent issue (exempt from 24h grace period)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants