Skip to content
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

Auto-documentation doesn't work with Data::Domain 1.14 and later #28

Open
andk opened this issue Jan 24, 2024 · 3 comments
Open

Auto-documentation doesn't work with Data::Domain 1.14 and later #28

andk opened this issue Jan 24, 2024 · 3 comments

Comments

@andk
Copy link

andk commented Jan 24, 2024

Sample fail report: http://www.cpantesters.org/cpan/report/395eb976-b9e8-11ee-97e1-5c8e6bdc6f84

Statistics on cpantesters' reports show:

****************************************************************
Regression 'mod:Data::Domain'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           0.9787          0.0054     180.08
[1='eq_1.09']         0.0213          0.0377       0.57
[2='eq_1.10']         0.0213          0.0071       2.98
[3='eq_1.11']         0.0213          0.0061       3.47
[4='eq_1.12']         0.0213          0.0058       3.69
[5='eq_1.13']         0.0213          0.0076       2.81
[6='eq_1.14']        -0.9787          0.0175     -55.84
[7='eq_1.15']        -0.9787          0.0222     -44.11

R^2= 0.890, N= 713, K= 8
****************************************************************

which can be read as versions 1.14 and 1.15 of Data::Domain perform much worse than all other known versions

@DrHyde
Copy link
Owner

DrHyde commented Jan 24, 2024

Thank you for the report.

@DrHyde DrHyde added the bug label Jan 24, 2024
@DrHyde
Copy link
Owner

DrHyde commented Jan 24, 2024

This is because of an API change in Data::Domain, which is far too complicated to work around without changing the interface for Param::Validate::Dependencies. I am therefore going to drop support for self-documentation from Data::Domain::Dependencies in version 2.00.

Patches welcome which revert most of a36ceb6 and then fix the tests :-)

@DrHyde DrHyde changed the title Tests failing (maybe with recent Data::Domain versions) Auto-documentation doesn't work with Data::Domain 1.14 and later Jan 24, 2024
@DrHyde
Copy link
Owner

DrHyde commented Jan 24, 2024

2.00 is on its way to the CPAN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants