Skip to content

WIP: Eventually consistent multiplayer 🀝 #853

WIP: Eventually consistent multiplayer 🀝

WIP: Eventually consistent multiplayer 🀝 #853

Triggered via pull request October 1, 2023 16:57
@PangorawPangoraw
synchronize #2296
pb/ot
Status Failure
Total duration 23s
Artifacts

TypeScriptCheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: frontend/components/CellInput.js#L787
Argument of type '{ push_updates: (data: any[]) => any; subscribe_to_updates: (cb: Function) => { unsubscribe: () => void; }; client_id: any; cell_id: any; }' is not assignable to parameter of type '{ get_notebook: () => Notebook; subscribe_to_updates: (cb: Function) => EventHandler; push_updates: (updates: any[]) => Promise<any>; client_id: string; cell_id: string; }'.
test: frontend/components/CellInput/pluto_collab.js#L2
Module '"../../imports/CodemirrorPlutoSetup.js"' has no exported member 'showTooltip'.
test: frontend/components/CellInput/pluto_collab.js#L3
Module '"../../imports/CodemirrorPlutoSetup.js"' has no exported member 'tooltips'.
test: frontend/components/CellInput/pluto_collab.js#L5
Module '"../../imports/CodemirrorPlutoSetup.js"' declares 'ChangeSet' locally, but it is not exported.
test: frontend/components/CellInput/pluto_collab.js#L10
Module '"../../imports/CodemirrorPlutoSetup.js"' has no exported member 'getSyncedVersion'.
test: frontend/components/CellInput/pluto_collab.js#L11
Module '"../../imports/CodemirrorPlutoSetup.js"' has no exported member 'receiveUpdates'.
test: frontend/components/CellInput/pluto_collab.js#L12
Module '"../../imports/CodemirrorPlutoSetup.js"' has no exported member 'sendableUpdates'.
test: frontend/components/CellInput/pluto_collab.js#L148
Cannot find name 'EditorState'.
test: frontend/components/CellInput/pluto_collab.js#L185
Cannot find name 'Notebook'.
test: frontend/components/CellInput/pluto_collab.js#L237
JSDoc '@param' tag has name 'updates', but there is no parameter with that name.