<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/string, branch CLI_2.4.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.4.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.4.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-03-28T19:25:04Z</updated>
<entry>
<title>Revert ymake build from ydb oss export</title>
<updated>2023-03-28T19:25:04Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-03-28T19:25:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b8a17f9b1c166d2e9a26b99348a4c29d972caf55'/>
<id>urn:sha1:b8a17f9b1c166d2e9a26b99348a4c29d972caf55</id>
<content type='text'>
</content>
</entry>
<entry>
<title></title>
<updated>2023-03-28T18:30:10Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2023-03-28T18:30:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=25659221f18577ea38430a8ec3349836f5626b6a'/>
<id>urn:sha1:25659221f18577ea38430a8ec3349836f5626b6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More precise buffer allocation based on base and type, more tests</title>
<updated>2023-03-25T20:48:17Z</updated>
<author>
<name>osidorkin</name>
<email>osidorkin@yandex-team.com</email>
</author>
<published>2023-03-25T20:48:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=de6ae0b6ef2b4129fea2ba2e60ab0223c912423c'/>
<id>urn:sha1:de6ae0b6ef2b4129fea2ba2e60ab0223c912423c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Follow up to rXXXXXX: Fix builds on MACs that are not in autоbuild</title>
<updated>2023-03-23T16:00:39Z</updated>
<author>
<name>osidorkin</name>
<email>osidorkin@yandex-team.com</email>
</author>
<published>2023-03-23T16:00:39Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9651b8fa0ffec22fd8adc9c5418593c1bd6d6778'/>
<id>urn:sha1:9651b8fa0ffec22fd8adc9c5418593c1bd6d6778</id>
<content type='text'>
https://paste.yandex-team.ru/804bf63f-d433-481e-945b-b555fb15be21

не светилось на CI'ных сборках.
Разбираться с автосборкой будут в</content>
</entry>
<entry>
<title>util: Add constexpr int to string conversion class. This will allow us not to have heap allocations when joining ints to string</title>
<updated>2023-03-23T09:15:57Z</updated>
<author>
<name>osidorkin</name>
<email>osidorkin@yandex-team.com</email>
</author>
<published>2023-03-23T09:15:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8cfa97b5487686f556b3dae62132c8f099b1a0b3'/>
<id>urn:sha1:8cfa97b5487686f556b3dae62132c8f099b1a0b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add library/cpp/actors, ymake build to ydb oss export</title>
<updated>2023-03-15T16:59:12Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-03-15T16:59:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11'/>
<id>urn:sha1:056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce TryFromString returning TMaybe</title>
<updated>2022-08-09T18:48:31Z</updated>
<author>
<name>evelkin</name>
<email>evelkin@yandex-team.com</email>
</author>
<published>2022-08-09T18:48:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dd2db1bb6afc3705b308e83bef1a467ac38d4427'/>
<id>urn:sha1:dd2db1bb6afc3705b308e83bef1a467ac38d4427</id>
<content type='text'>
Позволяем писать без неиницилизированных переменных по месту использования.

Вот такую красоту например:

```
if (auto a = TryFromString&lt;T&gt;(str)) {
    что-то делаем с \*a
}
```</content>
</entry>
<entry>
<title>add [[nodiscard]] attribute to Strip functions</title>
<updated>2022-08-03T22:20:39Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.com</email>
</author>
<published>2022-08-03T22:20:39Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=16b2eba4a9b2f5e1b2891730b8c39c7289f1ec1e'/>
<id>urn:sha1:16b2eba4a9b2f5e1b2891730b8c39c7289f1ec1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ya.make</title>
<updated>2022-07-07T11:41:37Z</updated>
<author>
<name>monster</name>
<email>monster@ydb.tech</email>
</author>
<published>2022-07-07T11:41:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=06e5c21a835c0e923506c4ff27929f34e00761c2'/>
<id>urn:sha1:06e5c21a835c0e923506c4ff27929f34e00761c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: Flatten cython tests layout</title>
<updated>2022-06-03T14:18:50Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.ru</email>
</author>
<published>2022-06-03T14:18:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=77fedfb145f9d85f8ee822d8887e3db1b3ba64de'/>
<id>urn:sha1:77fedfb145f9d85f8ee822d8887e3db1b3ba64de</id>
<content type='text'>
ref:7427208d08ebeb9e88247fb7dac6445bc814d756
</content>
</entry>
</feed>
