crates/db/dev-db.db 🔗
Mikayla Maki created
crates/db/dev-db.db | 0
crates/db/src/test/generate-db.rs | 6 ++++++
crates/project_panel/src/project_panel.rs | 1 +
3 files changed, 7 insertions(+)
@@ -0,0 +1,6 @@
+// What do I want for testing:
+
+// - A command to run, that exercises the existing APIs to generate a database, which I can then
+// use a sqlite browser to develop queries against.
+// - A way to generate arbitrary database states which are then hooked into a dev build of rust for testing
+// -
@@ -375,6 +375,7 @@ impl ProjectPanel {
}
self.update_visible_entries(Some((worktree_id, entry_id)), cx);
cx.focus_self();
+ cx.notify();
}
}
}