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

No longer serialize generated IDs #17145

Merged
merged 6 commits into from Apr 29, 2024
Merged

Conversation

PankajBhojwani
Copy link
Contributor

@PankajBhojwani PankajBhojwani commented Apr 26, 2024

We will no longer serialize IDs that we generated for the user.
This change is being made so that we can release user action IDs at the same time as the features that require them!

Validation: Generated IDs do not get written to the json, user-made IDs still do

Closes #17109

src/cascadia/TerminalSettingsModel/Command.h Outdated Show resolved Hide resolved
Copy link
Member

@DHowett DHowett left a comment

Choose a reason for hiding this comment

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

Make sure you stage a revert for this pull request, too, because we do want to serialize actions in 1.22!

@DHowett DHowett enabled auto-merge April 26, 2024 23:36
@DHowett DHowett added this pull request to the merge queue Apr 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 29, 2024
@zadjii-msft zadjii-msft added this pull request to the merge queue Apr 29, 2024
Merged via the queue into main with commit be5a240 Apr 29, 2024
20 checks passed
@zadjii-msft zadjii-msft deleted the dev/pabhoj/action_id_no_deserialize branch April 29, 2024 15:29
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.21 Canary] User actions have IDs added to them in the JSON
4 participants