Backport of #673 ("Adding static transform listener") to jazzy with ABI compatibility preserved (backport #927)#947
Backport of #673 ("Adding static transform listener") to jazzy with ABI compatibility preserved (backport #927)#947mergify[bot] wants to merge 2 commits into
Conversation
|
Cherry-pick of b950c7e has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
ahcorde
left a comment
There was a problem hiding this comment.
@araitaiga do you mind to take a look ?
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Pulls: #947 |
|
Tick the box to add this pull request to the merge queue (same as
|
Description
This backport adds support for a static-only transform listener in
jazzywithout changing the existing ABI surface.ABI note:
the new
static_onlybehavior is exposed via an added overload(rather than a new default parameter on the existing ctor as in #673), so
the jazzy ABI is preserved for existing binaries.
Minor deviations from #673:
Test cleanups: fixed an empty-body test, renamed
tfl→stfl, switched staticlookupTransformcalls totf2::TimePointZero.Is this user-facing behavior change?
Existing code using TransformListener is unaffected. New
StaticTransformListeneris available as in #673.Did you use Generative AI?
Yes — Claude (Opus 4.7)
Additional Information
See #673 for the original motivation (#662).
CC: @ahcorde
This is an automatic backport of pull request #927 done by Mergify.