This is an automated email from the ASF dual-hosted git repository.

proost pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git


    from d2c0d2f  Merge pull request #114 from 
proost/test-add-missing-compatability-cases
     add e075083  ci: add linter
     add cd3d29b  style: follow lint
     new 038d84a  Merge pull request #115 from proost/ci-add-linter

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/{go.yml => lint.yml}          | 14 ++++----------
 .github/workflows/{go.yml => test.yml}          |  2 +-
 Makefile                                        | 17 +++++++++++++++++
 common/item_sketch_double.go                    |  3 ++-
 common/item_sketch_long.go                      |  1 +
 cpc/all_test.go                                 |  3 ++-
 cpc/compression_data_test.go                    |  3 ++-
 cpc/cpc_compressed_state.go                     |  3 ++-
 cpc/cpc_compressed_state_test.go                |  3 ++-
 cpc/cpc_sketch.go                               |  5 +++--
 cpc/cpc_sketch_serialization_test.go            |  5 +++--
 cpc/cpc_union.go                                |  3 ++-
 cpc/cpc_union_test.go                           |  3 ++-
 cpc/cpc_wrapper.go                              |  1 +
 cpc/pair_table_test.go                          |  3 ++-
 cpc/utils.go                                    |  3 ++-
 cpc/utils_test.go                               |  3 ++-
 examples/frequency_example_test.go              |  3 ++-
 examples/hll_example_test.go                    |  3 ++-
 examples/kll_example_test.go                    |  3 ++-
 frequencies/reverse_purge_item_hash_map.go      |  5 +++--
 frequencies/reverse_purge_long_hash_map_test.go |  3 ++-
 frequencies/serde_compat_test.go                |  3 ++-
 frequencies/sketch_serialization_test.go        |  3 ++-
 go.mod                                          | 10 ++++++++++
 go.sum                                          | 12 ++++++++++++
 internal/murmur3_test.go                        |  3 ++-
 kll/items_sketch_sorted_view.go                 |  3 ++-
 kll/items_sketch_validate.go                    |  1 +
 kll/utils.go                                    |  5 +++--
 kll/utils_test.go                               |  3 ++-
 sampling/reservoir_size.go                      |  2 +-
 32 files changed, 98 insertions(+), 39 deletions(-)
 copy .github/workflows/{go.yml => lint.yml} (80%)
 rename .github/workflows/{go.yml => test.yml} (99%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to