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: prevent mdbook from recursing infinitely #674

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

shadows-withal
Copy link
Contributor

Fixes #669. New error:

image

Note: This only works when either both paths are absolute or both paths are relative. I consider mixing absolute and relative paths in the same config file a user error (on top of it being really hard to handle correctly, canonicalizing is a mess).

@shadows-withal shadows-withal merged commit 9f08d0b into main Dec 14, 2023
13 checks passed
@shadows-withal shadows-withal deleted the fix/infinite-mdbooks branch December 14, 2023 16:04
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

Successfully merging this pull request may close these issues.

if the source dir for an mdbook contains the build output dir(?) we recurse infinitely
2 participants