Skip to content

test(core): Ensure signals can be read after view creation during cha…#52495

Closed
atscott wants to merge 1 commit intoangular:mainfrom
atscott:createModeDuringUpdatePass
Closed

test(core): Ensure signals can be read after view creation during cha…#52495
atscott wants to merge 1 commit intoangular:mainfrom
atscott:createModeDuringUpdatePass

Conversation

@atscott
Copy link
Copy Markdown
Contributor

@atscott atscott commented Nov 2, 2023

…nge detection

These tests ensure signals can be read in a template after embedded views are created in the middle of template execution of an update pass. The embedded view templates are executed in create mode in the middle of the component template being executed in update mode. This behavior was found to not work correctly in past implementations of the reactive template consumers.

@atscott atscott added target: rc This PR is targeted for the next release-candidate state: blocked labels Nov 2, 2023
@atscott atscott force-pushed the createModeDuringUpdatePass branch from 4607fa8 to 4506774 Compare November 2, 2023 21:09
@atscott atscott added area: core Issues related to the framework runtime and removed state: blocked labels Nov 2, 2023
@ngbot ngbot bot added this to the Backlog milestone Nov 2, 2023
@atscott atscott requested a review from AndrewKushnir November 7, 2023 23:58
@atscott atscott added target: patch This PR is targeted for the next patch release and removed target: rc This PR is targeted for the next release-candidate labels Nov 7, 2023
…nge detection

These tests ensure signals can be read in a template after embedded
views are created in the middle of template execution of an update pass.
The embedded view templates are executed in create mode in the middle of
the component template being executed in update mode. This behavior was
found to not work correctly in past implementations of the reactive
template consumers.
@atscott atscott added the action: merge The PR is ready for merge by the caretaker label Nov 13, 2023
@atscott atscott force-pushed the createModeDuringUpdatePass branch from 4506774 to 5c8b021 Compare November 13, 2023 17:22
@ngbot
Copy link
Copy Markdown

ngbot bot commented Nov 13, 2023

I see that you just added the action: merge label, but the following checks are still failing:
    failure conflicts with base branch "main"
    pending missing required status "google-internal-tests"
    pending missing required status "pullapprove"

If you want your PR to be merged, it has to pass all the CI checks.

If you can't get the PR to a green state due to flakes or broken main, please try rebasing to main and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help.

@jessicajaniuk
Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit da616ee.

jessicajaniuk pushed a commit that referenced this pull request Nov 13, 2023
…nge detection (#52495)

These tests ensure signals can be read in a template after embedded
views are created in the middle of template execution of an update pass.
The embedded view templates are executed in create mode in the middle of
the component template being executed in update mode. This behavior was
found to not work correctly in past implementations of the reactive
template consumers.

PR Close #52495
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Dec 14, 2023
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
…nge detection (angular#52495)

These tests ensure signals can be read in a template after embedded
views are created in the middle of template execution of an update pass.
The embedded view templates are executed in create mode in the middle of
the component template being executed in update mode. This behavior was
found to not work correctly in past implementations of the reactive
template consumers.

PR Close angular#52495
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
…nge detection (angular#52495)

These tests ensure signals can be read in a template after embedded
views are created in the middle of template execution of an update pass.
The embedded view templates are executed in create mode in the middle of
the component template being executed in update mode. This behavior was
found to not work correctly in past implementations of the reactive
template consumers.

PR Close angular#52495
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
…nge detection (angular#52495)

These tests ensure signals can be read in a template after embedded
views are created in the middle of template execution of an update pass.
The embedded view templates are executed in create mode in the middle of
the component template being executed in update mode. This behavior was
found to not work correctly in past implementations of the reactive
template consumers.

PR Close angular#52495
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: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants