switch CI to use main -- get those tests back.. #824
build.yml
on: push
test
1m 28s
test-coverage
1m 48s
Annotations
20 errors and 2 warnings
test:
axon/enumgen.go#L63
cannot use d (variable of type PrjnGTypes) as enums.Enum value in assignment: PrjnGTypes does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L131
cannot use d (variable of type GlobalVars) as enums.Enum value in assignment: GlobalVars does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L199
cannot use d (variable of type LayerTypes) as enums.Enum value in assignment: LayerTypes does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L267
cannot use d (variable of type DAModTypes) as enums.Enum value in assignment: DAModTypes does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L335
cannot use d (variable of type ValenceTypes) as enums.Enum value in assignment: ValenceTypes does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L403
cannot use d (variable of type NeuronFlags) as enums.Enum value in assignment: NeuronFlags does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L471
cannot use d (variable of type NeuronVars) as enums.Enum value in assignment: NeuronVars does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L539
cannot use d (variable of type NeuronAvgVars) as enums.Enum value in assignment: NeuronAvgVars does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L607
cannot use d (variable of type NeuronIdxs) as enums.Enum value in assignment: NeuronIdxs does not implement enums.Enum (missing method IsValid)
|
test:
axon/enumgen.go#L675
cannot use d (variable of type GPLayerTypes) as enums.Enum value in assignment: GPLayerTypes does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L63
cannot use d (variable of type PrjnGTypes) as enums.Enum value in assignment: PrjnGTypes does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L131
cannot use d (variable of type GlobalVars) as enums.Enum value in assignment: GlobalVars does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L199
cannot use d (variable of type LayerTypes) as enums.Enum value in assignment: LayerTypes does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L267
cannot use d (variable of type DAModTypes) as enums.Enum value in assignment: DAModTypes does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L335
cannot use d (variable of type ValenceTypes) as enums.Enum value in assignment: ValenceTypes does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L403
cannot use d (variable of type NeuronFlags) as enums.Enum value in assignment: NeuronFlags does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L471
cannot use d (variable of type NeuronVars) as enums.Enum value in assignment: NeuronVars does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L539
cannot use d (variable of type NeuronAvgVars) as enums.Enum value in assignment: NeuronAvgVars does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L607
cannot use d (variable of type NeuronIdxs) as enums.Enum value in assignment: NeuronIdxs does not implement enums.Enum (missing method IsValid)
|
test-coverage:
axon/enumgen.go#L675
cannot use d (variable of type GPLayerTypes) as enums.Enum value in assignment: GPLayerTypes does not implement enums.Enum (missing method IsValid)
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|