Commit Graph
6 Commits
Author SHA1 Message Date
Nicolás Venturo 3bf8fb741e Minor doc style fix
An extra newline caused a line to appear in bold.
2018-07-16 14:26:05 -03:00
Nicolás Venturo e3339a9684 Update docs allowed mapping key values
Functions cannot be used as mapping keys (e.g. the following contract does not compile):

```
pragma solidity ^0.4.24;

contract Foo {
  mapping(function (uint) pure returns (uint) => string) a;
}
```
2018-07-12 19:58:06 -03:00
Nicolás Venturo 910fa3cd7c Removed repeated documentation
There is already a paragraph below describing how to call functions in both their internal and external forms (and IMO it's clearer).
2018-07-12 15:25:42 -03:00
Nicolás Venturo 804eb3ef9d Improves peephole_truthy_and test case 2018-06-19 17:09:50 -03:00
Nicolás Venturo 1edd2fa165 Add a changelog notice to the contributing doc 2018-06-19 11:04:18 -03:00
Nicolás Venturo 172e208c6a Add TruthyAnd Peephole optimization 2018-06-15 11:27:39 -03:00