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

fix(api): rename TouchTipParams -> LiquidClassTouchTipParams to avoid name conflict #16848

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

ddcc4
Copy link
Contributor

@ddcc4 ddcc4 commented Nov 15, 2024

Overview

Liquid classes defined a new class TouchTipParams to configure the touch-tip settings for a liquid. But there's already an existing class called TouchTipParams that's used as the argument to the Protocol Engine touchTip command. When we generate the command schema, both classes get pulled in, and the names clash.

This PR renames the liquid class TouchTipParams to LiquidClassTouchTipParams to avoid the conflict.

Test Plan and Hands on Testing

I ran make -C api test, everything seems to pass.

Risk assessment

If this breaks anything, it should only affect our team for now.

@ddcc4 ddcc4 requested a review from a team as a code owner November 15, 2024 16:00
@ddcc4 ddcc4 merged commit 112ea83 into edge Nov 15, 2024
57 checks passed
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.

2 participants