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

Wild match object should not be foldable #6623

Merged
merged 2 commits into from
Feb 26, 2022
Merged

Conversation

rootjalex
Copy link
Member

Wild objects should not be foldable, WildConst should be used when matching against constants. There are no use cases of a Wild object being folded, so this should be removed unless there is a relevant use-case.

@rootjalex rootjalex changed the title Wild match object is not foldable Wild match object should not be foldable Feb 19, 2022
@rootjalex rootjalex requested review from halidebuildbots and removed request for halidebuildbots February 21, 2022 16:31
@steven-johnson
Copy link
Contributor

Looks like there are some failures

@abadams
Copy link
Member

abadams commented Feb 26, 2022

This PR just deletes some dead code, so I think those failures are a fresh llvm injection.

@rootjalex
Copy link
Member Author

Good to merge then?

@abadams abadams merged commit 86728d7 into main Feb 26, 2022
@rootjalex rootjalex deleted the rootjalex/wild-not-foldable branch February 26, 2022 18:58
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