Skip to content

Fix the backwards-incompatible enum change#5513

Merged
wiwei merged 1 commit intomicrosoft:prerelease/2.0.0_stabilizationfrom
wiwei:issue5506
Aug 5, 2019
Merged

Fix the backwards-incompatible enum change#5513
wiwei merged 1 commit intomicrosoft:prerelease/2.0.0_stabilizationfrom
wiwei:issue5506

Conversation

@wiwei
Copy link
Contributor

@wiwei wiwei commented Aug 5, 2019

A previous change to this updated an existing enum by adding a value in the middle of the enum - this is backwards incompatible because the same value is persisted in various profiles, where enums are stored as integer values, rather than string values.

This means that something that used to refer to "pinch" now referred to this new thing, and the same off-by-one problem would affect all of the other options below the new enum

See change:
#5495

Original issue:
#5450

Current issue:
#5506

A previous change to this updated an existing enum by adding a value in the middle of the enum - this is backwards incompatible because the same value is persisted in various profiles, where enums are stored as integer values, rather than string values.

This means that something that used to refer to "pinch" now referred to this new thing, and the same off-by-one problem would affect all of the other options below the new enum
@david-c-kline
Copy link

/azp run stabilization_pr

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@wiwei
Copy link
Contributor Author

wiwei commented Aug 5, 2019

With this change, the finger still gets offset, @MenelvagorMilsom FYI.

This change is purely about fixing up the pinch/click functionality to work.

@wiwei
Copy link
Contributor Author

wiwei commented Aug 5, 2019

/azp run mrtk_docs

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@wiwei wiwei merged commit 6365b8f into microsoft:prerelease/2.0.0_stabilization Aug 5, 2019
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.

3 participants