leo icon indicating copy to clipboard operation
leo copied to clipboard

[Bug] `leo build` should rigorously validate `program.json` before compiling.

Open d0cd opened this issue 5 months ago • 0 comments

🐛 Bug Report

leo build attempts to make progress in spite of incorrectly specified dependencies. For example, if a local dependency with a path accidentally has "network" specified, the compiler continues to make progress, leading to spurious errors.

leo build should thoroughly validate dependency specification before moving forward.

d0cd avatar Jul 29 '25 16:07 d0cd