Skip to content

Conversation

@arielbackenroth
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • [X ] Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Ensures that _tick will always run within a TracingSnapshot if one has been requested. _tick is run directly from zoneless_scheduling_impl.ts which bypasses tick().

Issue Number: N/A

What is the new behavior?

This ensures that all calls to _tick run within the Snapshot which enables to the underlying tracing implementation to release the snapshot.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@google-cla
Copy link

google-cla bot commented Nov 25, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@crisbeto crisbeto requested review from crisbeto and removed request for pkozlowski-opensource November 25, 2024 17:36
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Nov 25, 2024
@ngbot ngbot bot added this to the Backlog milestone Nov 25, 2024
Fix a bug where calls to _tick are called without running through the snapshot.
This helps ensure that all snapshots that are requested are resumed.
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 25, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 25, 2024
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Nov 25, 2024
thePunderWoman pushed a commit that referenced this pull request Nov 25, 2024
…8881)

Fix a bug where calls to _tick are called without running through the snapshot.
This helps ensure that all snapshots that are requested are resumed.

PR Close #58881
@thePunderWoman
Copy link
Contributor

This PR was merged into the repository by commit 785c611.

The changes were merged into the following branches: main, 19.0.x

@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 Dec 26, 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: 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