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

Bizarre Compile time error apparently at runtime #4605

Closed
p6rt opened this issue Sep 29, 2015 · 4 comments
Closed

Bizarre Compile time error apparently at runtime #4605

p6rt opened this issue Sep 29, 2015 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 29, 2015

Migrated from rt.perl.org#126218 (status was 'open')

Searchable as RT126218$

@p6rt
Copy link
Author

p6rt commented Sep 29, 2015

From @stmuk

#!/usr/bin/env perl6

say "hi";

my $m = (1,2 X~ ('' X~ '')).first​: *.IO.f;

result​:

hi
===SORRY!===
Cannot invoke this object (REPR​: Uninstantiable)

@p6rt
Copy link
Author

p6rt commented Aug 17, 2016

@coke - Status changed from 'new' to 'open'

@p6rt p6rt added the Bug label Jan 5, 2020
@usev6
Copy link

usev6 commented Oct 9, 2023

I poked commitable6 a bit, hoping to find a commit that showed the old error (https://colabti.org/irclogger/irclogger_log/raku-dev?date=2023-10-09#l209), but didn't succeed.

What I did find were some other old bug reports, that seemed to show similar problems:

For both those but reports a fix has been committed and tests have been added to roast.

Given the age of this issue (pre Christmas) and the fact that I didn't find more recent bug reports about similar problems, I'll close this issue as "can't reproduce" and without adding a test.

@usev6 usev6 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2023
@usev6
Copy link

usev6 commented Oct 9, 2023

I found another report that seems to be about the same problem and has some interesting details: #4578

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

2 participants