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

LTA error message for &OUR::bar() when such a sub isn't found in Rakudo #3307

Open
p6rt opened this issue Jan 4, 2014 · 4 comments
Open
Labels

Comments

@p6rt
Copy link

p6rt commented Jan 4, 2014

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

Searchable as RT120930$

@p6rt
Copy link
Author

p6rt commented Jan 4, 2014

From @masak

<moritz> p​: say &OUR​::bar()
<camelia> rakudo-parrot e32249​: OUTPUT«No such method 'Any' for
invocant of type 'Parcel' [...]
<moritz> anyway, that error mesage is LTA
* masak submits LTA error message

@p6rt
Copy link
Author

p6rt commented Jul 7, 2014

From @coke

On Sat Jan 04 06​:24​:21 2014, masak wrote​:

<moritz> p​: say &OUR​::bar()
<camelia> rakudo-parrot e32249​: OUTPUT«No such method 'Any' for
invocant of type 'Parcel' [...]
<moritz> anyway, that error mesage is LTA
* masak submits LTA error message

Even more LTAs​:

16​:34 < [Coke]> r​: say &OUR​::bar() # RT #​120930
16​:34 <+camelia> rakudo-jvm 25c511​: OUTPUT«No such method 'Any' for invocant of
  type 'Parcel'␤ in any at gen/jvm/BOOTSTRAP.nqp​:1661␤ in
  block at /tmp/tmpfile​:1␤␤»
16​:34 <+camelia> ..rakudo-parrot 25c511​: OUTPUT«No such method 'Any' for
  invocant of type 'Parcel'␤ in any at
  gen/parrot/BOOTSTRAP.nqp​:1673␤ in block at /tmp/tmpfile​:1␤␤»
16​:34 <+camelia> ..rakudo-moar 25c511​: OUTPUT«Cannot find method 'Any'␤ in
  block at /tmp/tmpfile​:1␤␤»

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jul 7, 2014

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

@p6rt
Copy link
Author

p6rt commented May 10, 2017

From @MasterDuke17

On Mon, 07 Jul 2014 13​:35​:26 -0700, coke wrote​:

On Sat Jan 04 06​:24​:21 2014, masak wrote​:

<moritz> p​: say &OUR​::bar()
<camelia> rakudo-parrot e32249​: OUTPUT«No such method 'Any' for
invocant of type 'Parcel' [...]
<moritz> anyway, that error mesage is LTA
* masak submits LTA error message

Even more LTAs​:

16​:34 < [Coke]> r​: say &OUR​::bar() # RT #​120930
16​:34 <+camelia> rakudo-jvm 25c511​: OUTPUT«No such method 'Any' for
invocant of
type 'Parcel'␤ in any at
gen/jvm/BOOTSTRAP.nqp​:1661␤ in
block at /tmp/tmpfile​:1␤␤»
16​:34 <+camelia> ..rakudo-parrot 25c511​: OUTPUT«No such method 'Any'
for
invocant of type 'Parcel'␤ in any at
gen/parrot/BOOTSTRAP.nqp​:1673␤ in block at
/tmp/tmpfile​:1␤␤»
16​:34 <+camelia> ..rakudo-moar 25c511​: OUTPUT«Cannot find method
'Any'␤ in
block at /tmp/tmpfile​:1␤␤»

It now says​:

[22​:44] <MasterDuke_> m​: say &OUR​::bar()
[22​:44] <+camelia> rakudo-moar 643593​: OUTPUT​: «Cannot find method 'Any' on object of type List␤ in block <unit> at <tmp> line 1␤␤»

@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