-
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
.open(:enc<ascii>) on file with unicode leads to MoarVM panic: MVM_nfg_get_synthetic_info called with out-of-range synthetic #6282
Comments
From @zoffixznet<Zoffix___> c: HEAD with "/tmp/foo2121".IO { .spurt: "fo♥o"; with .open(:enc<ascii>) { say .slurp } } This is not the result of encoding refactor; still exists in 2017.05: |
From @zoffixznetBisecting this shows the issue existed before The Christmas: Zoffix___> bisect: old=2015.12,new=b4dfed2a86b8af |
From @jnthnOn Sat, 27 May 2017 08:01:00 -0700, cpan@zoffix.com wrote:
Fixed (now it gives a normal decoding exception) and tested in S32-io/io-handle.t. |
The RT System itself - Status changed from 'new' to 'open' |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#131384 (status was 'resolved')
Searchable as RT131384$
The text was updated successfully, but these errors were encountered: