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

Failing test in S12-subset/subtypes.t: get_bool() not implemented in class 'Int::Even' #3586

Closed
p6rt opened this issue Nov 17, 2014 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 17, 2014

Migrated from rt.perl.org#123234 (status was 'rejected')

Searchable as RT123234$

@p6rt
Copy link
Author

p6rt commented Nov 17, 2014

From @usev6

There is a failing test in S12-subset/subtypes.t​:

$ perl6-p -e 'use Test; my subset Int​::Even of Int where { $^num % 2 == 0 }; ok EVAL(q[!try { my Int​::Even $d }]), "lexically declared subtype went out of scope"'
get_bool() not implemented in class 'Int​::Even'
  in sub prefix​:<!> at gen/parrot/CORE.setting​:4283
  in sub prefix​:<!> at gen/parrot/CORE.setting​:4281
  in block <unit> at EVAL_0​:1
  in any <unit-outer> at EVAL_0​:1
  in sub EVAL at gen/parrot/CORE.setting​:785
  in sub EVAL at gen/parrot/CORE.setting​:776
  in block <unit> at -e​:1

For the time being, I'm going to fudge ('skip') that test for rakudo.parrot.

@p6rt
Copy link
Author

p6rt commented Feb 27, 2015

From @usev6

Since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing this "parrot only" ticket.

I added the ticket to a list of closed ticket living in the Mu repository​: https://github.com/perl6/mu/blob/master/misc/rt.perl.org/tickets_closed_parrot_only.txt.

In case support for Parrot will be restored in some future release the listed tickets can be checked and re-opened as appropriate.

@p6rt
Copy link
Author

p6rt commented Feb 27, 2015

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

@p6rt p6rt closed this as completed Feb 27, 2015
@p6rt p6rt added the parrot 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