-
Notifications
You must be signed in to change notification settings - Fork 48
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
t/02-generate-passwords.t fails with Type-Tiny-2.000001 #42
Comments
DanNixon
added a commit
to DanNixon/nixpkgs
that referenced
this issue
Jun 12, 2023
Note that because of an upstream issue two module tests fail and dictionary file functionality does not work in either the library or `hsxkpasswd` binary. See: - bbusschots/hsxkpasswd#42 - bbusschots/hsxkpasswd#43
AndersonTorres
pushed a commit
to NixOS/nixpkgs
that referenced
this issue
Oct 20, 2023
Note that because of an upstream issue two module tests fail and dictionary file functionality does not work in either the library or `hsxkpasswd` binary. See: - bbusschots/hsxkpasswd#42 - bbusschots/hsxkpasswd#43
TheBrainScrambler
pushed a commit
to TheBrainScrambler/nixpkgs
that referenced
this issue
Dec 23, 2023
Note that because of an upstream issue two module tests fail and dictionary file functionality does not work in either the library or `hsxkpasswd` binary. See: - bbusschots/hsxkpasswd#42 - bbusschots/hsxkpasswd#43
See also the discussion in https://rt.cpan.org/Public/Bug/Display.html?id=144672. It seems that the fix to this issue is to fix the square brackets in the call to |
paultcochrane
added a commit
to paultcochrane/hsxkpasswd
that referenced
this issue
Sep 16, 2024
@tobyink and @perlpunk worked out in https://rt.cpan.org/Public/Bug/Display.html?id=144672 that the closing square brace in the types check to the `add_words` sub was not in the correct place. As mentioned by @tobyink in the RT ticket: > Versions of Type::Params prior to 2.000000 would not have spotted this mistake @perlpunk provided the patch which I'm submitting in this commit. This change makes the test suite pass again and would hence close both issue bbusschots#42 and issue bbusschots#38.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading Type-Tiny from 1.016010 to 2.000001 t/02-generate-passwords.t fails like this:
This is triggered by this change in Type-Tiny tobyink/p5-type-tiny@4baba12:
I can reduce the reproducer to:
This exception was added in the linked commit.
The text was updated successfully, but these errors were encountered: