Skip to content

Drop the spaces after field names in Tuple names#8774

Open
msullivan wants to merge 1 commit intomasterfrom
tuple-name-tweak
Open

Drop the spaces after field names in Tuple names#8774
msullivan wants to merge 1 commit intomasterfrom
tuple-name-tweak

Conversation

@msullivan
Copy link
Member

I used copilot to fix the tests, and it only took
me about ten times longer than doing it manually.
Copilot also kept wanting to suggest that it did
well, when writing this commit message.

One downside of this simple approach is that it
will change the ids of tuple types across versions
and even after a dump/restore (since the ids are
associated with names in dumps). The alternate
approach would be to apply a regex to fix the
names up when computing displaynames.

I used copilot to fix the tests, and it only took
me about ten times longer than doing it manually.
Copilot also kept wanting to suggest that it did
well, when writing this commit message.

One downside of this simple approach is that it
will change the ids of tuple types across versions
and even after a dump/restore (since the ids are
associated with names in dumps). The alternate
approach would be to apply a regex to fix the
names up when computing displaynames.
@msullivan msullivan requested a review from elprans June 5, 2025 19:45
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.

1 participant

Comments