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

make file inclusion recursive #38

Closed
grahampcharles opened this issue Apr 19, 2022 · 1 comment
Closed

make file inclusion recursive #38

grahampcharles opened this issue Apr 19, 2022 · 1 comment
Assignees
Labels
bug Something isn't working Completed

Comments

@grahampcharles
Copy link

Currently, if you include a file that itself contains included files, only the top-level includes are processed. Included files in the child files are simply rendered as the {file name} (or {id}).

I think that any included file should also have sub-includes parsed.

Obviously, this would require a mechanism to protect against looping (a includes b which includes a), but I still think it would be valuable.

@zoctarine
Copy link
Owner

Ah, it should work as you described. It also has a loop protection, that it does not include a file if it was already included. The fact that it does not work, means there is a bug somewhere.

Thanks for reporting it. I will start fixing it.

@zoctarine zoctarine added this to the Beta 1 (v0.1.0) milestone Apr 29, 2022
@zoctarine zoctarine added the bug Something isn't working label Apr 29, 2022
@zoctarine zoctarine self-assigned this Apr 29, 2022
@zoctarine zoctarine added the In progress Working on it... label Apr 29, 2022
@zoctarine zoctarine added Completed and removed In progress Working on it... labels Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Completed
Projects
None yet
Development

No branches or pull requests

2 participants