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

[Bug] import with relative file paths #277

Open
softmattertheory opened this issue Oct 24, 2024 · 0 comments
Open

[Bug] import with relative file paths #277

softmattertheory opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@softmattertheory
Copy link
Contributor

Describe the bug
The import keyword appears to be looking relative to the CWD, rather than the file path of the current file.

To Reproduce
The following folder structure and files illustrate the problem
/folder1/ a.morpho
/folder1/ b.morpho -> import "a.morpho"
/folder2/ c.morpho -> import "../b.morpho"
Running c.morpho yields an error that "a.morpho" could not be found.

Expected behavior
import should simply find and import the file.

@softmattertheory softmattertheory added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant