-
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
no exception for type mismatch while assigning to typed array when assignment is followed by unrelated code #3736
Comments
From @usev6bartolin m: my Str @a = (1, 2); AFAIU assigning elements of the wrong type to a typed array should lead to an exception regardless of what code follows. |
From @usev6On glr the evaluation dies with X::TypeCheck::Assignment: $ perl6-m -e 'my Str @a = (1, 2); 1' The test in S09-typed-arrays/arrays.t was unfudged with commit Raku/roast@f5c11d03d2. I'm closing this ticket as 'resolved'. |
1 similar comment
From @usev6On glr the evaluation dies with X::TypeCheck::Assignment: $ perl6-m -e 'my Str @a = (1, 2); 1' The test in S09-typed-arrays/arrays.t was unfudged with commit Raku/roast@f5c11d03d2. I'm closing this ticket as 'resolved'. |
@usev6 - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#124079 (status was 'resolved')
Searchable as RT124079$
The text was updated successfully, but these errors were encountered: