-
Notifications
You must be signed in to change notification settings - Fork 6.3k
[WIP] Warn if using this in constructor #1646
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
Conversation
|
I think both the changelog, the error description and the implementation should be changed to: Warn only if |
fcc05ef to
c3a3941
Compare
|
Rebased for good measure. |
|
@roadriverrail would you be interested in working on this? |
f239592 to
529a8ec
Compare
|
@axic Yes, I'll look into this soon |
|
With all my other stuff done or gated only on questions about style, I'm now actively working on this. I'm late to the party, but it seems like we would like to do the following:
Yes? |
|
@roadriverrail seems correct. The problem here is that while the contract address ( |
|
@axic after talking with @chriseth earlier in the week, I'd effectively be building up a call graph for the contract for the purposes of implementing this analysis fully. We really ought to have a general-purpose call graph and then make the "no @chriseth please correct me if I'm wrong about any of that. |
|
Hey...the source branch for this PR is on the |
|
@roadriverrail if you would like to work on this, feel free to open a new PR and we can close this one. |
|
Yes. I've been meaning to
…On Wed, Jul 19, 2017, 07:43 Alex Beregszaszi ***@***.***> wrote:
@roadriverrail <https://github.com/roadriverrail> if you would like to
work on this, feel free to open a new PR and we can close this one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1646 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlhYEiBjJ-olyyqhh29HJJMql4uDrlmks5sPevhgaJpZM4L3ltD>
.
|
|
Obviated by pull request #2605 |
Fixes #583.