Skip to content

chore: add language matcher on MultiCompilerLanguage #276

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

zerosnacks
Copy link
Member

This simplifies conditional language logic where previously:

 matches!(language, MultiCompilerLanguage::Vyper(_))

now becomes

language.is_vyper()

@DaniPopes DaniPopes merged commit 3e04a0e into main Jun 2, 2025
15 checks passed
@DaniPopes DaniPopes deleted the zerosnacks/add-compiler-version-detection-methods branch June 2, 2025 11:55
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.

2 participants