Navigation Menu

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

wrong exception type thrown: "Applying traits to submethods retains submethod semantics" #5700

Closed
p6rt opened this issue Sep 27, 2016 · 4 comments
Labels
JVM Related to Rakudo-JVM

Comments

@p6rt
Copy link

p6rt commented Sep 27, 2016

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

Searchable as RT129375$

@p6rt
Copy link
Author

p6rt commented Sep 27, 2016

From @coke

S14-traits/routines.t

  my class B is A { }
  is A.m, 42, 'Applying traits to submethods works';
  throws-like { B.m }, X​::Method​::NotFound,
  'Applying traits to submethods retains submethod semantics';

Throws an adhoc exception in the JVM.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Sep 28, 2016

From @usev6

With commit rakudo 5435f32949 the test passes again. I'm closing this ticket.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Sep 28, 2016

From @usev6

With commit rakudo 5435f32949 the test passes again. I'm closing this ticket.

@p6rt
Copy link
Author

p6rt commented Sep 28, 2016

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

@p6rt p6rt closed this as completed Sep 28, 2016
@p6rt p6rt added the JVM Related to Rakudo-JVM label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JVM Related to Rakudo-JVM
Projects
None yet
Development

No branches or pull requests

1 participant