Skip to content

Conversation

@gichiba
Copy link

@gichiba gichiba commented May 18, 2019

previously pragma experimental statements
would be treated the same as solidity versions.

This changes the script to add pragma experimental "string"; instead.

previously and `pragma experimental` statements
would be treated the same as solidity versions.

This changes the script to add `pragma experimental "string"; instead.
index.js Outdated
if (experimentalPragma) {
contract = `pragma experimental "v${experimentalPragma}";\n${contract}`;
}
const experimentalPragmas = findExperimentalPragmas(store.pragmas, 'experimental');
Copy link
Member

Choose a reason for hiding this comment

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

I don’t think you need the second argument.

@CLAassistant
Copy link

CLAassistant commented Mar 5, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


gichiba seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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