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
Crypt::TweetNacl test suite fails since 762c708fdcef #2681
Comments
The Buf/Blob roles did not directly support the .STORE(:INITIALIZE) mechanism yet. Fixes R#2509
|
Fixed with ada116e . Since this was caught by tests, I guess we don't need any further tests? |
|
The fix for this is breaking tests on |
|
It also appears to be the culprit in #2687 |
|
Will look at this later tonight |
|
Sorry, it will be tomorrow. Been too busy with too many other things to get the right mindset for this. |
|
Better fix with 5e5c909 |
|
Argh... it doesn't fix this one :-( |
|
Removed original fix with 30fc514 to unbreak associated tickets |
|
Properly fixed with 84ed854 |
The Problem
Crypt::TweetNacl test suite fails:
see https://travis-ci.org/soundart/perl6-tweetnacl/jobs/393657936
Raku/ecosystem-unbitrot#368
AlexDaniel bisected this:
(01:25:19 PM) AlexDaniel: frankjh: 🥞🥞🥞 Bisecting Crypt::TweetNacl
(01:25:42 PM) AlexDaniel: frankjh: we'll see the result soon, but I guess you're right that it's a regression of some sort
(01:26:03 PM) AlexDaniel: frankjh: I confirm that on 2018.05 it passes OK
(01:27:14 PM) frankjh: AlexDaniel: travis uses now his is Rakudo version 2018.12-288-g5be7555fd built on MoarVM version 2018.12-45-ga9d02578aimplementing Perl 6.d. and it falis there too
(01:27:34 PM) AlexDaniel: frankjh: yeah… I wonder how we managed to miss that
(01:34:22 PM) AlexDaniel: frankjh: ok, it was bisected to this commit: 762c708
Expected Behavior
pass
Actual Behavior
Steps to Reproduce
Environment
perl6 -v):The text was updated successfully, but these errors were encountered: