-
Notifications
You must be signed in to change notification settings - Fork 577
BBC: Blead Breaks Statistics::CaseResampling #22687
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
Labels
Comments
Error message:
|
Breaking commit:
|
On Sun, Oct 20, 2024 at 09:52:52PM -0700, mauke wrote:
Error message:
```
Unparseable XSUB parameter: 'confidence...' in CaseResampling.xs, line 325
Thus one is slightly different than the other recent XS breakages. The XS
declaration is:
median_simple_confidence_limits(sample, confidence...)
It seems likely that the author intended to write
median_simple_confidence_limits(sample, confidence, ...)
but the ellipsis handling in XS was broken. It would basically do
s/\.\.\.//g, so anything with an ellipsis would get broken. For example
foo(int a, char *s = "and so ...")
used to convert the default value to:
foo(int a, char *s = "and so ")
So IMHO, it's definitely a bug in the XS module, and the fix in
XS in the XS parser is correct and should remain.
…--
In my day, we used to edit the inodes by hand. With magnets.
|
On Tue, Oct 22, 2024 at 04:26:14AM -0700, David Mitchell wrote:
Thus one is slightly different than the other recent XS breakages. The XS
declaration is:
median_simple_confidence_limits(sample, confidence...)
[snip]
So IMHO, it's definitely a bug in the XS module, and the fix in
XS in the XS parser is correct and should remain.
Now reported as
https://rt.cpan.org/Ticket/Display.html?id=157217
…--
Dave's first rule of Opera:
If something needs saying, say it: don't warble it.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug report for perl from "Carlos Guevara" [email protected],
generated with the help of perlbug 1.43 running under perl 5.41.6.
BBC: Blead Breaks Statistics::CaseResampling
Please see http://fast-matrix.cpantesters.org/?dist=Statistics::CaseResampling
Flags
Perl configuration
The text was updated successfully, but these errors were encountered: