-
Notifications
You must be signed in to change notification settings - Fork 741
Library import 250608-0050 #19473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library import 250608-0050 #19473
Conversation
commit_hash:929b636025dc9f709f1ff57bfa609d3504adba19
Засовываю `contrib/libs/brotli` под yamaker, чтобы была возможность обновлять его автоматически commit_hash:4a75d7b2dc04c21ae4d9619af457fea1e6adbf8b
commit_hash:018a8aa49dc28afc356e3e6938826f660acd07ed
commit_hash:cc795ef3022ab137db4e9ee8d731f354c2d608ff
This pull request refactors the RPC client creation process to enhance clarity and flexibility.
The previous method of specifying the Unix domain socket path directly in
```
CreateRpcClient(
"socketPath",
TCreateClientOptions()
.UseProxyUnixDomainSocket(true)
.MultiproxyTargetCluster("clusterName"));
```
has been changed to
```
CreateRpcClient(
"clusterName",
TCreateClientOptions()
.JobUnixDomainSocketPath("socketPath"));
```
Also fixes a minor bug, when serverName was set to socket path instead of cluster name.
commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
commit_hash:cd50261c43b760159ad24f689964e656d0b76404
commit_hash:bd5f4cb87add017a4d96e29e55b014f905825898
commit_hash:fa53360347974a1c0f3badfe05ea1569a4b6212e
…parison operators. The C++ standard describes the requirements for comparing unordered containers in [unord.req.general]: > Two unordered containers a and b compare equal if a.size() == b.size() and, > for every equivalent-key group [Ea1, Ea2) obtained from a.equal_range(Ea1), > there exists an equivalent-key group [Eb1, Eb2) obtained from b.equal_range(Ea1), > such that is_permutation(Ea1, Ea2, Eb1, Eb2) returns true. THashSet should use the same comparison logic. commit_hash:b897cd7387d275324bb22268d0be79da4e74bf16
commit_hash:0f93cb565a5faa95e824a7ffb27f7e396562a4d5
|
🟢 |
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
PR was created by rightlib sync workflow run