zed/crates
Nathan Sobo 273988b8d5 Set transaction group interval to ZERO by default in tests
We were seeing non-deterministic behavior in randomized tests when
generating backtraces took enough time to cause transactions to group
in some cases, but not group in others.

Tests will need to explicitly opt into grouping if they want it by
setting the interval explicitly. We have tests in the text module that
currently test the history grouping explicitly, but I'm not sure
it's needed elsewhere.
2022-12-27 16:47:28 -07:00
..
activity_indicator wip 2022-12-03 16:06:01 -08:00
assets Generate themes before compiling the 'assets' crate 2022-10-31 13:25:12 -07:00
auto_update Fix mis-set variables 2022-12-13 09:58:04 -08:00
breadcrumbs wip 2022-12-03 16:06:01 -08:00
call Clean up projects when leaving a room 2022-12-20 16:44:57 -08:00
cli
client Set transaction group interval to ZERO by default in tests 2022-12-27 16:47:28 -07:00
clock
collab Set transaction group interval to ZERO by default in tests 2022-12-27 16:47:28 -07:00
collab_ui Handle unshared projects when rejoining a room 2022-12-20 11:10:46 -08:00
collections
command_palette working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
context_menu
db Implement rejoining projects as guest when rejoining a room 2022-12-20 15:02:26 -08:00
diagnostics Merge pull request #1983 from zed-industries/multi-buffer-git-gutter 2022-12-19 10:53:42 -05:00
drag_and_drop Fetch last workspace explicitly when starting Zed 2022-12-12 13:29:18 -08:00
editor Assert that buffers' file state matches in randomized collab test 2022-12-21 15:38:44 -08:00
file_finder Add recent project picker 2022-12-14 15:59:50 -08:00
fs Restructure randomized test to be a bit clearer and test more stuff 2022-12-22 17:54:25 +01:00
fsevent
fuzzy Add recent project picker 2022-12-14 15:59:50 -08:00
git Rewrite multi-buffer aware git hunks in range to be more correct 2022-12-15 17:09:09 -05:00
go_to_line Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
gpui Set transaction group interval to ZERO by default in tests 2022-12-27 16:47:28 -07:00
gpui_macros Merge branch 'main' into reconnections-2 2022-12-05 19:18:40 +01:00
journal Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
language Assert that buffers' file state matches in randomized collab test 2022-12-21 15:38:44 -08:00
live_kit_client Move weak linking into zed's build.rs 2022-11-08 16:04:55 +01:00
live_kit_server
lsp
media
menu
outline Add recent project picker 2022-12-14 15:59:50 -08:00
picker Show placeholder text for pickers 2022-11-04 10:18:47 +01:00
plugin
plugin_macros
plugin_runtime
project WIP: failing randomized test 2022-12-23 15:02:06 +01:00
project_panel working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
project_symbols Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
recent_projects Clear stale projects if they no longer exist 2022-12-16 15:45:17 -08:00
rope Style 2022-11-30 13:11:08 -05:00
rpc Respond with an error when client hasn't got a registered handle 2022-12-23 11:53:13 +01:00
search Merge pull request #1983 from zed-industries/multi-buffer-git-gutter 2022-12-19 10:53:42 -05:00
settings WIP 2022-12-08 20:21:00 -08:00
snippet
sqlez Merge branch 'main' into reconnections-2 2022-12-05 19:18:40 +01:00
sqlez_macros CHANGE LOCK TO NOT BE DROPPED INSTANTLY. DANG U RUST 2022-12-03 16:06:02 -08:00
sum_tree Initial hacky displaying of git gutter in multi-buffers 2022-12-13 12:35:58 -05:00
terminal WIP 2022-12-08 20:21:00 -08:00
terminal_view Remove terminal container view, switch to notify errors 2022-12-08 20:21:00 -08:00
text Set transaction group interval to ZERO by default in tests 2022-12-27 16:47:28 -07:00
theme Added user notifications 2022-12-03 16:06:02 -08:00
theme_selector Show placeholder text for pickers 2022-11-04 10:18:47 +01:00
theme_testbench Dock persistence working! 2022-12-03 16:06:01 -08:00
util Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
vim remove printline 2022-12-08 14:45:22 -08:00
workspace Implement rejoining projects as guest when rejoining a room 2022-12-20 15:02:26 -08:00
zed Update rust-analyzer's disk_based_diagnostics_progress_token 2022-12-19 16:27:25 +01:00