CI #29
Annotations
5 errors and 10 warnings
|
test-js
Process completed with exit code 1.
|
|
src/features/settings/components/SettingsView.test.tsx > SettingsView Features > toggles steer mode in stable features:
src/features/settings/components/SettingsView.test.tsx#L1505
TestingLibraryElementError: Unable to find an element with the text: Steer mode. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
aria-labelledby="settings-modal-title"
aria-modal="true"
class="ds-modal settings-overlay"
role="dialog"
>
<div
class="ds-modal-backdrop"
/>
<div
class="ds-modal-card settings-window"
>
<div
class="settings-titlebar"
>
<div
class="settings-title"
id="settings-modal-title"
>
Settings
</div>
<button
aria-label="Close settings"
class="ghost icon-button settings-close"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-x"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18 6 6 18"
/>
<path
d="m6 6 12 12"
/>
</svg>
</button>
</div>
<div
class="settings-body"
>
<div
class="settings-master"
>
<aside
class="settings-sidebar"
>
<div
class="ds-panel-nav settings-nav-list"
>
<button
class="ds-panel-nav-item settings-nav"
type="button"
>
<span
class="ds-panel-nav-item-main"
>
<span
aria-hidden="true"
class="ds-panel-nav-item-icon"
>
<svg
aria-hidden="true"
class="lucide lucide-layout-grid"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<rect
height="7"
rx="1"
width="7"
x="3"
y="3"
/>
<rect
height="7"
rx="1"
width="7"
x="14"
y="3"
/>
<rect
height="7"
rx="1"
width="7"
x="14"
y="14"
/>
<rect
height="7"
rx="1"
width="7"
x="3"
y="14"
/>
</svg>
</span>
<span
class="ds-panel-nav-item-label"
>
Projects
</span>
</span>
</button>
<button
class="ds-panel-nav-item settings-nav"
type="button"
>
<span
class="ds-panel-nav-item-main"
|
|
Rust tests (macOS)
Process completed with exit code 101.
|
|
Rust tests (Linux)
Process completed with exit code 101.
|
|
Rust tests (Windows)
Process completed with exit code 1.
|
|
lint
The process '/usr/bin/git' failed with exit code 128
|
|
lint:
src/features/threads/hooks/useThreadMessaging.ts#L687
React Hook useCallback has an unnecessary dependency: 'rateLimitsByWorkspace'. Either exclude it or remove the dependency array
|
|
lint:
src/features/threads/hooks/useThreadActions.ts#L777
React Hook useCallback has a missing dependency: 'threadActivityRef'. Either include it or remove the dependency array
|
|
lint:
src/features/layout/components/DesktopLayout.tsx#L136
React Hook useEffect has missing dependencies: 'chatLayerActive' and 'diffLayerActive'. Either include them or remove the dependency array
|
|
lint:
src/features/app/components/RequestUserInputMessage.tsx#L45
The 'questions' logical expression could make the dependencies of useCallback Hook (at line 98) change on every render. To fix this, wrap the initialization of 'questions' in its own useMemo() Hook
|
|
typecheck
The process '/usr/bin/git' failed with exit code 128
|
|
test-js
The process '/usr/bin/git' failed with exit code 128
|
|
Rust tests (macOS)
The process '/opt/homebrew/bin/git' failed with exit code 128
|
|
Rust tests (Linux)
The process '/usr/bin/git' failed with exit code 128
|
|
Rust tests (Windows)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|