dioxus/packages/core-macro/tests
Evan Almloff baf5a95cae
Fix cloned rsx double drop (#2839)
* Implement Rc generational pointers

* Clean up error handling a bit

* start adding tests

* Simplify a few types

* Separate Rc and normal generational boxes

* Add tests for rc drop and read

* Move over the pointer instead of the data in ReadOnlySignal props

* Fix panic on ref drop and release mode builds

* final rc signal cleanup

* use rc generational boxes for event handlers as well

* add a regression test for read only signal cloning

* merge main

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-10-14 09:23:09 -07:00
..
rsx Fix some CI (windows + nasm, core-macro error) (#2676) 2024-07-23 09:58:13 -07:00
event_handler.rs Create closure type; allow async event handlers in props; allow short hand event handlers (#2437) 2024-06-10 18:47:07 -07:00
generics.rs Fix deriving props with a where clause and an owner (#2674) 2024-07-22 13:48:39 -07:00
rsx.rs Support Optional Read Signals (#2761) 2024-08-01 19:22:35 +00:00
values_memoize_in_place.rs Fix cloned rsx double drop (#2839) 2024-10-14 09:23:09 -07:00