Skip to content

fix(lidar): re-stream COPC point clouds when a saved project is reopened #1976

fix(lidar): re-stream COPC point clouds when a saved project is reopened

fix(lidar): re-stream COPC point clouds when a saved project is reopened #1976

Triggered via pull request June 25, 2026 17:47
Status Success
Total duration 5m 46s
Artifacts

ci.yml

on: pull_request
E2E smoke (Playwright)
4m 56s
E2E smoke (Playwright)
Validate CITATION.cff
17s
Validate CITATION.cff
Build and test
3m 19s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and test: apps/geolibre-desktop/src/hooks/usePlugins.ts#L379
React Hook useEffect has a missing dependency: 'mapControllerRef'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/processing/ProcessingDialog.tsx#L715
React Hook useEffect has a missing dependency: 'selectedTool'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/panels/StylePanel.tsx#L1188
React Hook useEffect has a missing dependency: 'layer'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/panels/LayerPanel.tsx#L1062
The ref value 'refreshStatusTimersRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'refreshStatusTimersRef.current' to a variable inside the effect, and use that variable in the cleanup function
Build and test: apps/geolibre-desktop/src/components/panels/LayerPanel.tsx#L1058
The ref value 'refreshTimersRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'refreshTimersRef.current' to a variable inside the effect, and use that variable in the cleanup function
Build and test: apps/geolibre-desktop/src/components/panels/ColumnExplorerDialog.tsx#L93
React Hook useMemo has missing dependencies: 'columns' and 'scopedRows'. Either include them or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L192
React Hook useMemo has an unnecessary dependency: 'managerVersion'. Either exclude it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/DesktopShell.tsx#L1311
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/DesktopShell.tsx#L1171
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/CollaborationStatusBadge.tsx#L67
The 'chat' logical expression could make the dependencies of useEffect Hook (at line 213) change on every render. To fix this, wrap the initialization of 'chat' in its own useMemo() Hook
E2E smoke (Playwright)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/