Re: [E] Re: [VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-08-02 Thread Alexander Saydakov
Enough time has passed and we have 3 positive votes. Please consider this vote closed. Thank you. On Fri, Aug 2, 2024 at 10:20 AM Alexander Saydakov wrote: > The problem with Ruby that Lee mentioned was that ld complained about a > non-existent directory in the search path: > ld: warning: search

Re: [E] Re: [VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-08-02 Thread Alexander Saydakov
The problem with Ruby that Lee mentioned was that ld complained about a non-existent directory in the search path: ld: warning: search path ‘/usr/local/opt/ruby/lib’ not found This has nothing to do with our library. On Fri, Aug 2, 2024 at 4:00 AM Charlie Dickens wrote: > +1 > ✅checked notice a

Re: [E] Re: [VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-08-02 Thread Charlie Dickens
+1 ✅checked notice and license, signature and shasum ✅ clean build ✅ ran all tests fine mac os sonoma 14.5 No usr/local/opt/ruby issues to report for me. On Thu, 1 Aug 2024 at 22:04, Jon Malkin wrote: > I was unaware that ruby was involved in our build and test process... > > On Thu, Aug 1, 2

Re: [VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-08-01 Thread Jon Malkin
I was unaware that ruby was involved in our build and test process... On Thu, Aug 1, 2024, 1:43 PM Lee Rhodes wrote: > +1 (binding) > License, Notice look ok > clean build > all tests pass > Tested on Mac Sonoma 14.5 > I got a lot of “usr/local/opt/ruby/lib’ not found” warnings. But all the > te

Re: [VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-08-01 Thread Lee Rhodes
+1 (binding) License, Notice look ok clean build all tests pass Tested on Mac Sonoma 14.5 I got a lot of “usr/local/opt/ruby/lib’ not found” warnings. But all the tests seem to run fine. Ironically, that is not where my ruby is loaded. But this seems harmless. On Tue, Jul 30, 2024 at 10:05 AM Jon

Re: [VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-07-30 Thread Jon Malkin
+1 (binding) Verified signature/checksum License/notice look good clean build all tests pass Tested on linux with gcc 13 On Mon, Jul 29, 2024 at 2:15 PM Alexander Saydakov wrote: > Hello Apache DataSketches PMC and Community, > > > This is a call for vote to release Apache DataSketches-cpp ca

[VOTE] Release Apache DataSketches-cpp 5.1.0-rc1

2024-07-29 Thread Alexander Saydakov
Hello Apache DataSketches PMC and Community, This is a call for vote to release Apache DataSketches-cpp candidate version 5.1.0-rc1 Changes since datasketches-cpp 5.0.2 release (12 January 2024): - implemented tdigest - added get_serialized_size_bytes() and get_max_serialized_size_bytes()