You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run mdz build in the project root produces this error:
error: could not find module ./base64: spork/base64.jimage spork/base64.janet spork/base64/init.janet spork/base64.so in require-1 [boot.janet] on line 3017, column 20 in import* [boot.janet] on line 3061, column 15 in thunk [spork/init.janet] (tail call) on line 4, column 1 in dofile [boot.janet] (tail call) on line 2992, column 7 in source-loader [boot.janet] on line 3004, column 15 in require-1 [boot.janet] (tail call) on line 3028, column 18 in api-index [/usr/local/lib/janet/mendoza/markup-env.janet] on line 189, column 33 in thunk [eval] (tail call) on line -1, column -1 in do-contents [/usr/local/lib/janet/mendoza/markup.janet] on line 165, column 26 in markup [/usr/local/lib/janet/mendoza/markup.janet] on line 172, column 3 in with-dyns [/usr/local/lib/janet/mendoza/markup.janet] on line 183, column 51 in <anonymous> [/usr/local/lib/janet/mendoza/markup.janet] on line 182, column 41 in require-1 [boot.janet] (tail call) on line 3028, column 18 in read-pages [/usr/local/lib/janet/mendoza/init.janet] on line 127, column 25 in read-pages [/usr/local/lib/janet/mendoza/init.janet] on line 124, column 20 in build [/usr/local/lib/janet/mendoza/init.janet] (tail call) on line 132, column 3
This seems to be fixed by removing the relative import of the base64 module in spork/init.janet and replacing it with a native import:
Attempting to run
mdz build
in the project root produces this error:This seems to be fixed by removing the relative import of the base64 module in spork/init.janet and replacing it with a native import:
Related discussion in #185 and #188 . This seems trivially fixable to me—is there a reason we haven't done so yet?
The text was updated successfully, but these errors were encountered: