Skip to content

chore(interpreter): deprecate public otry! macro#3146

Merged
rakita merged 1 commit intobluealloy:mainfrom
sashass1315:chore/deprecate-otry-macro
Nov 6, 2025
Merged

chore(interpreter): deprecate public otry! macro#3146
rakita merged 1 commit intobluealloy:mainfrom
sashass1315:chore/deprecate-otry-macro

Conversation

@sashass1315
Copy link
Copy Markdown
Contributor

Deprecated revm_interpreter::otry! The macro is unused internally across the workspace but is part of the public API and documented on docs.rs. Guides users toward the idiomatic let Some(x) = expr else { return; }; pattern for early return in instruction functions.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Nov 6, 2025

CodSpeed Performance Report

Merging #3146 will not alter performance

Comparing sashass1315:chore/deprecate-otry-macro (2136be5) with main (a1fdb9d)

Summary

✅ 173 untouched

@rakita
Copy link
Copy Markdown
Member

rakita commented Nov 6, 2025

makes sense

@rakita rakita merged commit 3ac56c3 into bluealloy:main Nov 6, 2025
31 checks passed
@github-actions github-actions bot mentioned this pull request Nov 4, 2025
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