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

[Backport release-1.8] Fix string transform propagation #3159

Merged
merged 2 commits into from
Jul 1, 2022

Conversation

github-actions[bot]
Copy link

Description

Backport of #3158 to release-1.8.

negz added 2 commits June 30, 2022 17:51
Recently several new kinds of string transform were added, but we missed
updating the (currently hand-curated) code that translates between a
Composition and a CompositionRevision. This could lead to panics when
the new kinds of transforms were used.

Signed-off-by: Nic Cope <nicc@rk0n.org>
(cherry picked from commit 4868fe0)
In cases where several string constants are all the same type that is a
valid value for a particular API type we try to call the type 'FooType'
and the various values 'FooTypeBar', 'FooTypeBaz', etc.

Signed-off-by: Nic Cope <nicc@rk0n.org>
(cherry picked from commit 8e8346b)
@github-actions github-actions bot requested a review from muvaf June 30, 2022 17:51
@github-actions github-actions bot mentioned this pull request Jun 30, 2022
3 tasks
@negz negz closed this Jun 30, 2022
@negz negz reopened this Jun 30, 2022
@negz negz merged commit 75a1bbc into release-1.8 Jul 1, 2022
@negz negz deleted the backport-3158-to-release-1.8 branch July 1, 2022 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant