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
I'm using Mojave 10.14.6.
I've tried to jpm test eihter with janet 1.15.3 and HEAD (both installed via homebrew).
I get this:
jpm test
running test/test.janet ...
could not find module build/webview:
/usr/local/Cellar/janet/HEAD-c909762/lib/janet/build/webview.jimage
/usr/local/Cellar/janet/HEAD-c909762/lib/janet/build/webview.janet
/usr/local/Cellar/janet/HEAD-c909762/lib/janet/build/webview/init.janet
/usr/local/Cellar/janet/HEAD-c909762/lib/janet/build/webview.so
in require-1 [boot.janet] on line 2528, column 20
in import* [boot.janet] on line 2567, column 15
in _thunk [test/test.janet] (tailcall) on line 3, column 1
The text was updated successfully, but these errors were encountered:
CFiggers
added a commit
to CFiggers/webview
that referenced
this issue
Jul 14, 2024
On my machine, `test.janet` fails looking for `build/webview` but succeeds if I make the import working directory-relative.
Seems to be the issue with janet-lang#3 as well.
I'm using Mojave 10.14.6.
I've tried to
jpm test
eihter with janet 1.15.3 and HEAD (both installed via homebrew).I get this:
The text was updated successfully, but these errors were encountered: