-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Convert src/x509/crl.rs
to new pyo3 APIs
#10744
Conversation
678d38b
to
7e7cf27
Compare
Huh there's an import in use pyo3::PyNativeType, that I need in order to build locally. But on the GitHub CI, it fails on some workflows saying the import is unused. And when I push a commit removing the import, all of the CI workflows pass except for the
|
Is this rebased on main? |
no, it's on top of your |
Ah does the |
Yeah, it uses the "merge commit that would exist between the PR and the
target branch"
…On Fri, Apr 5, 2024 at 12:21 PM Facundo Tuesca ***@***.***> wrote:
Ah does the checkout action on CI merge the commits from the PR with the
latest main?
—
Reply to this email directly, view it on GitHub
<#10744 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBC6OVSAEP5XB23CPKTY33FO3AVCNFSM6AAAAABFZLUW4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBQGIYDKMRWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
You should be good to rebase |
This PR should be merged after this other PR: #10734
Part of #10676
This fixes all of the migration warnings for
src/x509/crl.rs
, after taking into account the ones fixed by #10734.cc @alex @reaperhulk