Files
owl/tests
Samuel Degueldre 3937966b74 [FIX] reactivity: do not notify for NOOPs on collections
Previously, if a reactive was observing the presence of an item in a
set that was originally not present, it would get notified when that
item was "deleted" from the set (even though there was nothing to delete
and the set did not change). The same applied to the key already being
present and then being "added". The same thing occured with Map, both
for presence but also for values (setting a key to the value it was
already set to would notify).

This commit fixes that.
2023-09-22 14:36:35 +02:00
..
2023-08-04 11:44:54 +02:00
2023-08-04 11:44:54 +02:00
2022-02-11 10:18:01 +01:00
2023-07-26 15:15:20 +02:00
2022-05-31 14:00:01 +02:00