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

GenerateDimLabelDifference: Don't ignore case #443

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

t-b
Copy link
Member

@t-b t-b commented Mar 22, 2023

We use EqualWaves for comparison of dimension labels and that does it since forever case sensitive.

So we have to also output a difference if the labels only differ in case. Bug introduced in the initial version in 493779d (EQUAL_WAVE_WRAPPER: Work around EqualWaves dimension labels bug, 2019-03-12).

  • Add test, VTE?

@t-b t-b self-assigned this Mar 22, 2023
@t-b t-b requested a review from MichaelHuth as a code owner March 22, 2023 17:56
@t-b t-b force-pushed the bugfix/dimlabel-difference-case-sensitive branch from 9c5dadc to 76d1261 Compare March 28, 2023 12:27
@t-b t-b assigned Garados007 and MichaelHuth and unassigned t-b Mar 28, 2023
@t-b
Copy link
Member Author

t-b commented Mar 28, 2023

Please have a look.

@t-b t-b enabled auto-merge March 28, 2023 12:28
MichaelHuth
MichaelHuth previously approved these changes Mar 28, 2023
Copy link
Member

@MichaelHuth MichaelHuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Though, the CI pipeline seems to have some issue. (probably unrelated)

We use EqualWaves for comparison of dimension labels and that does it
since forever case sensitive.

So we have to also output a difference if the labels only differ in case.
Bug introduced in the initial version in 493779d (EQUAL_WAVE_WRAPPER:
Work around EqualWaves dimension labels bug, 2019-03-12).
@t-b t-b force-pushed the bugfix/dimlabel-difference-case-sensitive branch from 76d1261 to 9ee6214 Compare March 28, 2023 15:11
Copy link
Member

@MichaelHuth MichaelHuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@t-b t-b merged commit 78ceff4 into main Mar 28, 2023
@t-b t-b deleted the bugfix/dimlabel-difference-case-sensitive branch March 28, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants