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

Mixing roles into lazy lists fails #30

Closed
BenGoldberg1 opened this issue Sep 13, 2013 · 1 comment
Closed

Mixing roles into lazy lists fails #30

BenGoldberg1 opened this issue Sep 13, 2013 · 1 comment

Comments

@BenGoldberg1
Copy link

When playing around with the evalbot, I discovered these problems:
[22:44] star: (gather {} but role {})[0]
[22:44] star 2013.08: OUTPUT«This type does not support elems␤ in method REIFY at src/gen/CORE.setting:7531␤ in method reify at src/gen/CORE.setting:6757␤ in method gimme at src/gen/CORE.setting:7177␤ in method exists at src/gen/CORE.setting:7165␤ in method at_pos at src/gen/CORE.setting:7…
[22:46] star: ((^Inf) but role {})[0]
[22:46] star 2013.08: OUTPUT«No such method 'BUILD' for invocant of type 'Range+{}'␤ in method reify at src/gen/CORE.setting:6620␤ in method reify at src/gen/CORE.setting:6744␤ in method gimme at src/gen/CORE.setting:7177␤ in method exists at src/gen/CORE.setting:7165␤ in method at_p…

In both cases, I should get '( no output )', as I would if no role were mixed in.

@moritz
Copy link
Member

moritz commented Sep 13, 2013

Hi @BenGoldberg1,

please submit bugs in rakudo compiler by sending an email to rakudobug@perl.org; this bug tracker here should only be used for errors in the actual star distribution (like wrong packaging, missing files etc.)

@moritz moritz closed this as completed Sep 13, 2013
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

2 participants