diff options
author | chriseth <chris@ethereum.org> | 2017-03-07 00:18:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 00:18:39 +0800 |
commit | a2ac05e1a2cee0be25234d5f595e8adf2372fb88 (patch) | |
tree | 5b2a3781b9573f6c615a96935a47238b49ca3bb7 /Changelog.md | |
parent | 2fcccb97d393cfc6eb5120029d1ec2d6526c0bd0 (diff) | |
parent | efdfacaaeca0bf5fd900ed885e05fb15b282d5cf (diff) | |
download | dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.tar dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.tar.gz dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.tar.bz2 dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.tar.lz dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.tar.xz dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.tar.zst dexon-solidity-a2ac05e1a2cee0be25234d5f595e8adf2372fb88.zip |
Merge pull request #1733 from ethereum/selfReferentialConstant
Detect cyclic dependencies between constants.
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 5eb1e401..8e11775b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ Bugfixes: * Commandline interface: Always escape filenames (replace ``/``, ``:`` and ``.`` with ``_``). * Commandline interface: Do not try creating paths ``.`` and ``..``. * Type system: Fix a crash caused by continuing on fatal errors in the code. + * Type system: Detect cyclic dependencies between constants. * Type system: Disallow arrays with negative length. * Type system: Fix a crash related to invalid binary operators. * Type system: Disallow ``var`` declaration with empty tuple type. |