Skip to content
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

#load errors on compile on linux #369

Closed
mattt-b opened this issue Apr 22, 2019 · 1 comment
Closed

#load errors on compile on linux #369

mattt-b opened this issue Apr 22, 2019 · 1 comment

Comments

@mattt-b
Copy link
Contributor

mattt-b commented Apr 22, 2019

Context

Expected Behavior

#load loading the contents of a file

Current Behavior

#load is a compile error: Failed to "#load" file: ; invalid file or cannot be found
This message is given when using #load(#file) or #load("/path/to/file")

@mattt-b mattt-b changed the title #load error on linux #load errors on compile on linux Apr 22, 2019
@gingerBill
Copy link
Member

#load(#file) needs to be handled correctly as the value of #file is not currently determined during parsing, but during the semantic checking stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants