This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b15772bd50
solidity
/
test
/
libsolidity
/
syntaxTests
/
array
History
wechman
998488db3c
Add InlineArrayType to support literals conversion to statically and dynamically allocated arrays.
2022-06-07 11:54:22 +02:00
..
concat
Add InlineArrayType to support literals conversion to statically and dynamically allocated arrays.
2022-06-07 11:54:22 +02:00
invalid
Adding syntax test for bytes to bytesNN conversion.
2021-04-23 13:19:19 +02:00
invalidCopy
Adding more tests for array copying.
2020-12-28 13:16:24 +01:00
length
Improve error message for static array with size too large
2022-04-05 17:36:37 +02:00
pop
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
push
slice
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
array_pop_arg.sol
array_pop.sol
bytes_pop.sol
bytes_to_fixed_bytes.sol
Adding syntax test for bytes to bytesNN conversion.
2021-04-23 13:19:19 +02:00
calldata_assign.sol
calldata_dynamic.sol
calldata_multi_dynamic_V1.sol
Explicitly set coder to v1 for syntax tests.
2020-12-09 15:25:15 +01:00
calldata_multi_dynamic.sol
calldata_multi.sol
calldata_resize.sol
calldata.sol
contract_array.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
contract_index_access.sol
copy_from_function_type.sol
Fixed a ICE on calldata to struct member copy
2022-01-31 17:26:11 +01:00
copy_storage_arrays_of_function_type.sol
Added sameType check for fromType and toType in YulUtilFunctions.cpp and relevant tests in semanticTests
2021-12-15 23:50:25 +05:30
dynamic_memory_array_pop.sol
function_mapping_library.sol
function_mapping.sol
Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol
2021-12-03 12:23:35 +05:30
library_array.sol
nested_calldata_memory2.sol
nested_calldata_memory3.sol
nested_calldata_memory.sol
nested_calldata_storage2.sol
nested_calldata_storage.sol
new_no_parentheses.sol
no_array_pop.sol
static_storage_array_pop.sol
string_pop.sol
uninitialized_storage_var.sol