<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/folder, branch CLI_2.10.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.10.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.10.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-05-19T14:19:48Z</updated>
<entry>
<title>minor fix in util path</title>
<updated>2024-05-19T14:19:48Z</updated>
<author>
<name>skrivohatskiy</name>
<email>skrivohatskiy@yandex-team.com</email>
</author>
<published>2024-05-19T14:07:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0676c30682b50f90ece39fbfa92b94ebc569606a'/>
<id>urn:sha1:0676c30682b50f90ece39fbfa92b94ebc569606a</id>
<content type='text'>
Мелкий фикс неверных исключений. Как будто у меня локально повторялось как минидамп на колонке (не отловленное исключение)
Зависит от реализации libc. Но кажется что исходный вариант все же не верный:

[       The value in errno is significant only when the return value of
       the call indicated an error (i.e., -1 from most system calls; -1
       or NULL from most library functions); a function that succeeds is
       allowed to change errno.  The value of errno is never set to zero
       by any system call or library function.](https://man7.org/linux/man-pages/man3/errno.3.html)
1d2088da57c98f9d9abfd6da865219fcf74db212
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-04-02T20:02:21Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-04-02T19:52:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ba80a9fbc798f333ba35e1f5fe9882d3d91337b2'/>
<id>urn:sha1:ba80a9fbc798f333ba35e1f5fe9882d3d91337b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WebAssembly in util</title>
<updated>2024-03-28T18:18:22Z</updated>
<author>
<name>dtorilov</name>
<email>dtorilov@yandex-team.com</email>
</author>
<published>2024-03-28T18:07:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=69da0d084c7045f516e59ff13afeb15a3f313b5d'/>
<id>urn:sha1:69da0d084c7045f516e59ff13afeb15a3f313b5d</id>
<content type='text'>
b46c1e446c9d0f9393bf688b26db810f60add0f6
</content>
</entry>
<entry>
<title>Fix TDirIterator</title>
<updated>2024-03-06T09:14:29Z</updated>
<author>
<name>mrlolthe1st</name>
<email>mrlolthe1st@yandex-team.com</email>
</author>
<published>2024-03-06T08:58:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4647a9220b623aad5b9c60f90550cf542d8622b9'/>
<id>urn:sha1:4647a9220b623aad5b9c60f90550cf542d8622b9</id>
<content type='text'>
В силу того, что аллокации могут приводить к syscalls, которые портят errno, а lstat не чистит errno после успешного выполнения, между errno=0/ClearLastSystemError() и LastSystemError() что-то может попортить errno, следует учитывать errno только в случае неуспешного завершения lstat.
ee85894d4fb742827b7ea77e06b9b2c990537d86
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2023-12-17T14:49:08Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2023-12-17T14:24:38Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2db9050e1f36f97509ee51209ca9d171053b2cf9'/>
<id>urn:sha1:2db9050e1f36f97509ee51209ca9d171053b2cf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Y_VERIFY-&gt;Y_ABORT_UNLESS at ^u</title>
<updated>2023-10-10T07:26:34Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-10T07:09:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=335c640261b6272bc052a251d9b8780150090b45'/>
<id>urn:sha1:335c640261b6272bc052a251d9b8780150090b45</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title></title>
<updated>2023-08-30T23:51:25Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2023-08-30T23:33:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=13004290f7ae5603115f0cd10c6a0e5d0b9c5be9'/>
<id>urn:sha1:13004290f7ae5603115f0cd10c6a0e5d0b9c5be9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix return invalid pointer in FTS_NOSTAT mode</title>
<updated>2023-08-07T13:33:32Z</updated>
<author>
<name>dimdim11</name>
<email>dimdim11@yandex-team.com</email>
</author>
<published>2023-08-07T11:50:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0dca84682c20215363efe0441ca2b46f6d2e6c81'/>
<id>urn:sha1:0dca84682c20215363efe0441ca2b46f6d2e6c81</id>
<content type='text'>
Fix return invalid pointer in FTS_NOSTAT mode
</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>Require semicolon after Y_DECLARE*_FLAGS</title>
<updated>2023-06-23T21:07:56Z</updated>
<author>
<name>bulatman</name>
<email>bulatman@yandex-team.com</email>
</author>
<published>2023-06-23T21:07:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c203a40b3ad69fa879519c38e45c641cb2eaee84'/>
<id>urn:sha1:c203a40b3ad69fa879519c38e45c641cb2eaee84</id>
<content type='text'>
</content>
</entry>
</feed>
