Kristupas Antanavicius

Results 8 issues of Kristupas Antanavicius

delayed-auto takes 3 minutes to boot the VM. This is not acceptable when booting a fresh VM for CICD integration tests. When I set `auto` start for both of these...

I'm not entirely sure whether this is meant to be supported or not. If this is indeed a valid use case, then [a similliar issue in uniffi-bindgen-go](https://github.com/NordSecurity/uniffi-bindgen-go/issues/36) will also have...

With the current type alias implementation, the generated bindings contain transparent type aliases, i.e. new type is not created, its a different name for the underlying type, the alias and...

The initial docstring test simply searches for docstring bytes in generated bindings file, without trying to parse the bindings and extract documentation in any way. A much more robust test...

From sprites example, using `v0.25.0`. ``` $ nm target/debug/libuniffi_sprites.so | grep " ffi_uniffi_sprites" 0000000000018ce0 T ffi_uniffi_sprites_foreign_executor_callback_set 0000000000018bd0 T ffi_uniffi_sprites_rustbuffer_alloc 0000000000018c50 T ffi_uniffi_sprites_rustbuffer_free 0000000000018c00 T ffi_uniffi_sprites_rustbuffer_from_bytes 0000000000018ca0 T ffi_uniffi_sprites_rustbuffer_reserve 0000000000019020 T...

cantfix

Adding new fields to a struct returned by a uniffi function does not influence the function checksum. If new bindings are generated after adding the field, and library is not...

This change enables users to limit individual test concurrency based on mark configuration. For example, lets say that there are 10 tests, and 8 of them can be executed concurrently,...

The current UDL syntax is awkward in some cases, and the UDL parser is straight up hostile towards the user. The goal of this post isn't to provide a final...