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

empty-list adverb on literal hash yields LTA, too-internal error message in Rakudo #3205

Open
p6rt opened this issue Aug 9, 2013 · 6 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 9, 2013

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

Searchable as RT119215$

@p6rt
Copy link
Author

p6rt commented Aug 9, 2013

From @masak

<[Coke]> r​: {}​:<>
<camelia> rakudo b17b0b​: OUTPUT«===SORRY!===␤No such method
'has_compile_time_value' for invocant of type 'NQPMu'␤»
<jnthn> eeks
* masak submits rakudobug
<masak> r​: { foo => 42 }​:<>
<camelia> rakudo b17b0b​: OUTPUT«===SORRY!===␤No such method
'has_compile_time_value' for invocant of type 'NQPMu'␤»

@p6rt
Copy link
Author

p6rt commented Aug 17, 2014

From @perlpilot

On Fri Aug 09 08​:25​:00 2013, masak wrote​:

<[Coke]> r​: {}​:<>
<camelia> rakudo b17b0b​: OUTPUT«===SORRY!===␤No such method
'has_compile_time_value' for invocant of type 'NQPMu'␤»
<jnthn> eeks
* masak submits rakudobug
<masak> r​: { foo => 42 }​:<>
<camelia> rakudo b17b0b​: OUTPUT«===SORRY!===␤No such method
'has_compile_time_value' for invocant of type 'NQPMu'␤»

Now says​:

➤ perl6

{}​:<>
➤ perl6 --version
This is perl6 version 2014.07-165-gf9f7464 built on MoarVM version 2014.07-388-ge953112

-Scott

@p6rt
Copy link
Author

p6rt commented Aug 17, 2014

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

@p6rt
Copy link
Author

p6rt commented Oct 16, 2014

From @usev6

The error message is no longer too internal, but is it adequate enough?

$ perl6-m -e '{}​:<>' ## identical error with perl6-p
===SORRY!===
This type does not support positional operations

$ perl6-j -e '{}​:<>'
===SORRY!===
java.lang.RuntimeException​: This type does not support positional operations

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 16, 2014

From @usev6

The error message is no longer too internal, but is it adequate enough?

$ perl6-m -e '{}​:<>' ## identical error with perl6-p
===SORRY!===
This type does not support positional operations

$ perl6-j -e '{}​:<>'
===SORRY!===
java.lang.RuntimeException​: This type does not support positional operations

@p6rt
Copy link
Author

p6rt commented Dec 3, 2017

From @AlexDaniel

Still a very weird error (2017.11,HEAD(e5b660e))​:

===SORRY!===
This type (QAST​::WVal) does not support positional operations

And no, that's not adequate enough.

On 2014-10-16 03​:48​:58, bartolin@​gmx.de wrote​:

The error message is no longer too internal, but is it adequate enough?

$ perl6-m -e '{}​:<>' ## identical error with perl6-p
===SORRY!===
This type does not support positional operations

$ perl6-j -e '{}​:<>'
===SORRY!===
java.lang.RuntimeException​: This type does not support positional operations

@p6rt p6rt added the Bug 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