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

Check what will be if I enable concurrency-mt-unsafe in clang-tidy #40224

Merged
merged 7 commits into from
Aug 22, 2022

Conversation

alexey-milovidov
Copy link
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

@robot-ch-test-poll robot-ch-test-poll added the pr-not-for-changelog This PR should not be mentioned in the changelog label Aug 15, 2022
@rschu1ze rschu1ze self-assigned this Aug 16, 2022
@alexey-milovidov alexey-milovidov force-pushed the alexey-milovidov-patch-4 branch from 11d5efb to 3649aac Compare August 20, 2022 16:50
@alexey-milovidov alexey-milovidov marked this pull request as ready for review August 20, 2022 16:58

using namespace std;

/// TODO: Remove ME
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've implemented this TODO.

@@ -1,130 +0,0 @@
#include <chrono>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-automated test, no one use or support it.

@@ -1,21 +0,0 @@
#pragma once
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-automated unit test, most likely unneeded.

@@ -3,10 +3,11 @@
#include <fmt/format.h>


std::string errnoToString(int code, int the_errno)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The usage of the "code" argument was strange and misinterpreted by the callers. I've removed it.

@alexey-milovidov
Copy link
Member Author

I don't understand the result of Debug tests:

TCPHandler: Client has gone away.

@alexey-milovidov
Copy link
Member Author

@alexey-milovidov alexey-milovidov merged commit 0252695 into master Aug 22, 2022
@alexey-milovidov alexey-milovidov deleted the alexey-milovidov-patch-4 branch August 22, 2022 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants