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

Test failures with old Class::XSAccessor #27

Closed
DrHyde opened this issue Jan 4, 2023 · 1 comment
Closed

Test failures with old Class::XSAccessor #27

DrHyde opened this issue Jan 4, 2023 · 1 comment

Comments

@DrHyde
Copy link

DrHyde commented Jan 4, 2023

With some older versions of Class::XSAccessor I get test failures:

...
# === Runtime Recommends ===
#
#     Module            Want Have
#     ----------------- ---- ----
#     Class::XSAccessor  any 1.13
#     Sub::Util         1.40 1.48
#
...
t/named/return-object.t .. 1/?
# Failed test 'with Class::XSAccessor'
# at t/named/return-object.t line 16.
# Caught exception in subtest: Can't locate object method "has_bar" via package "Params::ValidationCompiler::Compiler::OO::Args3::XS" at t/named/return-object.t line 89.
# Seeded srand with seed '20230104' from local date.
t/named/return-object.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests

With the latest version (Class::XSAccessor 1.19) everything is fine. I suggest bumping the dependency version.

@autarch
Copy link
Member

autarch commented Jan 14, 2023

Thanks for the report. This is fixed in 0.31.

@autarch autarch closed this as completed Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants