5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:01:02 +08:00
wails/v2/internal/binding/binding_test
Jeremy Jay 7566ed4ba6
Some checks are pending
Build + Test v2 / Test Templates (1.22, macos-latest, lit-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, plain) (push) Blocked by required conditions
Build + Test v2 / Run Go Tests (1.22, macos-latest) (push) Waiting to run
Build + Test v2 / Run Go Tests (1.22, ubuntu-22.04) (push) Waiting to run
Build + Test v2 / Run Go Tests (1.22, ubuntu-24.04) (push) Waiting to run
Build + Test v2 / Run Go Tests (1.22, windows-latest) (push) Waiting to run
Build + Test v2 / Run JS Tests (20.x) (push) Waiting to run
Build + Test v2 / Test Templates (1.22, macos-latest, lit) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, preact) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, preact-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, react) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, react-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, svelte) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, svelte-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, vanilla) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, vanilla-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, vue) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, macos-latest, vue-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, lit) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, lit-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, plain) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, preact) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, preact-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, react) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, react-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, svelte) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, svelte-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, vanilla) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, vanilla-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, vue) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-22.04, vue-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, lit) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, lit-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, plain) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, preact) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, preact-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, react) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, react-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, svelte) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, svelte-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, vanilla) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, vanilla-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, vue) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, ubuntu-24.04, vue-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, lit) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, lit-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, plain) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, preact) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, preact-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, react) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, react-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, svelte) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, svelte-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, vanilla) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, vanilla-ts) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, vue) (push) Blocked by required conditions
Build + Test v2 / Test Templates (1.22, windows-latest, vue-ts) (push) Blocked by required conditions
Upload Source Documents / Push files to Crowdin (push) Waiting to run
Do not attempt to export fields that cannot be json-encoded (#3975)
* Do not attempt to export fields that cannot be json-encoded

* update changelog w/ PR

* also skip UnsafePointers

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2025-01-10 15:11:13 +11:00
..
binding_test_import Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_anonymous_sub_struct_multi_level_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_anonymous_sub_struct_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_conflicting_package_name_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_emptystruct_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_escapedname_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_importedenum_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_importedmap_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_importedslice_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_importedstruct_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_multiplestructs_test.go Sort structs in models.ts. Fixes #1958 (#1961) 2022-10-14 07:50:22 +11:00
binding_nestedfield_test.go Fixed issue where createFrom would misidentify strings as arrays (#3435) 2024-04-27 16:30:04 +10:00
binding_nonstringmapkey_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_notags_test.go Do not attempt to export fields that cannot be json-encoded (#3975) 2025-01-10 15:11:13 +11:00
binding_returned_promises_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_singlefield_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_structwithoutfields_test.go Bindingings for empty go structs (#3489) 2024-05-18 07:39:27 +10:00
binding_test.go If a field is exported, generate json even in the absence of tags (#3678) 2024-08-14 07:49:08 +10:00
binding_tsgeneration_test.go Bindingings for empty go structs (#3489) 2024-05-18 07:39:27 +10:00
binding_type_alias_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_variablespecialcharacter_test.go Special chars bindings unit tests (#3485) 2024-05-17 18:32:54 +10:00