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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support namespaced attributes in template pipeline #53646

Closed
wants to merge 2 commits into from

Conversation

mmalerba
Copy link
Contributor

No description provided.

@mmalerba mmalerba added target: patch This PR is targeted for the next patch release area: compiler Issues related to `ngc`, Angular's template compiler compiler: template pipeline labels Dec 19, 2023
@ngbot ngbot bot added this to the Backlog milestone Dec 19, 2023
Copy link
Contributor

@dylhunn dylhunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and thanks for finding out about AttributeMarker.NamespaceURI!

We currently do not support the `namespace` argument for the attribute instruction. (Who knew it even existed!)
@mmalerba mmalerba added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note labels Dec 20, 2023
@mmalerba
Copy link
Contributor Author

Caretaker Note: No g3 impact

@dylhunn
Copy link
Contributor

dylhunn commented Dec 20, 2023

@mmalerba looks like you actually may need a golden update

@dylhunn dylhunn removed action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note labels Dec 20, 2023
It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.
@mmalerba
Copy link
Contributor Author

updated

@mmalerba mmalerba added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note labels Dec 20, 2023
@atscott
Copy link
Contributor

atscott commented Jan 3, 2024

This PR was merged into the repository by commit 3302425.

atscott pushed a commit that referenced this pull request Jan 3, 2024
We currently do not support the `namespace` argument for the attribute instruction. (Who knew it even existed!)

PR Close #53646
atscott pushed a commit that referenced this pull request Jan 3, 2024
It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.

PR Close #53646
@atscott atscott closed this in 1731988 Jan 3, 2024
atscott pushed a commit that referenced this pull request Jan 3, 2024
It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.

PR Close #53646
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
We currently do not support the `namespace` argument for the attribute instruction. (Who knew it even existed!)

PR Close angular#53646
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
)

It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.

PR Close angular#53646
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
We currently do not support the `namespace` argument for the attribute instruction. (Who knew it even existed!)

PR Close angular#53646
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
)

It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.

PR Close angular#53646
danieljancar pushed a commit to danieljancar/angular that referenced this pull request Jan 26, 2024
We currently do not support the `namespace` argument for the attribute instruction. (Who knew it even existed!)

PR Close angular#53646
danieljancar pushed a commit to danieljancar/angular that referenced this pull request Jan 26, 2024
)

It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.

PR Close angular#53646
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
We currently do not support the `namespace` argument for the attribute instruction. (Who knew it even existed!)

PR Close angular#53646
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
)

It's possible for attributes to have a namespace, we need to handle this
possiblity for both attribute instructions and attributes extracted to
the consts array.

PR Close angular#53646
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler compiler: template pipeline merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants