| .. |
|
array
|
Add missing period in the end of error messages
|
2018-07-16 16:11:39 +01:00 |
|
constants
|
|
|
|
constructor
|
Fix tests regarding contract type conversion.
|
2018-08-01 11:04:35 +01:00 |
|
controlFlow/storageReturn
|
Turn warning about uninitialized storage returns into an error.
|
2018-08-02 19:34:38 +02:00 |
|
dataLocations
|
Add tests for data locations within libraries
|
2018-07-25 10:55:23 +01:00 |
|
denominations
|
|
|
|
fallback
|
Suggests external for fallback and interface functions.
|
2018-07-17 18:07:36 +02:00 |
|
functionCalls
|
libsolidity/syntaxTests: Add a test case for unwanted named arguments.
|
2018-07-10 14:10:09 +02:00 |
|
functionTypes
|
Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode.
|
2018-07-23 17:29:08 +01:00 |
|
globalFunctions
|
|
|
|
indexing
|
Add comprehensive syntax tests for indexed access
|
2018-07-24 20:26:36 +01:00 |
|
inheritance
|
Add additional test cases.
|
2018-08-01 17:18:17 +02:00 |
|
inlineAssembly
|
Remove trailing whitespace in all contract files.
|
2018-08-01 21:57:12 +02:00 |
|
literalOperations
|
|
|
|
memberLookup
|
Add missing period in the end of error messages
|
2018-07-16 16:11:39 +01:00 |
|
modifiers
|
Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode.
|
2018-07-23 17:29:08 +01:00 |
|
multiVariableDeclaration
|
Remove trailing whitespace in all contract files.
|
2018-08-01 21:57:12 +02:00 |
|
nameAndTypeResolution
|
Disallow assignments to mappings within tuple assignments.
|
2018-08-03 15:46:26 +02:00 |
|
natspec
|
|
|
|
parsing
|
Disallow conversion between unrelated contract types.
|
2018-08-01 11:04:35 +01:00 |
|
pragma
|
Add syntax tests for unknown / invalid pragma
|
2018-07-24 18:35:47 +01:00 |
|
scoping
|
Do not exclude public state variables when looking for conflicting declarations.
|
2018-08-01 14:31:04 +02:00 |
|
specialFunctions
|
|
|
|
structs/recursion
|
Add test cases.
|
2018-07-12 20:14:31 +02:00 |
|
tupleAssignments
|
Update tests.
|
2018-07-12 20:33:52 +02:00 |
|
types
|
Allow assignments to local variables of mapping types.
|
2018-08-03 16:22:03 +02:00 |
|
viewPure
|
Added default data locations to parameters for syntax tests.
|
2018-07-11 20:24:50 -05:00 |
|
viewPureChecker
|
|
|
|
virtualLookup
|
|
|
|
visibility
|
Adds comment about reasoning behind syntax test.
|
2018-07-17 20:06:07 +02:00 |
|
constructor_this.sol
|
|
|
|
deprecated_functions.sol
|
|
|
|
double_stateVariable_declaration.sol
|
|
|
|
double_variable_declaration.sol
|
|
|
|
emit_empty.sol
|
Add syntax test for empty emit statement
|
2018-07-25 11:01:41 +01:00 |
|
emit_non_event.sol
|
|
|
|
empty_struct.sol
|
|
|
|
literal_comparisons.sol
|
|
|
|
missing_state_variable.sol
|
Add missing period in the end of error messages
|
2018-07-16 16:11:39 +01:00 |
|
more_than_256_declarationerrors.sol
|
|
|
|
more_than_256_syntaxerrors.sol
|
|
|
|
signed_rational_modulus.sol
|
|
|
|
smoke_test.sol
|
|
|
|
tight_packing_literals_fine.sol
|
Added default data locations to parameters for syntax tests.
|
2018-07-11 20:24:50 -05:00 |
|
tight_packing_literals.sol
|
Added default data locations to parameters for syntax tests.
|
2018-07-11 20:24:50 -05:00 |