We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19fb125 + 05b5ba9 commit 003f378Copy full SHA for 003f378
src/scripts/show-compilation.arr
@@ -41,7 +41,7 @@ parsed-options = C.parse-cmdline(cl-options)
41
42
compile-str = lam(filename, options):
43
base-module = CS.dependency("file-no-cache", [list: filename])
44
- base = CLI.module-finder({current-load-path:"./", cache-base-dir: "./compiled"}, base-module)
+ base = CLI.module-finder(CLI.default-start-context, base-module)
45
wlist = CL.compile-worklist(CLI.module-finder, base.locator, base.context)
46
traces = SD.make-mutable-string-dict()
47
result = CL.compile-program(wlist, options.{
0 commit comments