Skip to content

neuron fully functional and ready for further testing #17

neuron fully functional and ready for further testing

neuron fully functional and ready for further testing #17

Triggered via push August 20, 2024 08:11
Status Failure
Total duration 1m 48s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
cannot use nqt (variable of type Quarters) as enums.BitFlag value in argument to qt.HasFlag: Quarters does not implement enums.BitFlag (method HasFlag has pointer receiver)
build
cannot use pqt (variable of type Quarters) as enums.BitFlag value in argument to qt.HasFlag: Quarters does not implement enums.BitFlag (method HasFlag has pointer receiver)
build
T (type Quarters) does not satisfy enums.BitFlagConstraint (method HasFlag has pointer receiver)
build
T (type Quarters) does not satisfy enums.BitFlagConstraint (method HasFlag has pointer receiver)
build
T (type NeurFlags) does not satisfy enums.BitFlagConstraint (method HasFlag has pointer receiver)
build
T (type NeurFlags) does not satisfy enums.BitFlagConstraint (method HasFlag has pointer receiver)
build
cannot use NeurHasExt (constant 1 of type NeurFlags) as enums.BitFlag value in argument to nrn.SetFlag: NeurFlags does not implement enums.BitFlag (method HasFlag has pointer receiver)
build
cannot use NeurHasTarg (constant 2 of type NeurFlags) as enums.BitFlag value in argument to nrn.SetFlag: NeurFlags does not implement enums.BitFlag (method HasFlag has pointer receiver)
build
cannot use NeurHasCmpr (constant 3 of type NeurFlags) as enums.BitFlag value in argument to nrn.SetFlag: NeurFlags does not implement enums.BitFlag (method HasFlag has pointer receiver)
build
cannot use NeurHasExt (constant 1 of type NeurFlags) as enums.BitFlag value in array or slice literal: NeurFlags does not implement enums.BitFlag (method HasFlag has pointer receiver)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/