Re: [perl #126688] bug detecting circular dependencies

2016-03-27 Thread Marcel Timmerman
There should be already several bug reports mentioning this. I and someone else have reported this. I forgot the bug numbers though, I am on a vacation and therefore not able to find the bug number, sorry Marcel Timmerman On March 27, 2016 6:47:08 PM Carl Mäsak via RT

Re: [perl #126688] bug detecting circular dependencies

2015-12-31 Thread mt1957
On 12/31/2015 06:58 AM, Dave Rolsky via RT wrote: I can confirm that this is still happening as of today's rakudo. It seems like an important bug to fix, but maybe more importantly, how are we supposed to handle circular deps? Consider a pair of classes, Tree and Node, which both need to

[perl #126688] bug detecting circular dependencies

2015-11-20 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #126688] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126688 > Circular dependencies on modules are not detected anymore. Golfed code; File 1 use v6;