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
Expected MAST::Frame, but didn't get one #1
Comments
|
Problem comes from LWP::Simple and goes away without IO::Socket::SSL. May very well be a nativecall problem. |
|
I had the problem, but it has gone away for me today when I did the following: zef uninstall LWP::Simple IO::Socket::SSL Pod::To::Bigpage cd doc # github/perl6/doc |
|
I'm still seeing this with Really the bug is in Rakudo as I see it as nothing should be giving rise to this kind of compiler error. |
|
Also the relation with IO::Socket::SSL seems to be spurious in the sense that Pod::To::BigPage doesn't actually use any other modules, nor does the test (though the error is provoked simply with a |
|
Ah no, ignore me, it does appear that the module does |
|
This should be fixed by the raku-community-modules/LWP-Simple@1bd887d in LWP::Simple |
It is. Thanks a lot! |
The text was updated successfully, but these errors were encountered: