-
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
Compiler should complete even if contract is not fully implemented #3428
Comments
Please verify that is the case with the Solidity commandline tool ( Remix IDE related issues should not be reported here. |
Thank you @axic, I have followed your advice and confirm TEST CASE:
COMMAND: ./solc --devdoc --userdoc bunnyint.sol OUTPUT:
|
Currently, the compiler will not run if contract/interface methods are left unimplemented.
Instead the compiler should run if there are no syntactical/grammar errors.
Why? Because the compiler parses NatSpec and NatSpec is useful even for incomplete contracts and for interfaces.
The text was updated successfully, but these errors were encountered: