1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-02 22:58:09 +00:00

More work on fixing bunlde tools install.

This commit is contained in:
Calvin Rose
2024-05-25 13:23:11 -05:00
parent 2260a593bd
commit 8334504f4e
3 changed files with 7 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
(rmrf syspath)
(os/mkdir syspath)
(put root-env *syspath* (os/realpath syspath))
(setdyn *out* @"")
#(setdyn *out* @"")
(assert (empty? (bundle/list)) "initial bundle/list")
(assert (empty? (bundle/topolist)) "initial bundle/topolist")
@@ -49,7 +49,6 @@
# Install deps (dep1 as :auto-remove)
(assert-no-error "sample-dep2"
(print (dyn *syspath*))
(bundle/install "./examples/sample-dep2"))
(assert-no-error "sample-dep1" (bundle/install "./examples/sample-dep1"))
(assert-no-error "sample-dep2 reinstall" (bundle/reinstall "sample-dep2"))