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

Cannot find load file if loading from another directory #222

Open
hth313 opened this issue Sep 10, 2021 · 0 comments
Open

Cannot find load file if loading from another directory #222

hth313 opened this issue Sep 10, 2021 · 0 comments

Comments

@hth313
Copy link

hth313 commented Sep 10, 2021

If I start huski and load a scheme source file using a relative path, and that file wants to load some file by its own, it will look for it in my current directory. It feels more logical that it look for it in the same directory as the file load is called from, or relative to the very first load file.

Another way would be to have some binding with the path of the original load file that I could tack that on when doing the load. Not sure if that exists?

As it is now, it seems impossible to load a source file from a source file, unless I have everything in my current directory.

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

No branches or pull requests

1 participant