Skip to content

refactor(ts): rename ts->typesystem #434

refactor(ts): rename ts->typesystem

refactor(ts): rename ts->typesystem #434

Triggered via push September 29, 2023 07:52
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/compiler/analyzer/analyzer.go#L1
: # github.com/nevalang/neva/internal/compiler/analyzer
lint: internal/runtime/funcs/funcs.go#L68
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: internal/runtime/func_runner.go#L43
should not use basic type string as key in context.WithValue (golint)
lint: internal/vm/decoder/proto/adapter.go#L64
append to slice `rConns` with non-zero initialized length (makezero)
lint: pkg/typesystem/terminator_test.go#L14
struct of size 80 bytes could be of size 72 bytes (maligned)
lint: internal/runtime/connector.go#L71
(DefaultConnector).distribute - result 0 (error) is always nil (unparam)
lint: internal/compiler/irgen/irgen.go#L80
`(Generator).processComponentNode` - `ctx` is unused (unparam)
lint: internal/compiler/irgen/irgen.go#L307
`(Generator).insertAndReturnOutports` - `outports` is unused (unparam)
lint: internal/compiler/irgen/irgen.go#L156
type `handleNetworkResult` is unused (unused)
lint: internal/vm/vm.go#L39
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/