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

Local variable for tag should have prefix or suffix to avoid conflict. #382

Closed
philidem opened this issue Oct 17, 2016 · 1 comment
Closed
Assignees
Labels
good first issue Small tasks that would be good for first time contributors type:bug A bug report

Comments

@philidem
Copy link
Member

Currently, this causes a conflict:

<product for(product in products) item=product>

The tag for product has a variable name of product which conflicts with the local variable introduced in the for ... in ... loop.

@philidem philidem added type:bug A bug report good first issue Small tasks that would be good for first time contributors labels Oct 17, 2016
patrick-steele-idem added a commit that referenced this issue Oct 17, 2016
@patrick-steele-idem
Copy link
Contributor

New version published: [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Small tasks that would be good for first time contributors type:bug A bug report
Projects
None yet
Development

No branches or pull requests

2 participants