-
Notifications
You must be signed in to change notification settings - Fork 1
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
printf with too few arguments returns "Null PMC Access" #620
Comments
From @masakRakudo r35481 reacts badly to a printf wherein the variables needed $ perl6 -e 'printf("%s")' |
From @ronaldxsSame error with sprintf so test added to /t/spec/S32-str/sprintf.t. |
The RT System itself - Status changed from 'new' to 'open' |
From @jnthnOn Tue Jan 13 13:06:01 2009, masak wrote:
Now it returns a Failure. Pushed fix in git 9efc9fe and tests unfudged. Thanks, Jonathan |
@jnthn - Status changed from 'open' to 'resolved' |
From @KodiologistAnd now it dies with an error message again, but this time, the message |
From quester.pm@gmail.comHello, Oddly, this is exactly the same symptom that was reported and resolved in $ perl6 -e 'printf "%s"' $ perl6 -v Niecza rejects this with a more appropriate "Unhandled exception: Not Best regards, |
@moritz - Status changed from 'resolved' to 'open' |
From @cokeOn Sat Mar 23 22:45:10 2013, quester.pm@gmail.com wrote:
This dies again with Null PMC access in get_string() -- |
From @FROGGSFixed, tests are at Raku/roast@2647c16652 |
@FROGGS - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#62316 (status was 'resolved')
Searchable as RT62316$
The text was updated successfully, but these errors were encountered: