-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ER: import from a specified location #130
Comments
you might be looking for https://github.com/joshgoebel/wren-console/ ? |
@ruby0x1 - No, this question has nothing to do with wren-console or JSON. It is about specifying the location of a module in an arbitrary location, as per the "subject". Thanks anyway. |
Module resolution is handled by the host, so for example how dome handles modules is different to wren cli, and the log you linked mentioned stuff from wren console (specifically wrenc) which implied the resolution question might be host specific. @joshgoebel can check, I haven't read into the issue just yet. |
@ruby0x1 I don't know what this is (from the log)...
My guess was they were using @pkoppstein There is of course the experimental binary module loading support, but as mentioned in the, very experimental. |
@pkoppstein I think you'll find Reference: This is something |
@joshgoebel - I've added ER to the "subject" as you suggested. I was originally going to do so, but then I came across the munificent quotation at the very top of this thread, so it began to look more like a bug. Thanks. @ruby0x1 - Sorry for the confusion about |
Over at wren-lang/wren#346 I see:
That does not seem to be true of wren-cli. I think it should be possible to specify an absolute path. Or am I missing something?
Example
Changing the first / in the import to // did not help.
The text was updated successfully, but these errors were encountered: