<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library, branch oidc-1.2.8</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.8</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.8'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-05-17T01:23:56Z</updated>
<entry>
<title>Sync branches 260517-0121</title>
<updated>2026-05-17T01:23:56Z</updated>
<author>
<name>YDBot</name>
<email>ydbot@ydb.tech</email>
</author>
<published>2026-05-17T01:23:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=64171a1d20d92268bea80fd1956a94a59bef1128'/>
<id>urn:sha1:64171a1d20d92268bea80fd1956a94a59bef1128</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New version of the tld SKIP_CHECK SKIP_REVIEW</title>
<updated>2026-05-16T01:24:52Z</updated>
<author>
<name>robot-ratatosk</name>
<email>robot-ratatosk@yandex-team.com</email>
</author>
<published>2026-05-16T00:42:59Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8bbff5f726fb585ec6cc314fbef54b0bc47708d9'/>
<id>urn:sha1:8bbff5f726fb585ec6cc314fbef54b0bc47708d9</id>
<content type='text'>
commit_hash:d1f3eb787ea596657b87ba8a5af239a2ecc4c41f
</content>
</entry>
<entry>
<title>Sync branches 260516-0112</title>
<updated>2026-05-16T01:15:06Z</updated>
<author>
<name>YDBot</name>
<email>ydbot@ydb.tech</email>
</author>
<published>2026-05-16T01:15:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1165e1dc6b800c23e00fa50d272c118ae1e44a94'/>
<id>urn:sha1:1165e1dc6b800c23e00fa50d272c118ae1e44a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add assign() method + tests for TCompactVector</title>
<updated>2026-05-15T15:33:30Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.com</email>
</author>
<published>2026-05-15T14:52:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3a786a661247268bf50c55d997cfa2aa05a8e4d2'/>
<id>urn:sha1:3a786a661247268bf50c55d997cfa2aa05a8e4d2</id>
<content type='text'>
add assign() method for better compatibility with std::vector
commit_hash:7a216f3a025414493f3e6dc676b5c203208e462b
</content>
</entry>
<entry>
<title>Sync branches 260513-0119</title>
<updated>2026-05-13T01:21:31Z</updated>
<author>
<name>YDBot</name>
<email>ydbot@ydb.tech</email>
</author>
<published>2026-05-13T01:21:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=eeb97400798792e2e0924cfb43ea72e6bb6b262a'/>
<id>urn:sha1:eeb97400798792e2e0924cfb43ea72e6bb6b262a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make zsh completion works with first Tab</title>
<updated>2026-05-12T14:47:32Z</updated>
<author>
<name>ilikepugs</name>
<email>ilikepugs@yandex-team.com</email>
</author>
<published>2026-05-12T13:52:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6ea40e24c5763afe5f4abc6fcabf2cd700799cc2'/>
<id>urn:sha1:6ea40e24c5763afe5f4abc6fcabf2cd700799cc2</id>
<content type='text'>
### Как сейчас

1. zsh подгружает `~/.zfunc/_&lt;command&gt;`, выполняет его как тело функции `_&lt;command&gt;`.

2. Это тело состоит только из определения `_&lt;command&gt;() { ... }` и helper'ов — оно переопределяет `_&lt;command&gt;`, но не вызывает новое определение.

3. Тело завершилось, ни одного `compadd` не было — completion ничего не выдал.

При втором TAB вызывается уже переопределённый "настоящий" `_&lt;command&gt;` — и тогда дополнение работает.

\--

### Что сделал

Добавил вызов `_&lt;command&gt;` в конец скрипта, так что теперь вызов переопределнного `_&lt;command&gt;` происходит на первом `Tab`.
commit_hash:9f60240a3c3d85088101570156c8bde18bf0792a
</content>
</entry>
<entry>
<title>Fix babenko-issues</title>
<updated>2026-05-12T08:18:13Z</updated>
<author>
<name>dann239</name>
<email>dann239@yandex-team.com</email>
</author>
<published>2026-05-12T07:48:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=45287cc21ce4c76805e11f580ecf76e1c5fceaa2'/>
<id>urn:sha1:45287cc21ce4c76805e11f580ecf76e1c5fceaa2</id>
<content type='text'>
commit_hash:2728816c79b29fccf31698e16733a0220fd3069e
</content>
</entry>
<entry>
<title>YT-26137: Drop indicies in multicell manager</title>
<updated>2026-05-12T00:44:14Z</updated>
<author>
<name>cherepashka</name>
<email>cherepashka@yandex-team.com</email>
</author>
<published>2026-05-12T00:24:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2772dbbb657803d9e96f552b13993740a1c280f9'/>
<id>urn:sha1:2772dbbb657803d9e96f552b13993740a1c280f9</id>
<content type='text'>
* Changelog entry
  Type: feature
  Component: master

Drop indicies in multicell manager
commit_hash:692a550606183f6a8cb93425761911bbba09dceb
</content>
</entry>
<entry>
<title>New version of the tld SKIP_CHECK SKIP_REVIEW</title>
<updated>2026-05-09T22:55:48Z</updated>
<author>
<name>robot-ratatosk</name>
<email>robot-ratatosk@yandex-team.com</email>
</author>
<published>2026-05-09T22:25:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ddf6a2575196fbee0b24791068a210f364a9f76e'/>
<id>urn:sha1:ddf6a2575196fbee0b24791068a210f364a9f76e</id>
<content type='text'>
commit_hash:f6ee801a97df2025e38187340cd97552462d4f49
</content>
</entry>
<entry>
<title>Sync branches 260509-0113</title>
<updated>2026-05-09T01:15:20Z</updated>
<author>
<name>YDBot</name>
<email>ydbot@ydb.tech</email>
</author>
<published>2026-05-09T01:15:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=158ea933f25f5c8622c757f5665ea43e0b661cb5'/>
<id>urn:sha1:158ea933f25f5c8622c757f5665ea43e0b661cb5</id>
<content type='text'>
</content>
</entry>
</feed>
