-
Notifications
You must be signed in to change notification settings - Fork 173
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
refactor!: Untemplate Vertex
#2877
Merged
kodiakhq
merged 2 commits into
acts-project:main
from
paulgessinger:refactor/untemplate-vertex
Feb 5, 2024
Merged
refactor!: Untemplate Vertex
#2877
kodiakhq
merged 2 commits into
acts-project:main
from
paulgessinger:refactor/untemplate-vertex
Feb 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 18, 2024
github-actions
bot
added
Component - Core
Affects the Core module
Infrastructure
Changes to build tools, continous integration, ...
Component - Examples
Affects the Examples module
Vertexing
labels
Jan 18, 2024
📊: Physics performance monitoring for f6295d4physmon summary
|
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
2 times, most recently
from
January 18, 2024 17:37
8d1bcd1
to
f6de685
Compare
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
from
January 22, 2024 08:26
f6de685
to
3262297
Compare
github-actions
bot
removed
the
Infrastructure
Changes to build tools, continous integration, ...
label
Jan 22, 2024
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
from
January 22, 2024 13:30
3262297
to
1410a08
Compare
This is ready to review now @andiwand. |
andiwand
reviewed
Jan 22, 2024
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
from
January 24, 2024 11:37
8f04fd0
to
cd370bc
Compare
andiwand
previously approved these changes
Jan 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's a blessing 🙏
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
from
February 2, 2024 12:20
cd370bc
to
035a5b4
Compare
acts-policybot
bot
dismissed
andiwand’s stale review
February 2, 2024 12:20
Invalidated by push of 035a5b4
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
from
February 2, 2024 12:22
035a5b4
to
428592a
Compare
paulgessinger
force-pushed
the
refactor/untemplate-vertex
branch
from
February 5, 2024 09:47
428592a
to
f6295d4
Compare
This is ready now @andiwand |
andiwand
approved these changes
Feb 5, 2024
andiwand
added
automerge
and removed
🛑 blocked
This item is blocked by another item
labels
Feb 5, 2024
acts-project-service
added
the
Breaks Athena build
This PR breaks the Athena build
label
Feb 5, 2024
LaraCalic
pushed a commit
to LaraCalic/acts
that referenced
this pull request
Feb 10, 2024
This PR makes `Vertex` a concrete type, which is possible after moving input track to be a concrete type erased type. Part of: - acts-project#2842 Blocked by: - acts-project#2876
LaraCalic
pushed a commit
to LaraCalic/acts
that referenced
this pull request
Feb 10, 2024
…ct#2878) Part of: - acts-project#2842 Blocked by: - acts-project#2877
paulgessinger
added
Breaks Athena build
This PR breaks the Athena build
and removed
Breaks Athena build
This PR breaks the Athena build
labels
Mar 6, 2024
EleniXoch
pushed a commit
to EleniXoch/acts
that referenced
this pull request
May 6, 2024
This PR makes `Vertex` a concrete type, which is possible after moving input track to be a concrete type erased type. Part of: - acts-project#2842 Blocked by: - acts-project#2876
EleniXoch
pushed a commit
to EleniXoch/acts
that referenced
this pull request
May 6, 2024
…ct#2878) Part of: - acts-project#2842 Blocked by: - acts-project#2877
asalzburger
pushed a commit
to asalzburger/acts
that referenced
this pull request
May 21, 2024
…ct#2878) Part of: - acts-project#2842 Blocked by: - acts-project#2877
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Breaks Athena build
This PR breaks the Athena build
Component - Core
Affects the Core module
Component - Examples
Affects the Examples module
Vertexing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes
Vertex
a concrete type, which is possible after moving input track to be a concrete type erased type.Part of:
Blocked by: