solidity/test/libsolidity/semanticTests/libraries
Daniel Kirchner 4064116df4 Do not duplicate subassemblies.
Add LinkerObject check and more tests
2023-02-20 22:20:45 +01:00
..
attached_internal_library_function_accepting_calldata.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
attached_internal_library_function_returning_calldata.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
attached_public_library_function_accepting_calldata.sol.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
attached_public_library_function_returning_calldata.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
external_call_with_function_pointer_parameter.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
external_call_with_storage_array_parameter.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
external_call_with_storage_mapping_parameter.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
internal_call_attached_with_parentheses.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_call_unattached_with_parentheses.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_address_named_send_transfer.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_address.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_array_named_pop_push.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_bool.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_contract.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_dynamic_array.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_enum.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_external_function_type.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_fixed_array.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_fixed_bytes.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_integer.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_interface.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_internal_function_type_named_selector.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_internal_function_type.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_literal.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_mapping.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_string_accepting_memory.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_string_accepting_storage.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_attached_to_struct.sol Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
internal_library_function_calling_private.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
internal_library_function_pointer.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
internal_library_function_return_var_size.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
internal_library_function.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
internal_types_in_library.sol Update test expectations. 2022-05-23 13:37:50 +02:00
library_address_homestead.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
library_address_via_module.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_address.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_call_in_homestead.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_delegatecall_guard_pure.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_delegatecall_guard_view_needed.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_delegatecall_guard_view_not_needed.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_delegatecall_guard_view_staticcall.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_enum_as_an_expression.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
library_function_selectors_struct.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_function_selectors.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_references_preserve.sol Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
library_return_struct_with_mapping.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
library_staticcall_delegatecall.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
library_stray_values.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
library_struct_as_an_expression.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
mapping_arguments_in_library.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
mapping_returns_in_library_named.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
mapping_returns_in_library.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
payable_function_calls_library.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
stub_internal.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
stub.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
using_for_by_name.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
using_for_function_on_int.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
using_for_overload.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
using_for_storage_structs.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
using_library_mappings_public.sol Update test expectations. 2022-05-23 13:37:50 +02:00
using_library_mappings_return.sol Update test expectations. 2022-05-23 13:37:50 +02:00
using_library_structs.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00