summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/yson_string/unittests/saveload_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-18571: Drop TSharedRef::FromString(const char* str)babenko2026-07-111-1/+1
| | | | | | | | | Rationale: all overloads of `TSharedRef::FromString` must remain cheap and don't copy any payload. Remove the zero-terminated C string overload of `TSharedRef::FromString`. Callers passing a string literal should use `std::string/TString` explicitly. #| || **<a href="https://nda.ya.ru/t/-VG7qyBv7iD8vm" target="_blank">![](https://nda.ya.ru/t/mAiQIjHx7Mm3JC =30x) Echo tests</a>** || |# commit_hash:1a6718abcbe4e6a8f58592f55de8c37ceb2b73d3
* YT-22593: Migrate yt/yt/ytree to std::stringbabenko2026-05-181-1/+1
| | | | commit_hash:3466775b052bc8a85a2aa85e9605968e7a5ea025
* Support Save/Load TYsonStringyurial2023-11-161-0/+46