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

Get the line number with an error in TemplateCompilationException #49

Closed
KolyaNET opened this issue Apr 13, 2017 · 8 comments
Closed

Get the line number with an error in TemplateCompilationException #49

KolyaNET opened this issue Apr 13, 2017 · 8 comments

Comments

@KolyaNET
Copy link

I can get the line number of the error in TemplateParsingException.
How can I get the line number in a TemplateCompilationException or Exception?

@toddams
Copy link
Owner

toddams commented Apr 13, 2017

TemplateCompilationException has no error line number at the moment, but it can be added, I think

@KolyaNET
Copy link
Author

@toddams That would be good. I think my knowledge is not enough to help with the implementation.

@toddams
Copy link
Owner

toddams commented Apr 13, 2017

Don't worry, I will add this ;)

@toddams
Copy link
Owner

toddams commented Apr 13, 2017

untitled

It looks like this now, is that acceptable for you, @KolyaNET ?

@KolyaNET
Copy link
Author

@toddams It looks good. What does the number 7 signify?

@toddams
Copy link
Owner

toddams commented Apr 14, 2017

Line number, and column number

@KolyaNET
Copy link
Author

@toddams Excellent. Thank you. When will the new release?

@toddams
Copy link
Owner

toddams commented Apr 14, 2017

Today

@toddams toddams closed this as completed Apr 14, 2017
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

No branches or pull requests

2 participants