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

Cannot look up attributes in a type object #4264

Closed
p6rt opened this issue May 25, 2015 · 6 comments
Closed

Cannot look up attributes in a type object #4264

p6rt opened this issue May 25, 2015 · 6 comments
Labels

Comments

@p6rt
Copy link

p6rt commented May 25, 2015

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

Searchable as RT125249$

@p6rt
Copy link
Author

p6rt commented May 25, 2015

From @atweiden

This occurs in Rakudo 2015.05 release but not in 2015.04. Basic case​:

  $ cat h.pl
  my %h = my %x{Date};
  say %h.perl;

  $ p6 h.pl
  Cannot look up attributes in a type object
  in block <unit> at s.p6​:1
  in any <unit-outer> at s.p6​:1

@p6rt
Copy link
Author

p6rt commented May 26, 2015

From @lizmat

This has already been fixed by 869306336fadd85320bfc1ae

On 25 May 2015, at 20​:39, Andy Weidenbaum (via RT) <perl6-bugs-followup@​perl.org> wrote​:

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

This occurs in Rakudo 2015.05 release but not in 2015.04. Basic case​:

$ cat h.pl
my %h = my %x{Date};
say %h.perl;

$ p6 h.pl
Cannot look up attributes in a type object
in block <unit> at s.p6​:1
in any <unit-outer> at s.p6​:1

@p6rt
Copy link
Author

p6rt commented May 26, 2015

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

@p6rt
Copy link
Author

p6rt commented May 26, 2015

From @usev6

I added a test to S09-hashes/objecthash.t with commit Raku/roast@3f4554b157

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented May 26, 2015

From @usev6

I added a test to S09-hashes/objecthash.t with commit Raku/roast@3f4554b157

I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented May 26, 2015

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

@p6rt p6rt closed this as completed May 26, 2015
@p6rt p6rt added the 2015.05 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