fix: Weird Parser Error #104
main.yml
on: pull_request
Go linter
/
lint
29s
Go test
/
test
31s
Go test
/
test-with-race
49s
Annotations
24 errors and 6 warnings
Go test / test:
fixer_v2/engine.go#L86
too many arguments in call to parser.NewParser
|
Go test / test:
fixer_v2/engine.go#L87
not enough arguments in call to parser.Parse
|
Go test / test:
fixer_v2/engine.go#L87
assignment mismatch: 1 variable but parser.Parse returns 2 values
|
Go test / test:
fixer_v2/engine.go#L100
too many arguments in call to parser.NewParser
|
Go test / test:
fixer_v2/engine.go#L101
not enough arguments in call to prsr.Parse
|
Go test / test:
fixer_v2/engine.go#L101
assignment mismatch: 1 variable but prsr.Parse returns 2 values
|
Go test / test
Process completed with exit code 1.
|
Go linter / lint:
fixer_v2/engine.go#L86
too many arguments in call to parser.NewParser
|
Go linter / lint:
fixer_v2/engine.go#L87
not enough arguments in call to parser.Parse
|
Go linter / lint:
fixer_v2/engine.go#L87
assignment mismatch: 1 variable but parser.Parse returns 2 values
|
Go linter / lint:
fixer_v2/engine.go#L100
too many arguments in call to parser.NewParser
|
Go linter / lint:
fixer_v2/engine.go#L101
not enough arguments in call to prsr.Parse
|
Go linter / lint:
fixer_v2/engine.go#L101
assignment mismatch: 1 variable but prsr.Parse returns 2 values (typecheck)
|
Go linter / lint:
fixer_v2/engine.go#L86
too many arguments in call to parser.NewParser
|
Go linter / lint:
fixer_v2/engine.go#L87
not enough arguments in call to parser.Parse
|
Go linter / lint:
fixer_v2/engine.go#L87
assignment mismatch: 1 variable but parser.Parse returns 2 values
|
Go linter / lint:
fixer_v2/engine.go#L100
too many arguments in call to parser.NewParser
|
Go test / test-with-race:
fixer_v2/engine.go#L86
too many arguments in call to parser.NewParser
|
Go test / test-with-race:
fixer_v2/engine.go#L87
not enough arguments in call to parser.Parse
|
Go test / test-with-race:
fixer_v2/engine.go#L87
assignment mismatch: 1 variable but parser.Parse returns 2 values
|
Go test / test-with-race:
fixer_v2/engine.go#L100
too many arguments in call to parser.NewParser
|
Go test / test-with-race:
fixer_v2/engine.go#L101
not enough arguments in call to prsr.Parse
|
Go test / test-with-race:
fixer_v2/engine.go#L101
assignment mismatch: 1 variable but prsr.Parse returns 2 values
|
Go test / test-with-race
Process completed with exit code 1.
|
Go test / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Go test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/tlin/tlin. Supported file pattern: go.sum
|
Go linter / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Go linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/tlin/tlin. Supported file pattern: go.sum
|
Go test / test-with-race
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Go test / test-with-race
Restore cache failed: Dependencies file is not found in /home/runner/work/tlin/tlin. Supported file pattern: go.sum
|