panux / lbuild

A simple lua-based build system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve debugging info

niaow opened this issue · comments

commented

It is possible to end up in deadlock with a full dynamically generated dependency tree by having a dependency loop. I temporarily implemented a system to print incomplete jobs, but it might be better to add a mechanism to detect dependency loops to be more helpful.