Skip to content

Commit

Permalink
Merge branch 'master' into readfrom_roaring32
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchen-cn committed Jan 25, 2021
2 parents df0cdf8 + 6ec715d commit a53842b
Show file tree
Hide file tree
Showing 29 changed files with 454 additions and 3,830 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,3 @@ roaring-fuzz.zip
workdir
coverage.out
testdata/all3.classic
testdata/all3.msgp.snappy
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ branches:
only:
- master
script:
- goveralls -v -service travis-ci -ignore arraycontainer_gen.go,bitmapcontainer_gen.go,rle16_gen.go,rle_gen.go,roaringarray_gen.go,rle.go || go test
- goveralls -v -service travis-ci -ignore rle16_gen.go,rle_gen.go,rle.go || go test
- go test -race -run TestConcurrent*
- go build -tags appengine
- go test -tags appengine
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -97,10 +97,6 @@ nuke:
rm -rf ./target
GOPATH=$(GOPATH) go clean -i ./...


ser:
go generate

cover:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
Expand Down
2 changes: 0 additions & 2 deletions arraycontainer.go
Expand Up @@ -4,8 +4,6 @@ import (
"fmt"
)

//go:generate msgp -unexported

type arrayContainer struct {
content []uint16
}
Expand Down
134 changes: 0 additions & 134 deletions arraycontainer_gen.go

This file was deleted.

125 changes: 0 additions & 125 deletions arraycontainer_gen_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions bitmapcontainer.go
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

//go:generate msgp -unexported

type bitmapContainer struct {
cardinality int
bitmap []uint64
Expand Down

0 comments on commit a53842b

Please sign in to comment.