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

Qute - validate "data:" namespace expressions if possible #20771

Closed
mkouba opened this issue Oct 14, 2021 · 0 comments · Fixed by #26218
Closed

Qute - validate "data:" namespace expressions if possible #20771

mkouba opened this issue Oct 14, 2021 · 0 comments · Fixed by #26218
Labels
area/qute The template engine kind/enhancement New feature or request
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Oct 14, 2021

Description

The data: namespace can be used to reference data passed to the template instance. If there is a parameter declaration bound to the variable we could validate these expressions as well.

Implementation ideas

No response

@mkouba mkouba added the kind/enhancement New feature or request label Oct 14, 2021
@quarkus-bot quarkus-bot bot added the area/qute The template engine label Oct 14, 2021
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 19, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable. When multiple parameter declarations are matching, innermost  declaration within a data object scope is taken.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 19, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable. When multiple parameter declarations are matching, innermost  declaration within a data object scope is taken.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 19, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable. When multiple parameter declarations are matching, innermost  declaration within a data object scope is taken.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 20, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 20, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 20, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 20, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 21, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 21, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 22, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 23, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 23, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
michalvavrik added a commit to michalvavrik/quarkus that referenced this issue Jun 24, 2022
Resolves: quarkusio#20771

DataNamespace is currently not validated, this PR adds validation if parameter declaration is bound to the variable.
@quarkus-bot quarkus-bot bot added this to the 2.11 - main milestone Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qute The template engine kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant