-
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
assigning to AOB List elem does not hint right #4500
Comments
From @FROGGSm: my $a = (1, 2, 3); $a[42] = 21 Both answers are far from ideal because you cannot assign to a List |
From @AlexDanielToday (2017.11,HEAD(e5b660e)) it prints this message: Cannot modify an immutable Str (Nil) Which is still LTA On 2015-09-02 05:09:29, FROGGS.de wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
From @lizmatFixed with c9699ab , tests needed. Please note that this currently breaks tests 55-56 in S02-types/range.t which appear to be a little too specific for their own good.
|
From @zoffixznet |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#125964 (status was 'resolved')
Searchable as RT125964$
The text was updated successfully, but these errors were encountered: