Conversation
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesThere are no significant wall-time differences Other differencesClick to expand
Additional informationCheckout details:
|
c4410d8 to
922b501
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2669 +/- ##
==========================================
+ Coverage 94.81% 94.90% +0.08%
==========================================
Files 96 96
Lines 21826 21710 -116
Branches 614 614
==========================================
- Hits 20695 20604 -91
+ Misses 1003 978 -25
Partials 128 128 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Do you think we should invite the Maston/Bluesky mob to give feedback? |
In favor of using generics.
|
@djc Is this still something you want to see move forward? Should it be set as a draft? |
Yes, would like to revisit this before 0.24.0 after discussion in #3149 (comment). |


Replaces
ClientConnectionwithConnection<Client>, which seems like a pretty nice way to move forward. Makes generics quite a bit simpler: instead ofimpl DerefMut<Target = ConnectionCommon<impl SideData>>we can now sayConnectionCommon<impl SideData>).Remaining steps:
Maybe having
ClientandServertypes is a little weird and they should beClientDataandServerData?Would like early feedback before resolving all CI issues.