-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Crashing Issue when extending from unexisting template #214
Comments
name = 'torchbear' |
I was just about to run the code to see if it would produce an error. Looking at the trace it does look like it goes back to tera renderer with an unexpected node (looked related to Keats/tera#370). You probably didnt get a direct error because of it panicking than returning a proper error. When I get a minute I will look at the template to get a better understanding of it. |
With the new version the https://github.com/LuisReyes98/found-patterns-theme/tree/crashing_error_in_templeate_searching , still doesn't work but now gives a proper error message:
where the error is that the value of the parent theme is nil |
this issue now can be resolved by changing lighttouch theme loader |
Our updated plan:
This makes this potentially has value Keats/tera#321 |
Issue
Torchbear crashes without giving a proper error message when it extends from a template that doesn't exist.
example in the linked repository
https://github.com/LuisReyes98/found-patterns-theme/tree/crashing_error_in_templeate_searching
The text was updated successfully, but these errors were encountered: