You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a399a4923c7f15aa1aa5bdb38a5dccf59ef51678 is the first bad commit
commit a399a4923c7f15aa1aa5bdb38a5dccf59ef51678
Author: David Mitchell <[email protected]>
Date: Mon Sep 23 18:52:11 2024 +0100
ParseXS: refactor: XSUB signature-processing
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.
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: