-
Notifications
You must be signed in to change notification settings - Fork 1
duckmap doesn't retain structure types #5696
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 @dogbert17While discussing RT #129321 TimToady found another problem with duckmap, see http://irclog.perlgeek.de/perl6/2016-09-26#i_13285724 The problem can be shown with a couple of examples, one with duckmap where dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -e 'my @a = [1, According to TimToady the result should have been [1, [2, 3], 4] deepmap, on other hand, does retain structure as can be shown with dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -e 'my @a = [1,[2,3],4]; /dogbert17 |
From ctp@fastmail.co.ukPull requests raised for discussion: |
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetOn Tue, 08 Nov 2016 06:31:15 -0800, ctp@fastmail.co.uk wrote:
Merged. Thanks. |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#129363 (status was 'resolved')
Searchable as RT129363$
The text was updated successfully, but these errors were encountered: