Merge pull request #8703 from ethereum/changelogDeclarationTypeChecker

Changelog entries for declaration type checker.
This commit is contained in:
Leonardo 2020-04-20 14:55:40 +02:00 committed by GitHub
commit 338b0285a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ Compiler Features:
Bugfixes:
* Type Checker: Disallow ``virtual`` and ``override`` for constructors.
* Type Checker: Fix several internal errors by performing size and recursiveness checks of types before the full type checking.
* Type Checker: Perform recursiveness check on structs declared at the file level.