mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
json retriever now lists deps for each dep. also bumping lists.
This commit is contained in:
parent
6f532c7390
commit
eabe4671ae
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 25b27366976344fbfdbacc3eba8a5980188cecdd
|
Subproject commit d66051edf6ab3f073327a4dbc5ad9dc36980e665
|
||||||
|
|
@ -85,6 +85,7 @@ BEGIN
|
||||||
IF dependencies # NIL THEN
|
IF dependencies # NIL THEN
|
||||||
Out.String("found!"); Out.Ln;
|
Out.String("found!"); Out.Ln;
|
||||||
dependencies.GetTerminalKeys(dependencies, depstrlist);
|
dependencies.GetTerminalKeys(dependencies, depstrlist);
|
||||||
|
StringList.list(depstrlist);
|
||||||
RETURN depstrlist.Count
|
RETURN depstrlist.Count
|
||||||
ELSE
|
ELSE
|
||||||
Out.String("...has no dependencies"); Out.Ln;
|
Out.String("...has no dependencies"); Out.Ln;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue