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

Indirect symbol lookup failing #4706

Closed
p6rt opened this issue Oct 31, 2015 · 7 comments
Closed

Indirect symbol lookup failing #4706

p6rt opened this issue Oct 31, 2015 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Oct 31, 2015

Migrated from rt.perl.org#126523 (status was 'resolved')

Searchable as RT126523$

@p6rt
Copy link
Author

p6rt commented Oct 31, 2015

From @coke

A few tests die with this on MOAR only (JVM is fine)

  is :​:("GLOBAL")​::('$x60'), 60, '​::("GLOBAL") works';

  is f2({ $​::($caller)​::($caller)​::x }), 91, 'indirect CALLER​::CALLER works';

Method 'Int' not found for invocant of class 'Any'
  in sub proclaim at lib/Test.pm​:508
  in sub skip at lib/Test.pm​:279
  in block <unit> at t/spec/S02-names/pseudo.rakudo.moar​:266

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 31, 2015

From @coke

On Sat Oct 31 14​:52​:50 2015, coke wrote​:

A few tests die with this on MOAR only (JVM is fine)

is :​:("GLOBAL")​::('$x60'), 60, '​::("GLOBAL") works';

is f2({ $​::($caller)​::($caller)​::x }), 91, 'indirect CALLER​::CALLER
works';

Method 'Int' not found for invocant of class 'Any'
in sub proclaim at lib/Test.pm​:508
in sub skip at lib/Test.pm​:279
in block <unit> at t/spec/S02-names/pseudo.rakudo.moar​:266

On Moar, it dies as above. on the JVM, the tests complete, but fail.
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 6, 2015

From @usev6

The "Method 'Int' not found for invocant of class 'Any'" error on Moar is gone. I changed the fudging with commit 818ec3d.

Two of the tests are still not passing (both on Moar and JVM).

1 similar comment
@p6rt
Copy link
Author

p6rt commented Nov 6, 2015

From @usev6

The "Method 'Int' not found for invocant of class 'Any'" error on Moar is gone. I changed the fudging with commit 818ec3d.

Two of the tests are still not passing (both on Moar and JVM).

@p6rt
Copy link
Author

p6rt commented Nov 6, 2015

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

@p6rt
Copy link
Author

p6rt commented Aug 30, 2017

From @skids

On Fri, 06 Nov 2015 12​:11​:54 -0800, bartolin@​gmx.de wrote​:

The "Method 'Int' not found for invocant of class 'Any'" error on Moar
is gone. I changed the fudging with commit 818ec3d.

Two of the tests are still not passing (both on Moar and JVM).

I only found one test marked with this RT # that was not passing, and it is now
fixed in commit f1b08630, and the that test has been unfudged.

@p6rt p6rt closed this as completed Aug 30, 2017
@p6rt
Copy link
Author

p6rt commented Aug 30, 2017

@skids - Status changed from 'open' to 'resolved'

@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