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

my %h = classify { "foo" }, (); # failing over last few days #4233

Closed
p6rt opened this issue May 10, 2015 · 5 comments
Closed

my %h = classify { "foo" }, (); # failing over last few days #4233

p6rt opened this issue May 10, 2015 · 5 comments

Comments

@p6rt
Copy link

p6rt commented May 10, 2015

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

Searchable as RT125148$

@p6rt
Copy link
Author

p6rt commented May 10, 2015

From @dwarring

From http://irclog.perlgeek.de/perl6/2015-05-10#i_10580413

[08​:03] <dwarring> m​: my %h = classify { "foo" }, ();
[08​:03] <+camelia> rakudo-moar a040b1​: OUTPUT«Cannot look up attributes in a type object␤ in block <unit> at /tmp/_2S0X0mZLg​:1␤␤»
[08​:03] <dwarring> m​: my %h = classify { "foo" }, ("xx");
[08​:03] <+camelia> rakudo-moar a040b1​: ( no output )
[08​:04] <dwarring> that's started happening over the last few days
[08​:04] <dwarring> I'll put in an RT
[08​:04] <FROGGS> dwarring++
[08​:05] <dwarring> just seems to be the particular case of classify + empty list with hash assignment

@p6rt
Copy link
Author

p6rt commented May 10, 2015

From @dwarring

A test has been added to S32-list/classify.t . Fudged for moar and jvm

On Sun May 10 15​:15​:40 2015, david.warring wrote​:

From http://irclog.perlgeek.de/perl6/2015-05-10#i_10580413

[08​:03] <dwarring> m​: my %h = classify { "foo" }, ();
[08​:03] <+camelia> rakudo-moar a040b1​: OUTPUT«Cannot look up
attributes in a type object␤ in block <unit> at /tmp/_2S0X0mZLg​:1␤␤»
[08​:03] <dwarring> m​: my %h = classify { "foo" }, ("xx");
[08​:03] <+camelia> rakudo-moar a040b1​: ( no output )
[08​:04] <dwarring> that's started happening over the last few days
[08​:04] <dwarring> I'll put in an RT
[08​:04] <FROGGS> dwarring++
[08​:05] <dwarring> just seems to be the particular case of classify +
empty list with hash assignment

@p6rt
Copy link
Author

p6rt commented May 26, 2015

From @usev6

This no longer fails​:

$ perl6 -e 'my %h = classify { "foo" }, (); say "alive"'
alive

The tests were unfudged with commit Raku/roast@48fb065

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented May 26, 2015

From @usev6

This no longer fails​:

$ perl6 -e 'my %h = classify { "foo" }, (); say "alive"'
alive

The tests were unfudged with commit Raku/roast@48fb065

I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented May 26, 2015

@usev6 - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant