-
Notifications
You must be signed in to change notification settings - Fork 555
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
BBC: Blead breaks DCMERTENS/C-Blocks-0.42.tar.gz #19561
Comments
Thanks @andk. I'm assuming that it's this test that fails (and the following one presumably would too).
I'm not familiar with how cblocks work but will try to look into it. (Don't have much time right this minute though.) The internal error comes from this code in lib/C/Blocks.xs:
My first guess is that since 75acd14 inlined |
@run4flat - is C::Blocks currently able to handle other inline functions somehow? Or can you see any way that it could? |
To me it looks like a bug in TCC. It successfully compiles the function below (in
|
I believe the general consensus is that this does not block the release of v5.36.0, and am marking it as such. |
I apologize for my silence on this. I haven't had time to work on C::Blocks
for quite a while and don't anticipate yours tuits any time soon. It is
highly experimental and issues with it should not block any Perl
development.
I hope this hasn't caused any slow down!
David
…On Sun, Apr 17, 2022, 9:25 AM Ricardo Signes ***@***.***> wrote:
I believe the general consensus is that this does not block the release of
v5.36.0, and am marking it as such.
—
Reply to this email directly, view it on GitHub
<#19561 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7Q57FXPJ3N5DLBVDDPW3VFQGODANCNFSM5RQJLQ7A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@run4flat - it doesn't seem like this is a bug in perl (and the breaking change seems entirely legitimate), so I propose to close this issue. Would you like me to create an issue on C::Blocks' bugtracker at the same time? |
+1 to your closing this ticket once you've opened a ticket in the bugtracker for C::Blocks. |
Closed now that a ticket exists in the C::Blocks bugtracker. |
Description
Tests started to fail on 5.35.10. Only non-threaded perls are to be investigated since the package is not thread safe.
Diagnostics output:
Bisect leads to
Steps to Reproduce
Expected behavior
Should test the distro successfully and install it
Perl configuration
The text was updated successfully, but these errors were encountered: