Skip to content
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

*.split returns a BOOTArray #5401

Closed
p6rt opened this issue Jun 25, 2016 · 7 comments
Closed

*.split returns a BOOTArray #5401

p6rt opened this issue Jun 25, 2016 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 25, 2016

Migrated from rt.perl.org#128481 (status was 'resolved')

Searchable as RT128481$

@p6rt
Copy link
Author

p6rt commented Jun 25, 2016

From @LLFourn

20​:26 < llfourn> m​: my &code = *.split("\n"); code("foo\nbar").^name.say #
:/
20​:26 <+camelia> rakudo-moar 6afd0b​: OUTPUT«BOOTArray␤»

@p6rt
Copy link
Author

p6rt commented Jun 25, 2016

From @timo

On 25/06/16 12​:28, Lloyd Fournier (via RT) wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​128481]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128481 >

20​:26 < llfourn> m​: my &code = *.split("\n"); code("foo\nbar").^name.say #
:/
20​:26 <+camelia> rakudo-moar 6afd0b​: OUTPUT«BOOTArray␤»

This smells of a missing nqp​::hllize in our code generator there.

@p6rt
Copy link
Author

p6rt commented Jun 25, 2016

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 25, 2016

From @lizmat

Fixed with 0e4a6434d6164169ba , tests needed

On 25 Jun 2016, at 06​:28, Lloyd Fournier (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​128481]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128481 >

20​:26 < llfourn> m​: my &code = *.split("\n"); code("foo\nbar").^name.say #
:/
20​:26 <+camelia> rakudo-moar 6afd0b​: OUTPUT«BOOTArray␤»

@p6rt
Copy link
Author

p6rt commented Jun 26, 2016

From @LLFourn

Test​:
Raku/roast@0d86018

On Sun, Jun 26, 2016 at 1​:36 AM Lloyd Fournier <lloyd.fourn@​gmail.com>
wrote​:

will write test tomorrow.
Thx liz.

On Sun, Jun 26, 2016 at 1​:35 AM Elizabeth Mattijsen via RT <
perl6-bugs-followup@​perl.org> wrote​:

Fixed with 0e4a6434d6164169ba , tests needed

On 25 Jun 2016, at 06​:28, Lloyd Fournier (via RT) <
perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​128481]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128481 >

20​:26 < llfourn> m​: my &code = *.split("\n");
code("foo\nbar").^name.say #
:/
20​:26 <+camelia> rakudo-moar 6afd0b​: OUTPUT«BOOTArray␤»

@p6rt
Copy link
Author

p6rt commented Jul 8, 2016

@zoffixznet - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jul 8, 2016
@p6rt
Copy link
Author

p6rt commented Jul 28, 2016

From @LLFourn

will write test tomorrow.
Thx liz.

On Sun, Jun 26, 2016 at 1​:35 AM Elizabeth Mattijsen via RT <
perl6-bugs-followup@​perl.org> wrote​:

Fixed with 0e4a6434d6164169ba , tests needed

On 25 Jun 2016, at 06​:28, Lloyd Fournier (via RT) <
perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​128481]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128481 >

20​:26 < llfourn> m​: my &code = *.split("\n"); code("foo\nbar").^name.say
#
:/
20​:26 <+camelia> rakudo-moar 6afd0b​: OUTPUT«BOOTArray␤»

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant