Skip to content

support agent cells, registering dfs to globals #14

support agent cells, registering dfs to globals

support agent cells, registering dfs to globals #14

Triggered via push February 23, 2025 08:29
Status Failure
Total duration 3m 21s
Artifacts

test_fe.yaml

on: push
changes
5s
changes
🖥️ Lint, test, build frontend
3m 0s
🖥️ Lint, test, build frontend
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
src/core/config/__tests__/config-schema.test.ts > default UserConfig - empty: frontend/src/core/config/__tests__/config-schema.test.ts#L39
Error: Snapshot `default UserConfig - empty 1` mismatched - Expected + Received @@ -5,11 +5,11 @@ "completion": { "activate_on_typing": true, "copilot": false, }, "display": { - "cell_output": "below", + "cell_output": "above", "code_editor_font_size": 14, "dataframes": "rich", "default_width": "medium", "theme": "light", }, ❯ src/core/config/__tests__/config-schema.test.ts:39:25
src/core/config/__tests__/config-schema.test.ts > default UserConfig - one level: frontend/src/core/config/__tests__/config-schema.test.ts#L92
Error: Snapshot `default UserConfig - one level 1` mismatched - Expected + Received @@ -5,11 +5,11 @@ "completion": { "activate_on_typing": true, "copilot": false, }, "display": { - "cell_output": "below", + "cell_output": "above", "code_editor_font_size": 14, "dataframes": "rich", "default_width": "medium", "theme": "light", }, ❯ src/core/config/__tests__/config-schema.test.ts:92:25
🖥️ Lint, test, build frontend
Process completed with exit code 1.
🖥️ Lint, test, build frontend: frontend/src/components/debugger/debugger-code.tsx#L58
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/editor/file-tree/file-viewer.tsx#L71
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/editor/output/MarimoErrorOutput.tsx#L114
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
🖥️ Lint, test, build frontend: frontend/src/components/editor/renderers/vertical-layout/useDelayVisibility.ts#L24
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/components/terminal/terminal.tsx#L49
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/components/terminal/terminal.tsx#L60
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/components/terminal/terminal.tsx#L81
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/core/cells/outputs.ts#L17
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect
🖥️ Lint, test, build frontend: frontend/src/core/websocket/useWebSocket.tsx#L68
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/hooks/debug.ts#L2
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior