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

Always resolve loading files to absolute path. #7

Open
nugend opened this issue Feb 12, 2016 · 0 comments
Open

Always resolve loading files to absolute path. #7

nugend opened this issue Feb 12, 2016 · 0 comments
Labels

Comments

@nugend
Copy link
Owner

nugend commented Feb 12, 2016

Files can be reloaded if the first time a file is referred to, a relative path is used, but later a loaded file resolves a name through the global package namespace. On the second occurrence, an absolute path will be used to determine the file identity.

This could also be a problem if two sets of files are somehow loaded relatively and the same name is present in each set.

@nugend nugend added the bug label Feb 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant