Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#41 Replace TMaybe to std::optional #70

Closed
wants to merge 40 commits into from

Conversation

antonporodnikov
Copy link
Contributor

@antonporodnikov antonporodnikov commented Feb 26, 2024

Замена TMaybe на std::optional. Убрал все include-ы и почистил в целом make файлы и т.п. Есть проблема в юнит тесте в value_ut.cpp. Строки 524 и 526. Добавил .value() чтобы тесты проходили. Добавлено sudo apt-get update в '.github/actions/prepare_vm/action.yaml' для PR-check.

…ut.cpp, prometheus_decoder/encoder.cpp, labels.h succeed
… xrange_ut.cpp, cast_ut.cpp, split_ut.cpp, ysaveload_ut.cpp succeed
@antonporodnikov antonporodnikov linked an issue Feb 26, 2024 that may be closed by this pull request
antonporodnikov and others added 9 commits February 26, 2024 10:05
add apt-get update step
TValueParser::GetOptionalDouble() fix
Try fix ccache
…place-tmaybe-to-stdoptional

GitHub Action update
…tform/ydb-cpp-sdk into 41-replace-tmaybe-to-stdoptional

update local rep
@antonporodnikov antonporodnikov deleted the 41-replace-tmaybe-to-stdoptional branch February 27, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace TMaybe to std::optional
1 participant