8000 Tags · alecthomas/go-check-sumtype · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alecthomas/go-check-sumtype

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: downgrade min Go version (#16)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Option for not failing exhaustiveness check if all implementations of…

… the sumtype are covered by interfaces (#15)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from lfportal/default-signifies-exhaustive

Add `default-signifies-exhasutive` flag to prevent default clause from automatically passing checks

v0.1.4

Toggle v0.1.4's commit message
fix: don't include generic types in variants

v0.1.3

Toggle v0.1.3's commit message
Fix missing Position in reported error.

v0.1.2

Toggle v0.1.2's commit message
Refactor to include token.Position in returned error interface.

v0.1.1

Toggle v0.1.1's commit message
Refactor into a package so that it can be integrated into golangci-lint.

v0.1.0

Toggle v0.1.0's commit message
Switch to Go 1.18 comment-directives...

...dropping support for the type name in the comment.

The new syntax is:

```go
//sumtype:decl
type MySumType interface {
  sealed()
}
```
0