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

feat: Introduce propagator stage #2621

Merged
merged 3 commits into from
Nov 7, 2023

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Nov 2, 2023

Currently it is not possible to discover in which stage of propagation we are in the actors and aborters. By introducing a propagator stage enum, adding it to the state and setting it in the proagator loop this can be used in the actors and aborters.

Pulled out of #2603

@andiwand andiwand added this to the next milestone Nov 2, 2023
@github-actions github-actions bot added the Component - Core Affects the Core module label Nov 2, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #2621 (273c304) into main (922e6d1) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2621   +/-   ##
=======================================
  Coverage   49.59%   49.60%           
=======================================
  Files         473      473           
  Lines       26824    26828    +4     
  Branches    12355    12355           
=======================================
+ Hits        13304    13308    +4     
  Misses       4753     4753           
  Partials     8767     8767           
Files Coverage Δ
Core/include/Acts/Propagator/Propagator.hpp 90.62% <ø> (ø)
Core/include/Acts/Propagator/Propagator.ipp 46.34% <100.00%> (+2.75%) ⬆️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link
Member

@benjaminhuth benjaminhuth left a comment

Choose a reason for hiding this comment

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

Looks good! Might be a useful information for some actors.

@kodiakhq kodiakhq bot merged commit 7925974 into acts-project:main Nov 7, 2023
53 checks passed
@github-actions github-actions bot removed the automerge label Nov 7, 2023
@andiwand andiwand deleted the feature-propagator-stage branch November 7, 2023 13:19
@paulgessinger paulgessinger modified the milestones: next, v31.0.0 Nov 15, 2023
kodiakhq bot pushed a commit that referenced this pull request Nov 20, 2023
With these changes I try to decouple the navigator and surface reached aborter further. I don't believe that the navigator has to care about the target surface other than optimization reasons while the surface reached aborter should only care about the surface it is supposed to care about without looking at or touching the navigation state.

blocked by
- #2621
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants