Skip to content

Commit 719337e

Browse files
committed
Merge branch 'pyret-lang-pr-1851'
This is both a meaningful merge and a test. We did: git checkout repo-lang git switch -c pyret-lang-pr-1851 git pull --no-ff git@github.com:brownplt/pyret-lang horizon git checkout main git merge pyret-lang-pr-1851 This got the change from brownplt/pyret-lang#1851, and appropriately merged the edits into the right lang/ subdirectory path in the main branch.
2 parents 6c115bc + 26b104e commit 719337e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/src/scripts/show-compilation.arr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parsed-options = C.parse-cmdline(cl-options)
4141

4242
compile-str = lam(filename, options):
4343
base-module = CS.dependency("file-no-cache", [list: filename])
44-
base = CLI.module-finder({current-load-path:"./", cache-base-dir: "./compiled"}, base-module)
44+
base = CLI.module-finder(CLI.default-start-context, base-module)
4545
wlist = CL.compile-worklist(CLI.module-finder, base.locator, base.context)
4646
traces = SD.make-mutable-string-dict()
4747
result = CL.compile-program(wlist, options.{

0 commit comments

Comments
 (0)