Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 12 | -14/+14 |
| | |||||
* | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 2 | -2/+5 |
| | |||||
* | Move constructor argument override check to TypeChecker and reuse ↵ | Daniel Kirchner | 2018-04-09 | 8 | -7/+19 |
| | | | | annotations in ContractCompiler. | ||||
* | Allow duplicated constructor calls, if no arguments; support for multiple ↵ | Daniel Kirchner | 2018-04-09 | 8 | -5/+38 |
| | | | | | | inheritance; backwards compatibility. # tmp | ||||
* | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 2 | -0/+8 |
| | |||||
* | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
| | | | | arguments. | ||||
* | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 2 | -3/+3 |
| | |||||
* | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 2 | -0/+16 |