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

Warn on duplicate template or block name. #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

choroba
Copy link

@choroba choroba commented Jan 22, 2017

Fixes #8.

Duplicate block name in the same file can't be reported from Jemplate,
we need to fix Template instead (in progress).

Fixes ingydotnet#8.

Duplicate block name in the same file can't be reported from Jemplate,
we need to fix Template instead (in progress).
@coveralls
Copy link

coveralls commented Jan 22, 2017

Coverage Status

Coverage increased (+0.1%) to 85.294% when pulling 4c4058d on choroba:duplicate-names into ce5eeb3 on ingydotnet:master.

@choroba
Copy link
Author

choroba commented Apr 22, 2017

Template now warns on duplicate block names. By merging this commit, you can add warnings for blocks coming from different files.

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.

Jemplate block names in different files can collide
2 participants