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

#130634 #6031

Closed
p6rt opened this issue Jan 25, 2017 · 7 comments
Closed

#130634 #6031

p6rt opened this issue Jan 25, 2017 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Jan 25, 2017

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

Searchable as RT130636$

@p6rt
Copy link
Author

p6rt commented Jan 25, 2017

From @raiph

Golf'd to​:

role A { method m {} }
role B does A {}
class C does A does B {}

Method 'm' must be resolved by class C because it exists in multiple roles
(A, B)

Note that the same issue leads also to​:

role A { has $a }
role B does A {}
class C does A does B {}

Attribute '$!a' conflicts in role composition

A number of devs discussed this on #perl6 with the useful part starting
here​:

https://irclog.perlgeek.de/perl6/2017-01-24#i_13982402

and ending with jnthn's thoughts.

@p6rt
Copy link
Author

p6rt commented Jan 25, 2017

From @raiph

Status​: rejected

@p6rt
Copy link
Author

p6rt commented Jan 25, 2017

From @zoffixznet

Rejecting as comment is already added in similar ticket​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=130634#ticket-history

@p6rt
Copy link
Author

p6rt commented Jan 25, 2017

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

@p6rt
Copy link
Author

p6rt commented Jan 25, 2017

@zoffixznet - Status changed from 'open' to 'rejected'

@p6rt
Copy link
Author

p6rt commented Feb 16, 2017

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

@p6rt p6rt closed this as completed Feb 16, 2017
@p6rt
Copy link
Author

p6rt commented Feb 16, 2017

@zoffixznet - Status changed from 'open' to 'rejected'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant