conformance icon indicating copy to clipboard operation
conformance copied to clipboard

Results 4 conformance issues
Sort by recently updated
recently updated
newest added

Since Go 1.17, `go get` is [deprecated](https://go.dev/doc/go-get-install-deprecation) for installing executables and one should instead use `go install` (with a version suffix) for such use cases. As far as I can...

``` $ go get github.com/cloudevents/conformance/cmd/cloudevents # github.com/cloudevents/conformance/pkg/diff /home/***/go/pkg/mod/github.com/cloudevents/[email protected]/pkg/diff/diff.go:64:14: undefined: math.MaxInt ```

This is a work in progress to produce a supported features table from yaml config via a cli. The work to be done is to add more support for URLs...

- [ ] `cloudevents diff` should fail if expected is not found in the diff even for `--ignore-additional` - [x] `cloudevents diff want got` should keep searching for a valid...