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

Issue warning when using deprecated SELFDESTRUCT #13884

Merged
merged 2 commits into from
Jan 26, 2023

Conversation

nikola-matic
Copy link
Collaborator

@nikola-matic nikola-matic commented Jan 19, 2023

Fixes #13844.

@nikola-matic nikola-matic self-assigned this Jan 19, 2023
@nikola-matic nikola-matic added this to the 0.8.18 milestone Jan 19, 2023
@nikola-matic nikola-matic force-pushed the deprecation-warning-for-selfdestruct branch from 663d66d to 95bb41b Compare January 19, 2023 08:36
@nikola-matic nikola-matic force-pushed the deprecation-warning-for-selfdestruct branch 2 times, most recently from 7e42710 to 698353a Compare January 20, 2023 13:37
@nikola-matic nikola-matic marked this pull request as ready for review January 20, 2023 13:37
@nikola-matic nikola-matic marked this pull request as draft January 23, 2023 10:33
@ekpyron
Copy link
Member

ekpyron commented Jan 23, 2023

I mean, ideally we'd change the docs examples as well, s.t. they don't use it :-). But we can make that a separate issue. Apart from that only the inline assembly warning, as discussed.

@nikola-matic
Copy link
Collaborator Author

I mean, ideally we'd change the docs examples as well, s.t. they don't use it :-). But we can make that a separate issue. Apart from that only the inline assembly warning, as discussed.

Do we have a place in the docs where we track deprecated and removed instructions/features and their proposed alternatives, a la boost?

@nikola-matic nikola-matic force-pushed the deprecation-warning-for-selfdestruct branch from 698353a to 4b4b94c Compare January 24, 2023 10:33
@nikola-matic nikola-matic marked this pull request as ready for review January 24, 2023 10:34
@nikola-matic nikola-matic force-pushed the deprecation-warning-for-selfdestruct branch from e37d292 to 6f5e12c Compare January 25, 2023 07:29
@nikola-matic nikola-matic force-pushed the deprecation-warning-for-selfdestruct branch from 6f5e12c to 5b643f4 Compare January 25, 2023 15:55
libyul/AsmAnalysis.cpp Outdated Show resolved Hide resolved
docs/units-and-global-variables.rst Outdated Show resolved Hide resolved
docs/units-and-global-variables.rst Show resolved Hide resolved
test/libyul/yulSyntaxTests/selfdestruct.yul Show resolved Hide resolved
cameel
cameel previously approved these changes Jan 26, 2023
Copy link
Member

@cameel cameel left a comment

Choose a reason for hiding this comment

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

Looks fine to me.

docs/yul.rst Outdated Show resolved Hide resolved
@nikola-matic nikola-matic merged commit 019d13d into develop Jan 26, 2023
@nikola-matic nikola-matic deleted the deprecation-warning-for-selfdestruct branch January 26, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Deprecation warning for SELFDESTRUCT
4 participants