mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
resolver improved: handles no such json, malformed jsons.
This commit is contained in:
parent
85bc6ea77a
commit
f1c4ca6ec3
5 changed files with 30 additions and 22 deletions
|
|
@ -8,9 +8,9 @@ VAR
|
|||
dep: vpkdepTree.Tdep;
|
||||
i : LONGINT;
|
||||
BEGIN
|
||||
Out.String("resolving dependencies...");
|
||||
Out.Ln; Out.String("resolving dependencies..."); Out.Ln;
|
||||
tree := vpkResolver.resolve(unit, vpkJsonDepRetriever.getDeps);
|
||||
Out.String(" done!"); Out.Ln;
|
||||
Out.String(" done! (:"); Out.Ln; Out.Ln;
|
||||
lst := vpkDot.tree2dot(tree);
|
||||
Out.String("dependency graph:"); Out.Ln;
|
||||
Out.String("-----------------"); Out.Ln;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue