Add String() methods to parsed types #90
Annotations
10 errors and 2 warnings
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L198
String not declared by package unsafe (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L207
String not declared by package unsafe (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L252
t.Uncommon undefined (type rtype has no field or method Uncommon, but does have uncommon) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L256
t.Str undefined (type rtype has no field or method Str) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L257
t.TFlag undefined (type rtype has no field or method TFlag) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L282
t.TFlag undefined (type rtype has no field or method TFlag) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L293
t.HasName undefined (type rtype has no field or method HasName) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L421
t.Equal undefined (type rtype has no field or method Equal) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/type.go#L653
cannot use toRType(t) (value of type rtype) as Type value in return statement: rtype does not implement Type (missing method Kind) (typecheck)
|
Verify:
../../../../../opt/hostedtoolcache/go/1.21.12/x64/src/internal/reflectlite/value.go#L383
cannot use toRType(v.typ) (value of type rtype) as Type value in return statement: rtype does not implement Type (missing method Kind) (typecheck)
|
Verify
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Verify
Restore cache failed: Dependencies file is not found in /home/runner/work/go-gitdiff/go-gitdiff. Supported file pattern: go.sum
|