test: Change spelling to "TangerineWhistle" and "SpuriousDragon"#1576
Merged
Conversation
Spell fork names without space to match execution-specs: - "Tangerine Whistle" → "TangerineWhistle", - "Spurious Dragon" → "SpuriousDragon". This allows us to execute new test suite for these forks in next release of tests in execution-specs. Also handy for `evmone t8n`. We decided not to support old spelling as this fork name is old and not very user-facing.
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
231
to
+234
| case EVMC_TANGERINE_WHISTLE: | ||
| return "Tangerine Whistle"; | ||
| return "TangerineWhistle"; | ||
| case EVMC_SPURIOUS_DRAGON: | ||
| return "Spurious Dragon"; | ||
| return "SpuriousDragon"; |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1576 +/- ##
=======================================
Coverage 97.39% 97.39%
=======================================
Files 163 163
Lines 14680 14680
Branches 3407 3407
=======================================
Hits 14298 14298
Misses 280 280
Partials 102 102
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Spell fork names without space to match execution-specs:
This allows us to execute new test suite for these forks in next release of tests in execution-specs. Also handy for
evmone t8n.We decided not to support old spelling as this fork name is old and not very user-facing.