Remove the deprecated operator-> in collections#812
Merged
tmadlener merged 1 commit intoAIDASoft:masterfrom Aug 14, 2025
Merged
Remove the deprecated operator-> in collections#812tmadlener merged 1 commit intoAIDASoft:masterfrom
tmadlener merged 1 commit intoAIDASoft:masterfrom
Conversation
8f43244 to
b1416ed
Compare
Collaborator
|
Keeping this open until we have a tag with #811 in to see if we have any actual users of this (I don't think so though). |
e3126b3 to
5b12e74
Compare
5b12e74 to
1747d9d
Compare
jmcarcell
added a commit
to jmcarcell/acts
that referenced
this pull request
Nov 4, 2025
-> was deprecated in AIDASoft/podio#811 (v1.4 of Podio) and removed in AIDASoft/podio#812 (v1.5 of Podio). Note that . always works for any version.
tmadlener
added a commit
to tmadlener/JANA2
that referenced
this pull request
Nov 4, 2025
This is necessary to build with podio >= 1.5, but will work for all older versions of podio regardless. Deprecated in AIDASoft/podio#811 Removed in AIDASoft/podio#812
Collaborator
Well this has obviously been entirely wrong. There are actually quite a few users. |
kodiakhq bot
pushed a commit
to acts-project/acts
that referenced
this pull request
Nov 4, 2025
-> was deprecated in AIDASoft/podio#811 (v1.4 of Podio) and removed in AIDASoft/podio#812 (v1.5 of Podio). Note that . always works for any version.
njacazio
pushed a commit
to AliceO2Group/acts
that referenced
this pull request
Nov 8, 2025
-> was deprecated in AIDASoft/podio#811 (v1.4 of Podio) and removed in AIDASoft/podio#812 (v1.5 of Podio). Note that . always works for any version.
This was referenced Nov 28, 2025
Merged
wdconinc
added a commit
to eic/eic-spack
that referenced
this pull request
Dec 5, 2025
…collections (#797) ### Briefly, what does this PR introduce? In AIDASoft/podio#812 support for operator-> on podio collections was removed. JANA2 fixed this in 2.4.3.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
BEGINRELEASENOTES
ENDRELEASENOTES
Contains #811 and will serve as reminder. In addition, I won't fix the
RecursionError(wlav/cppyy#312) that would require adding another pythonization since it's not a big issue and it will disappear once this PR is merged.