<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/getopt/small, branch docs-quickstart-add-mkdir</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=docs-quickstart-add-mkdir</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=docs-quickstart-add-mkdir'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-10-17T06:00:07Z</updated>
<entry>
<title>Y_FAIL-&gt;Y_ABORT at '^li'</title>
<updated>2023-10-17T06:00:07Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-17T05:15:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=784925324fd115c37bc98c5bbfe64c15f9966d74'/>
<id>urn:sha1:784925324fd115c37bc98c5bbfe64c15f9966d74</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>Y_VERIFY-&gt;Y_ABORT_UNLESS at ^l</title>
<updated>2023-10-09T20:57:14Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-09T20:39:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e601ca03f859335d57ecff2e5aa6af234b6052ed'/>
<id>urn:sha1:e601ca03f859335d57ecff2e5aa6af234b6052ed</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>Fix: почему InsertTo и EmplaceTo ограничиваются определёнными контейнерами?</title>
<updated>2023-10-02T14:07:09Z</updated>
<author>
<name>tema-m</name>
<email>tema-m@yandex-team.com</email>
</author>
<published>2023-10-02T13:20:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=285ff2c13a1a598798c0cee110b6336f25249af1'/>
<id>urn:sha1:285ff2c13a1a598798c0cee110b6336f25249af1</id>
<content type='text'>
InsertTo -- столкнулся с проблемой, что я не могу им пользоваться, если мой THashSet имеет кастомный хэш. Решил эту проблемы более общим способом -- сделал так, что InsertTo принимает любой контенер, который может делать insert.

EmplaceTo -- почему-то умел работать только с TVector -- поэтому поддерживает тоже любой контейнер

UPD: поменял методы, чтобы они могли работать с любыми контейнерами, но в некотором коде кто-то зачем-то явно указывал тип T, поэтому мой код это ломал. Так что я просто добавил перегрузку
</content>
</entry>
<entry>
<title>[vcs],only allow --relative=[path], print = for EqOnly options in help</title>
<updated>2023-09-26T17:04:01Z</updated>
<author>
<name>tldr</name>
<email>tldr@yandex-team.com</email>
</author>
<published>2023-09-26T15:56:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9f3af346b29ade72d3878f7db7daec40693bab4c'/>
<id>urn:sha1:9f3af346b29ade72d3878f7db7daec40693bab4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Универсальная ссылка мувается, а не форвардится</title>
<updated>2023-09-12T19:23:45Z</updated>
<author>
<name>tema-m</name>
<email>tema-m@yandex-team.com</email>
</author>
<published>2023-09-12T18:58:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1e62465bf42423190c2fadc9cdadb5fea0929d70'/>
<id>urn:sha1:1e62465bf42423190c2fadc9cdadb5fea0929d70</id>
<content type='text'>
Change std::move to std::forward
</content>
</entry>
<entry>
<title>Add choices to getopt options</title>
<updated>2023-09-07T07:21:52Z</updated>
<author>
<name>hitsedesen</name>
<email>hitsedesen@yandex-team.com</email>
</author>
<published>2023-09-07T06:14:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3cd71626b58f2e1958655ea8969d6878ddba51df'/>
<id>urn:sha1:3cd71626b58f2e1958655ea8969d6878ddba51df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support StoreResult to std::optional in LastGetopt</title>
<updated>2023-08-15T23:26:50Z</updated>
<author>
<name>melkov</name>
<email>melkov@yandex-team.com</email>
</author>
<published>2023-08-15T22:17:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=febd7aad1485f0c7366b71363d3ec2f37281d5b1'/>
<id>urn:sha1:febd7aad1485f0c7366b71363d3ec2f37281d5b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove extra semicolon</title>
<updated>2023-08-02T07:15:08Z</updated>
<author>
<name>bulatman</name>
<email>bulatman@yandex-team.com</email>
</author>
<published>2023-08-02T07:15:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f3f107ba8959babdcd096d7d599efca438fd1f97'/>
<id>urn:sha1:f3f107ba8959babdcd096d7d599efca438fd1f97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ymake export to ydb</title>
<updated>2023-06-13T08:05:01Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-06-13T08:05:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0'/>
<id>urn:sha1:bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>getopt: print help either to Cerr or Cout, configuring by option</title>
<updated>2023-06-06T21:12:42Z</updated>
<author>
<name>dimdim11</name>
<email>dimdim11@yandex-team.com</email>
</author>
<published>2023-06-06T21:12:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5dfc708d4bbd53d9fbd627d7753f4c3a27cda532'/>
<id>urn:sha1:5dfc708d4bbd53d9fbd627d7753f4c3a27cda532</id>
<content type='text'>
Fix arc help output</content>
</entry>
</feed>
