-
Notifications
You must be signed in to change notification settings - Fork 1
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
.WHICH fails for Block but True #4547
Comments
From zefram@fysh.orgBasic introspection methods fail on the value Block but True: $ ./perl6 -e 'my $a = Block; say $a.WHICH; my $b = Block but True; say $b.WHICH' Methods other than .WHICH fail too, such as .WHAT and .perl. The error -zefram |
From @AlexDanielStill reproducible (2017.11,HEAD(e5b660e)) On 2015-09-18 12:12:49, zefram@fysh.org wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
From @lizmatCan be golfed to “Block but True”. Problem also existed for “Code but True”. Fixed with e31a414 . Tests needed.
|
From @zoffixznet |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#126099 (status was 'resolved')
Searchable as RT126099$
The text was updated successfully, but these errors were encountered: