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

Some issue with BUILDPLAN changes #6523

Closed
p6rt opened this issue Sep 15, 2017 · 1 comment
Closed

Some issue with BUILDPLAN changes #6523

p6rt opened this issue Sep 15, 2017 · 1 comment
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Sep 15, 2017

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

Searchable as RT132097$

@p6rt
Copy link
Author

p6rt commented Sep 15, 2017

From @AlexDaniel

Submitting this ticket just to add some context for the upcoming test. The issue is already resolved after rakudo/rakudo@3de6f33 .

Code​:
role Rule {
  has Int $.number;
  has $.foo = $!number.say;
}

class Wolfram does Rule {
  has Rule $.rule .= new(​:$!number);
}

Wolfram.new​: number => 30

Result (2017.08,dea0a08545a^)​:
30
30

Result (dea0a08,HEAD(ac8e099))​:
(Int)
30

This was causing a problem with Automata​::Cellular tests ( https://github.com/dbrunton/Automata-Cellular ).

@p6rt p6rt closed this as completed Sep 15, 2017
@p6rt p6rt added the regression Issue did not exist previously label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant