alecthomas / alecthomas/kong-hcl
Compile error
- 主要語言
- Go
- 星號
- 9
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The changes in commit alecthomas/kong@b68e1aba6340deb6b378f3a3fc241a0cc871b4c6 means that this module no longer compiles.
`../go/pkg/mod/github.com/alecthomas/kong-hcl@v1.0.0/loader.go:90:18: invalid operation: node.Group != "" (mismatched types *kong.Group and string)
../go/pkg/mod/github.com/alecthomas/kong-hcl@v1.0.0/loader.go:91:22: cannot use node.Group (type *kong.Group) as type string in append
../go/pkg/mod/github.com/alecthomas/kong-hcl@v1.0.0/loader.go:131:16: invalid operation: flag.Group != "" (mismatched types *kong.Group and string)
../go/pkg/mod/github.com/alecthomas/kong-hcl@v1.0.0/loader.go:132:30: cannot use flag.Group (type *kong.Group) as type string in slice literal`
and for v2
`../go/pkg/mod/github.com/alecthomas/kong-hcl/v2@v2.0.0/loader.go:217:18: invalid operation: node.Group != "" (mismatched types *kong.Group and string)
../go/pkg/mod/github.com/alecthomas/kong-hcl/v2@v2.0.0/loader.go:218:22: cannot use node.Group (type *kong.Group) as type string in append
../go/pkg/mod/github.com/alecthomas/kong-hcl/v2@v2.0.0/loader.go:258:16: invalid operation: flag.Group != "" (mismatched types *kong.Group and string)
../go/pkg/mod/github.com/alecthomas/kong-hcl/v2@v2.0.0/loader.go:259:30: cannot use flag.Group (type *kong.Group) as type string in slice literal`
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。