diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-12 19:05:20 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-13 04:37:06 +0800 |
commit | 0259459b21f1f907380ec1f692dda19f7b2388bb (patch) | |
tree | 47b45d9eefbf0f165c80d4c114a1f999ac3d6cd9 /Changelog.md | |
parent | 8bb96eaaf533b17cd9c9109642455408f551348c (diff) | |
download | dexon-solidity-0259459b21f1f907380ec1f692dda19f7b2388bb.tar.gz dexon-solidity-0259459b21f1f907380ec1f692dda19f7b2388bb.tar.zst dexon-solidity-0259459b21f1f907380ec1f692dda19f7b2388bb.zip |
Limit each duplicate declaration error to 32 references
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index d3627565..71f873a9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Features: * Optimizer: Add new optimization step to remove unused ``JUMPDEST``s. * Type Checker: Display helpful warning for unused function arguments/return parameters. * Type Checker: Do not show the same error multiple times for events. + * Type Checker: Greatly reduce the number of duplicate errors shown for duplicate constructors and functions. * Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``. Bugfixes: |