3b5b48c
Query project count as i64 instead of i32 when gathering metrics
Click to expand commit body
Using the latter will cause a type mismatch when performing the query.
Antonio Scandurra
created
2080d3e
Merge pull request #1937 from zed-industries/fix-accepted-contact-busy-status
Click to expand commit body
Fix busy status when accepting a contact request
Antonio Scandurra
created
fc7b01b
Fix busy status when accepting a contact request
Click to expand commit body
Previously, we would send an contact update when accepting a request
using the same `busy` status for both the requester and the responder.
This was obviously wrong and caused the requester to see their own
busy status as the newly-added responder contact's status.
Antonio Scandurra
created
f1b3598
Merge pull request #1935 from zed-industries/reconnections-2
Click to expand commit body
Move in-memory server state to the database
Antonio Scandurra
created
744714b
Remove unused `UserId` import from seed script
Antonio Scandurra
created
35549ff
Merge pull request #1936 from zed-industries/c-outline-pointers
Click to expand commit body
Include outline items for c/c++ functions returning pointers
Max Brunsfeld
created
855f17c
Include outline items for c/c++ functions returning pointers-to-pointers, references
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld
and
Julia Risley
created
f23f294
Merge pull request #1858 from zed-industries/add-lisp
Click to expand commit body
Added tree sitter support for scheme and racket
Mikayla Maki
created
0921178
Got tree sitter integration to a shippable place
Mikayla Maki
created
30872d3
Added experimental support for scheme, racket, and commonlisp
3e0f9d2
Made dev tools not break everything about the db
Click to expand commit body
Also improved multi statements to allow out of order parameter binding in statements
Ensured that all statements are run for maybe_row and single, and that of all statements only 1 of them returns only 1 row
Made bind and column calls add useful context to errors
Co-authored-by: kay@zed.dev
e1eff3f
WIP: Some bugs switching to database provided IDs, terminal titles don't reload when restored from serialized, workspace tests are no longer passing but should be easy to fix when it isn't 11:44
Mikayla Maki
created
a47f2ca
Added UUID based, stable workspace ID for caching on item startup. Completed first sketch of terminal persistence. Still need to debug it though....