We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7d3f1 commit ef8292cCopy full SHA for ef8292c
Changelog.md
@@ -4,7 +4,7 @@ Features:
4
* Code Generator: Prevent non-view functions in libraries from being called
5
directly (as opposed to via delegatecall).
6
* Commandline interface: Support strict mode of assembly (disallowing jumps,
7
- instructional opcodes, etc) with the ``--strict--assembly`` switch.
+ instructional opcodes, etc) with the ``--strict-assembly`` switch.
8
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
9
* Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Iulia mode.
10
* Optimiser: Replace ``x % 2**i`` by ``x & (2**i-1)``.
0 commit comments