-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
base: develop
Are you sure you want to change the base?
Conversation
libsolidity/ast/AST.h
Outdated
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; |
There was a problem hiding this comment.
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 :-).
There was a problem hiding this comment.
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
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
Depends on
Due to the size of this PR, I am splitting it up