Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup 0.5.0 test cases | Alex Beregszaszi | 2018-08-06 | 2 | -7/+0 |
| | |||||
* | Adds comment about reasoning behind syntax test. | Erik Kundt | 2018-07-18 | 1 | -3/+5 |
| | |||||
* | Suggests external for fallback and interface functions. | chriseth | 2018-07-18 | 2 | -1/+11 |
| | |||||
* | Adjusts tests to expect type errors on default visibility. | Erik Kundt | 2018-07-18 | 2 | -7/+1 |
| | |||||
* | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 4 | -5/+4 |
| | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 6 | -8/+8 |
| | |||||
* | Makes visibility warning more concise. | Erik Kundt | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Moves all interface function visibility related tests. | Erik Kundt | 2018-04-03 | 5 | -0/+26 |
| | |||||
* | Defaults to external visibility for interfaces. | bitshift | 2018-04-03 | 2 | -0/+13 |