Connector Switch

Results 42 comments of Connector Switch

https://github.com/rmind/thmap this is another concurrent trie.

Could you please provide a minimal reproduction that will help us pinpoint the root cause? This will assist in narrowing down the issue more effectively.

already has v1.90.5 version

> the first url https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protobuf-cpp-26.1.zip is invalid url for 22.x > > we need to improve url, like this. > > https://github.com/xmake-io/xmake-repo/blob/9c9e6660df5bce1699ecc8d3eb98dbb52c612b1c/packages/s/sqlite3/xmake.lua#L6 > > @c8ef tracked in #3709

> now trying to build it again. > > the only errors are: > > ``` > > checking for c++ snippet(test) > => install abseil 20240116.1 .. ok >...

Hmm... It's _really_ strange that it somehow includes the curl headers.

I've noticed that your build process is finding zlib from sources other than xmake, specifically: `Found ZLIB: D:/libxml/lib/libz.dll.a`. In my opinion, it's possible that vcpkg is loading a predefined cmake...

The truly perplexing aspect is that the entire protobuf-cpp repository doesn't make any explicit request to find curl. I'm still unable to comprehend why curl headers are present in the...

WebKit has something similar: https://github.com/WebKit/webkit/blob/main/Source/WTF/wtf/ParkingLot.h ref: https://webkit.org/blog/6161/locking-in-webkit/

Homebrew provides zeromq support for MacOSX arm64, as seen in their formula located at: https://github.com/Homebrew/homebrew-core/blob/master/Formula/z/zeromq.rb. Considering this, I believe there is no justification for us to limit our support solely...