Skip to content

complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option #86

complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option

complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option #86

Triggered via pull request July 23, 2024 01:02
@ldemaillyldemailly
synchronize #65
parse_print
Status Failure
Total duration 17s
Artifacts

gochecks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: ast/ast.go#L27
cannot use b.Literal (value of type func() string) as string value in return statement
check: ast/ast.go#L31
invalid operation: b.Type.String() + " " + b.Literal (mismatched types string and func() string)
check: ast/ast.go#L87
cannot use i.Literal (value of type func() string) as string value in return statement
check: ast/ast.go#L100
cannot use c.Literal (value of type func() string) as string value in return statement
check: ast/ast.go#L128
cannot use i.Literal (value of type func() string) as string value in return statement
check: ast/ast.go#L141
cannot use i.Literal (value of type func() string) as string value in return statement
check: ast/ast.go#L154
cannot use s.Literal (value of type func() string) as string value in argument to strconv.Quote
check: ast/ast.go#L213
cannot use b.Literal (value of type func() string) as string value in return statement
check: ast/ast.go#L281
cannot use b.Literal (value of type func() string) as string value in argument to out.WriteString
check: eval/eval.go#L117
cannot use node.Literal (value of type func() string) as string value in struct literal