dioxus/packages/cli/src
Jonathan Kelley 73047fe956 feat: props memoization is more powerful
This commit solves the memoization , properly memoizing properties that don't have any generic parameters. This is a rough heuristic to prevent non-static lifetimes from creeping into props and breaking our minual lifetime management.

Props that have a generic parameter are opted-out of the `partialeq` requirement and props *without* lifetimes must implement partialeq. We're going to leave manual disabling of memoization for future work.
2021-06-22 17:20:54 -04:00
..
builder.rs feat: props memoization is more powerful 2021-06-22 17:20:54 -04:00
cargo.rs Chore: cleanup the CLI package 2021-01-19 08:50:56 -05:00
cli.rs Feat: more cleanup 2021-03-04 12:03:22 -05:00
config.rs Feat: more cleanup 2021-03-04 12:03:22 -05:00
develop.rs FIx: cargo fix to clean up things 2021-03-10 19:42:31 -05:00
error.rs Chore: cleanup the CLI package 2021-01-19 08:50:56 -05:00
lib.rs Chore: cleanup the CLI package 2021-01-19 08:50:56 -05:00
logging.rs Feat: re-enable stack machine approach 2021-02-17 10:53:55 -05:00
main.rs Chore: cleanup the CLI package 2021-01-19 08:50:56 -05:00
watch.rs Chore: cleanup the CLI package 2021-01-19 08:50:56 -05:00