-
Notifications
You must be signed in to change notification settings - Fork 1
Cannot assign an array of shape 2 2 to an array of shape 2 2 (my @c[2;2] .= new(:shape(2, 2), <a b>, <c d>)) #5983
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
Comments
From @AlexDanielCode: Result (2015.12,2016.10): Result (2016.11,HEAD): Bisectable points to two related commits: Error appeared after the first one, but looked like this: Assignment to array with shape 2 2 must provide structured data Actual nonsense in the error message was introduced after the second commit: Cannot assign an array of shape 2 2 to an array of shape 2 2 |
From @AlexDanielObviously, it is a wrong snippet. Here is the right one: my @c[2;3] .= new(:shape(2, 2), [1, "a"], [2, "b"]) On 2017-01-04 19:52:58, alex.jakimenko@gmail.com wrote:
|
From @lizmatFixed with d77f9b8 , tests needed
|
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetTests in Raku/roast@1f05be281e |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#130510 (status was 'resolved')
Searchable as RT130510$
The text was updated successfully, but these errors were encountered: