Add InlineArrayType to support literals conversion to statically and dynamically allocated arrays.

This commit is contained in:
wechman
2022-06-07 11:54:22 +02:00
parent 3948391ca8
commit 998488db3c
74 changed files with 1504 additions and 400 deletions
+3 -1
View File
@@ -126,7 +126,9 @@ done < <(
grep -v -E 'license/license_hidden_unicode.sol' |
grep -v -E 'license/license_unicode.sol' |
# Skipping tests with 'something.address' as 'address' as the grammar fails on those
grep -v -E 'inlineAssembly/external_function_pointer_address.*.sol'
grep -v -E 'inlineAssembly/external_function_pointer_address.*.sol' |
# Skipping a test with an empty array as the grammar fails on it
grep -v -E 'array/inline_array_return_dynamic.sol'
)
YUL_FILES=()