<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/folder, branch CLI_2.15.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.15.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.15.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-09-23T08:47:38Z</updated>
<entry>
<title>Use unified remove function in TFsPath.</title>
<updated>2024-09-23T08:47:38Z</updated>
<author>
<name>sath</name>
<email>sath@yandex-team.com</email>
</author>
<published>2024-09-23T08:34:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3d1f648a83b3d3482fa5df8f1cfe2b0a89261784'/>
<id>urn:sha1:3d1f648a83b3d3482fa5df8f1cfe2b0a89261784</id>
<content type='text'>
Текущая реализация не удаляет readonly файлы под Windows
Для остальных систем
```
::unlink
::rmdir
```
равноценно вызову
```
remove
```
commit_hash:99a45d03ae667ec82e57ca8fa7500bae9f827086
</content>
</entry>
<entry>
<title>Enable clang-format FixNamespaceComments option</title>
<updated>2024-09-05T20:59:20Z</updated>
<author>
<name>dmasloff</name>
<email>dmasloff@yandex-team.com</email>
</author>
<published>2024-09-05T20:49:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=91749d44a7f9502232f7c4470f6d62c3b391b1dc'/>
<id>urn:sha1:91749d44a7f9502232f7c4470f6d62c3b391b1dc</id>
<content type='text'>
Enable clang-format FixNamespaceComments option
8ffd1b7f4787cdf4e80a92b08f07634abe416854
</content>
</entry>
<entry>
<title>FixNamespaceComments in /util</title>
<updated>2024-09-05T17:17:10Z</updated>
<author>
<name>dmasloff</name>
<email>dmasloff@yandex-team.com</email>
</author>
<published>2024-09-05T17:05:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=74184a40c15dc0649a769d9754d0ce7efb44db04'/>
<id>urn:sha1:74184a40c15dc0649a769d9754d0ce7efb44db04</id>
<content type='text'>
FixNamespaceComments in /util
bb9152570d7c258798644ead5a59f604de05ef3b
</content>
</entry>
<entry>
<title>Remove Y_UNIT_TEST from config.clang-format</title>
<updated>2024-08-30T17:16:45Z</updated>
<author>
<name>dmasloff</name>
<email>dmasloff@yandex-team.com</email>
</author>
<published>2024-08-30T16:55:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d1833df14252315c0719e3cc9fccf3c85bce2811'/>
<id>urn:sha1:d1833df14252315c0719e3cc9fccf3c85bce2811</id>
<content type='text'>
Remove Y_UNIT_TEST from config.clang-format
853b6da2c4464342d4cfe7756c18ed599004fdd8
</content>
</entry>
<entry>
<title>Set SpacesInLineCommentPrefix to 1 in /util</title>
<updated>2024-08-17T20:43:45Z</updated>
<author>
<name>dmasloff</name>
<email>dmasloff@yandex-team.com</email>
</author>
<published>2024-08-17T20:33:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=69340f4614e853b9319df4b454ab7497711ee3cd'/>
<id>urn:sha1:69340f4614e853b9319df4b454ab7497711ee3cd</id>
<content type='text'>
Set SpacesInLineCommentPrefix to 1 in /util
3853f9ec5143722c1bebd8dc0ffc9b61a6c17657
</content>
</entry>
<entry>
<title>check the lifetime of various algorithms  that return a substring of the input TStringBuf view</title>
<updated>2024-08-06T21:37:37Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2024-08-06T21:19:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a9c8987363503f0d434be8b1e7b494be65a2b477'/>
<id>urn:sha1:a9c8987363503f0d434be8b1e7b494be65a2b477</id>
<content type='text'>
e778480cb05d20fe1a3fbf5ff69858c8912ed2d6
</content>
</entry>
<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>
</feed>
