- Apr 05, 2022
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Maxime Jacquemin authored
-
Maxime Jacquemin authored
-
Maxime Jacquemin authored
-
-
-
-
-
-
-
-
Maxime Jacquemin authored
-
-
-
-
-
-
The code is clean, performing computation through promises without trying to hide them in an ugly way. No more blinking, it is awesome. Now we can actually work on improvements.
-
- The `useSelection` hooks did not memoized the returned `setSelection` function, leading to performance issues if a hook depended on it. - The standard behavior for `usePromise` is to take a building function and dependencies, automatically memoized the constructed promise, and then doing as before. However, we keep a `usePromiseNoMemo` with the previous behavior. It seems needed for the `theme` handling. - `useCache` new hook allows to add a cache to a given function. It also takes an optional serialization function for complex types for which standard equality does not provide the expected behavior.
-
We gotta handle the promises correctly. There is some features to add.
-
Maxime Jacquemin authored
-
-
- Apr 04, 2022
-
-
Loïc Correnson authored
[ivette] extensible information sidebar See merge request frama-c/frama-c!3426
-
- Apr 01, 2022
-
-
Virgile Prevosto authored
Fix/andre/analysis scripts build fixes See merge request frama-c/frama-c!3603
-
David Bühler authored
-
David Bühler authored
-