-
Notifications
You must be signed in to change notification settings - Fork 763
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
Declarative modules: submodule declarations are not considered covered #4286
Comments
I suspect, but am not positive, that this is because the |
… `const fn` Instead we can just declare a `const`. This may help with coverage issues, refs PyO3#4286.
Ok, my idea here is:
WDYT? |
…clarative modules Refs PyO3#4286
…clarative modules Refs PyO3#4286
@davidhewitt Once this and #4288 and #4308 are merged, I'd be interested in doing a point release so we can take advantage of declarative modules. Anything else you'd want to get in there? |
I just had #4304, agreed a point release would be good. I'll try to review / prep the release tomorrow at the latest. |
Cool, thanks! |
I assume this is now resolved 😄 |
Yup! We're all aboard adopting them:
pyca/cryptography#11158
…On Tue, Jul 9, 2024 at 8:16 AM David Hewitt ***@***.***> wrote:
I assume this is now resolved 😄
—
Reply to this email directly, view it on GitHub
<#4286 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBDTCZRXOSN2QCHGUR3ZLPIDBAVCNFSM6AAAAABJ4X44VSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJXGQ4TENJWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
From the coverage report on pyca/cryptography#11159
As you can see the
mod ...
lines are all considered uncovered. This possibly has something to do with the spans on the generated code.The text was updated successfully, but these errors were encountered: