60ef74a
Use select_biased! in Peer to avoid non-determinism
Max Brunsfeld
created
b2aa961
Allow rpc client to connect to an in-memory stream
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
8b58c16
Re-export zed-rpc's test support items from zed's test support
Max Brunsfeld
created
2965fce
Avoid panic when spawn is called after run exits in deterministic executor
Max Brunsfeld
created
9bfa5b6
Add a 'seed' parameter to gpui::test macro
Click to expand commit body
This lets you control the starting seed
Max Brunsfeld
created
140c883
Start work on a deterministic executor for tests
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
1f89b45
Merge pull request #106 from zed-industries/remote-conflict-indicator
Click to expand commit body
Relay the saved mtime when saving a buffer
Antonio Scandurra
created
f1ce507
Merge pull request #104 from zed-industries/double-buffer
Click to expand commit body
Avoid adding the same entry when concurrently opening it more than once
Antonio Scandurra
created
792926c
Merge pull request #100 from zed-industries/fix-url-to-path-conversion
Click to expand commit body
Fix URL to `PathBuf` conversion in `mac::Platform`
Antonio Scandurra
created
d82411e
Relay the saved mtime when saving a buffer
Antonio Scandurra
created
f55718c
Avoid adding the same entry when concurrently opening it more than once
Antonio Scandurra
created
f46c0a7
Improve support for gpui tests that need multiple contexts
Click to expand commit body
If a test function takes multiple contexts, pass it however many
distinct contexts are needed. Construct each one with a different
starting entity id so that they do not share any entity ids.
Max Brunsfeld
created
7335e70
Use async-tungstenite's built-in TLS connector
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
024684e
Improve logging when there is an error in the RPC layer