Skip to content

Conversation

@tsx8
Copy link

@tsx8 tsx8 commented Dec 21, 2025

Fixes #906

Check if the include path is absolute before joining it with the entry directory.

Fixes daeuniverse#906

When using absolute paths in the include directive, the path was
incorrectly joined with the entry directory, resulting in paths like
'/etc/dae/etc/dae/sub.dae' instead of '/etc/dae/sub.dae'.

This commit checks if the include path is absolute before joining it
with the entry directory, allowing absolute paths to work correctly.
@tsx8 tsx8 requested a review from a team as a code owner December 21, 2025 11:55
@dae-prow dae-prow bot assigned tsx8 Dec 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report] include directive silently fails when using absolute paths

1 participant