Refactor backend task and screen approval boundaries to typed DTOs#497
Closed
Blackcloudss wants to merge 72 commits into
Closed
Refactor backend task and screen approval boundaries to typed DTOs#497Blackcloudss wants to merge 72 commits into
Blackcloudss wants to merge 72 commits into
Annotations
10 errors and 1 warning
|
Vet local-service Go code
cannot use failedTask (variable of struct type runengine.TaskRecord) as *runengine.TaskRecord value in argument to buildTaskEntryResponse
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L206
cannot use task (variable of struct type runengine.TaskRecord) as *runengine.TaskRecord value in argument to buildTaskEntryResponse
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L206
multiple-value buildTaskEntryResponse(task, bubble, deliveryResult) (value of type (TaskEntryResponse, error)) in single-value context
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L196
cannot use governedResponse (variable of struct type TaskEntryResponse) as map[string]any value in return statement
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L188
cannot use queuedTask (variable of struct type runengine.TaskRecord) as *runengine.TaskRecord value in argument to buildTaskEntryResponse
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L188
multiple-value buildTaskEntryResponse(queuedTask, queueBubble, nil) (value of type (TaskEntryResponse, error)) in single-value context
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L182
cannot use task (variable of struct type runengine.TaskRecord) as *runengine.TaskRecord value in argument to buildTaskEntryResponse
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L182
multiple-value buildTaskEntryResponse(task, bubble, nil) (value of type (TaskEntryResponse, error)) in single-value context
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L152
cannot use failedTask (variable of struct type runengine.TaskRecord) as *runengine.TaskRecord value in argument to buildTaskEntryResponse
|
|
Vet local-service Go code:
services/local-service/internal/orchestrator/notepad.go#L152
assignment mismatch: 1 variable but buildTaskEntryResponse returns 2 values
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading