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

Numerical Yul node id handles #15215

Draft
wants to merge 15 commits into
base: develop
Choose a base branch
from
Draft

Numerical Yul node id handles #15215

wants to merge 15 commits into from

Conversation

yul::Block const& operations() const { return *m_operations; }
ASTPointer<std::vector<ASTPointer<ASTString>>> const& flags() const { return m_flags; }

InlineAssemblyAnnotation& annotation() const override;

private:
yul::Dialect const& m_dialect;
std::unique_ptr<yul::YulNameRepository> mutable m_yulNameRepository;
Copy link
Member

Choose a reason for hiding this comment

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

Does this really need to be mutable? Usually that's a good indication of some design flaw :-).

Copy link
Member Author

Choose a reason for hiding this comment

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

agree, it's one place where I am not happy with the code yet :) it was already on my todo to iron out

@clonker clonker added the has dependencies The PR depends on other PRs that must be merged first label Jul 31, 2024
@github-actions github-actions bot added the stale The issue/PR was marked as stale because it has been open for too long. label Aug 21, 2024
@github-actions github-actions bot closed this Aug 28, 2024
@cameel cameel reopened this Aug 29, 2024
@ethereum ethereum deleted a comment from github-actions bot Aug 29, 2024
@ethereum ethereum deleted a comment from github-actions bot Aug 29, 2024
@cameel cameel removed stale The issue/PR was marked as stale because it has been open for too long. closed-due-inactivity labels Aug 29, 2024
Copy link

This pull request is stale because it has been open for 14 days with no activity.
It will be closed in 7 days unless the stale label is removed.

@github-actions github-actions bot added the stale The issue/PR was marked as stale because it has been open for too long. label Sep 13, 2024
@cameel cameel removed the stale The issue/PR was marked as stale because it has been open for too long. label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has dependencies The PR depends on other PRs that must be merged first
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants