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

fix(loader): test for absolute paths in includes #183

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Conversation

sanjayankur31
Copy link
Contributor

We first check to see if the included path is fine to load, if it is, that's good. If it isn't, we assume it may be relative to the current path (base path) and try that.

Fixes #182

We first check to see if the included path is fine to load, if it is,
that's good. If it isn't, we assume it may be relative to the current
path (base path) and try that.

Fixes #182
@sanjayankur31 sanjayankur31 added T: enhancement Type: enhancement S: ready for review ready for review labels Nov 29, 2023
@pgleeson pgleeson merged commit b4c3e4d into development Dec 13, 2023
21 checks passed
@sanjayankur31 sanjayankur31 deleted the fix/182 branch September 11, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: ready for review ready for review T: enhancement Type: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants