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

quick fix for delete.type #4315 for next steps #4342

Merged
merged 5 commits into from
Oct 15, 2023
Merged

quick fix for delete.type #4315 for next steps #4342

merged 5 commits into from
Oct 15, 2023

Conversation

epmorgan
Copy link
Contributor

@epmorgan epmorgan commented Oct 9, 2023

Overview

More of a temp solution to negate the issue. See #4315 for the bigger/fuller fix

Test coverage

Manual testing

@epmorgan
Copy link
Contributor Author

epmorgan commented Oct 9, 2023

old pr for reference: #4316

@stew stew requested a review from aryairani October 9, 2023 20:31
@@ -727,22 +727,22 @@ deleteGen suffix target mkTarget =
)

delete :: InputPattern
delete = deleteGen Nothing "term or type" (DeleteTarget'TermOrType DeleteOutput'NoDiff)
delete = deleteGen Nothing exactDefinitionTermQueryArg "term or type" (DeleteTarget'TermOrType DeleteOutput'NoDiff)
Copy link
Contributor

Choose a reason for hiding this comment

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

This one maybe needs a TermOrTypeQueryArg

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated!

@aryairani
Copy link
Contributor

You'll need to stack exec transcripts and then check in the results

@ceedubs ceedubs merged commit d5e809b into unisonweb:trunk Oct 15, 2023
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.

4 participants