<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/folder/path.cpp, branch meta-1.0.3-dev2</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev2</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev2'/>
<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>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>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>Refactor and fix constructors TString as std::string</title>
<updated>2023-06-08T16:08:24Z</updated>
<author>
<name>dimdim11</name>
<email>dimdim11@yandex-team.com</email>
</author>
<published>2023-06-08T16:08:24Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8642bc755ab5b51752619694224388b2d247c737'/>
<id>urn:sha1:8642bc755ab5b51752619694224388b2d247c737</id>
<content type='text'>
Fix move constructors when used std::string instead of TString</content>
</entry>
<entry>
<title>fix UB in case of empty stringbuf</title>
<updated>2022-08-11T22:12:02Z</updated>
<author>
<name>asorotsky</name>
<email>asorotsky@yandex-team.com</email>
</author>
<published>2022-08-11T22:12:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4d7344c0d41037b9e5644ea94d61b5fc96b36abf'/>
<id>urn:sha1:4d7344c0d41037b9e5644ea94d61b5fc96b36abf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TString -&gt; std::string fix TFsPath copy</title>
<updated>2022-08-01T07:56:15Z</updated>
<author>
<name>xinull</name>
<email>xinull@yandex-team.com</email>
</author>
<published>2022-08-01T07:56:15Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=47a1bc66262692f81b677e6be91b7e5381dba7e4'/>
<id>urn:sha1:47a1bc66262692f81b677e6be91b7e5381dba7e4</id>
<content type='text'>
Add copy operator and constructor

Create copy with initialized split test</content>
</entry>
<entry>
<title>Print escaped path if it contains invalid characters</title>
<updated>2022-07-28T10:43:56Z</updated>
<author>
<name>cezarnik</name>
<email>cezarnik@yandex-team.com</email>
</author>
<published>2022-07-28T10:43:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3b661e725941d7b18f905f2b6f5c8c7adc0995ae'/>
<id>urn:sha1:3b661e725941d7b18f905f2b6f5c8c7adc0995ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;mkalinin@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:52:04Z</updated>
<author>
<name>mkalinin</name>
<email>mkalinin@yandex-team.ru</email>
</author>
<published>2022-02-10T13:52:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6e90758a8ecc52d15d22136798a0758cf9f7ccf5'/>
<id>urn:sha1:6e90758a8ecc52d15d22136798a0758cf9f7ccf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;mkalinin@yandex-team.ru&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:52:04Z</updated>
<author>
<name>mkalinin</name>
<email>mkalinin@yandex-team.ru</email>
</author>
<published>2022-02-10T13:52:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=903e2b45f82e8b508c9a33ce0a0e51e419423343'/>
<id>urn:sha1:903e2b45f82e8b508c9a33ce0a0e51e419423343</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;tldr@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:50:18Z</updated>
<author>
<name>tldr</name>
<email>tldr@yandex-team.ru</email>
</author>
<published>2022-02-10T13:50:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=42d219fbd63ee173b0cb7db1b26a3ec615f0bb71'/>
<id>urn:sha1:42d219fbd63ee173b0cb7db1b26a3ec615f0bb71</id>
<content type='text'>
</content>
</entry>
</feed>
