Skip to content

Jsdt/ws v2#4213

Draft
cloutiertyler wants to merge 16 commits intomasterfrom
jsdt/ws-v2
Draft

Jsdt/ws v2#4213
cloutiertyler wants to merge 16 commits intomasterfrom
jsdt/ws-v2

Conversation

@cloutiertyler
Copy link
Contributor

Description of Changes

API and ABI breaking changes

Expected complexity level and risk

Testing

Resolve merge conflicts and fix compilation errors:
- Recreate message_handlers_v1.rs and message_handlers_v2.rs (v1/v2 dispatch)
- Adapt for Option<ReducerName> change from master
- Convert TableName to Box<str> for TableUpdate::new calls
- Fix async closure annotations in call_view_add_v2_subscription
- Fix BTreeMap key type (TableName doesn't impl Ord)
cloutiertyler and others added 3 commits February 5, 2026 18:52
Both types wrap Identifier which already implements Ord.
Revert the Box<str> workaround in module_subscription_manager.
RowListLen is defined in websocket::common but was not re-exported
from websocket::v1. Import it directly from common instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants