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

Enforce constructor visibility #1019

Merged
merged 2 commits into from
Sep 6, 2016
Merged

Enforce constructor visibility #1019

merged 2 commits into from
Sep 6, 2016

Conversation

axic
Copy link
Member

@axic axic commented Sep 6, 2016

Fixes #979

function test() constant {}
}
)";
BOOST_CHECK(expectError(text, true) == Error::Type::SyntaxError);
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be TypeError

@chfast
Copy link
Member

chfast commented Sep 6, 2016

LGTM

@axic
Copy link
Member Author

axic commented Sep 6, 2016

Actually I wanted #1018 to be merged first, and this rebased on top of it. (Because this contains the changes of #1018 too)

@axic
Copy link
Member Author

axic commented Sep 6, 2016

Oh we need to include this in the changelog.

@chriseth chriseth merged commit fbe0edb into develop Sep 6, 2016
@axic axic deleted the constructor-modifier branch September 6, 2016 17:38
axic pushed a commit that referenced this pull request Nov 20, 2018
…itors, cross-links, links, grammar, etc. (#1019)

* EIP-1 minors edits: clarify some sections on EIP collaborators and editors, cross-links, links, grammar, etc.

* Add a link for [Ethereum philosophy](https://github.com/ethereum/wiki/wiki/White-Paper#philosophy) to the section in the white paper that was originally removed and which I re-added recently.
* Revise the format for the author header (names can be optional for anonymity).
* History edits (link to revision history + a minor edit).
* Add cross-links to other sections for better readability and clarity.
* Add clarifications on approval before merging from both editors and authors.
* Add more links for discussion channels
* Link to other clients and eips.ethereum.org.
* Reorder EIP editors roughly based on recent contributions.
* Other minor edits: grammar, etc.

* Add a link to core dev meetings

* discussion*s*
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

Successfully merging this pull request may close these issues.

4 participants