First pass at concurrency changes #13
Annotations
10 errors and 1 warning
build:
processor_test.go#L283
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L287
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L294
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L299
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L306
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L311
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L318
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
processor_test.go#L322
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
run_test.go#L20
unknown field Count in struct literal of type struct{State string; Completed int; Executing int; Waiting int; Terminal bool}
|
build:
run_test.go#L23
r.StatusCounts undefined (type *Run[MyOverallContext, MyJobContext] has no field or method StatusCounts)
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|