diff options
author | chriseth <chris@ethereum.org> | 2018-04-11 22:13:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 22:13:41 +0800 |
commit | c9bdbcf470f4ca7f8d2d71f1be180274f534888d (patch) | |
tree | c2e87c1f85164bf7631e22c2ec53f9fd7bed681c /Changelog.md | |
parent | b7b6d0ce7c0c01a3600421ee3a402b1c913d8892 (diff) | |
parent | 43d2954de83af5f64f526fd36f1cd5c3b5299498 (diff) | |
download | dexon-solidity-c9bdbcf470f4ca7f8d2d71f1be180274f534888d.tar.gz dexon-solidity-c9bdbcf470f4ca7f8d2d71f1be180274f534888d.tar.zst dexon-solidity-c9bdbcf470f4ca7f8d2d71f1be180274f534888d.zip |
Merge pull request #3309 from ethereum/limit-errors
Limit the number of errors output in a single run to 256
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 8c9ba460..c918f171 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Features: * Code Generator: Initialize arrays without using ``msize()``. * Code Generator: More specialized and thus optimized implementation for ``x.push(...)`` * Commandline interface: Error when missing or inaccessible file detected. Suppress it with the ``--ignore-missing`` flag. + * General: Limit the number of errors output in a single run to 256. * General: Support accessing dynamic return data in post-byzantium EVMs. * Interfaces: Allow overriding external functions in interfaces with public in an implementing contract. * Optimizer: Remove useless ``SWAP1`` instruction preceding a commutative instruction (such as ``ADD``, ``MUL``, etc). |