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

ensure all rules operating on constructor function account for ConstructorDeclaration too #198

Open
duaraghav8 opened this issue Apr 21, 2018 · 1 comment

Comments

@duaraghav8
Copy link
Owner

#197
duaraghav8/solparse@ff92d99

the new solidity feature constructor() is an alternative way of defining a contract's constructor function. Relevant Rules need to account for this new way that is also acceptable by solparse.

@duaraghav8
Copy link
Owner Author

duaraghav8 commented Apr 26, 2018

All rules except for those listed in #169 have been modified for this, remaining rules (indentation & lbrace) are huge and complex and in some cases, brittle. Will hopefully fix them too in the near future.

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

No branches or pull requests

1 participant