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

Ensure custom templateCompilerPath is an absolute path. #553

Merged
merged 1 commit into from
May 8, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 8, 2020

The examples that we show for using a custom template compiler path use a relative path, but that doesn't actually work when inline compilation runs and is parallelized (because the worker processes run from a different relative root inside /tmp).

This ensures that any specified overrides are converted to absolute paths.

@rwjblue rwjblue added the bug label May 8, 2020
@rwjblue rwjblue force-pushed the ensure-template-path-is-absolute branch from 0fe7c74 to 730fb93 Compare May 8, 2020 13:44
The examples that we show for using a custom template compiler path use
a relative path, but that doesn't actually work when inline compilation
runs and is parallelized (because the worker processes run from a
different relative root inside `/tmp`).

This ensures that any specified overrides are converted to absolute
paths.
@rwjblue rwjblue force-pushed the ensure-template-path-is-absolute branch from 730fb93 to d13b5e2 Compare May 8, 2020 13:46
@rwjblue rwjblue merged commit f69a74b into master May 8, 2020
@rwjblue rwjblue deleted the ensure-template-path-is-absolute branch May 8, 2020 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants