Skip Menu |

This queue is for tickets about the Slay-Makefile CPAN distribution.

Report information
The Basics
Id: 29320
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Slay-Makefile

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: 0.06



Circular dependencies are not detected but should be skipped or reported as an error. Just try it with the following SlayMakefile: all: foo all This would cause slaymake to run forever. GNU make detects the circular dependency: make: Circular all <- all dependency dropped. make: Nothing to be done for `all'. BSD make (pmake) just reports an error: pmake: Graph cycles through all `all' not remade because of errors. Regards, Slaven
This issue resulted from a problem in the dependent Slay::Maker module and has been fixed as of Slay::Maker 0.6.
Thanks.