Skip to content

Fix unknown type name 'size_t' in actors/core/buffer #1145

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

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

hdnpth
Copy link
Collaborator

@hdnpth hdnpth commented Jan 19, 2024

Changelog entry

Avoid this type of errors on upcoming libcxx update since some transitive includes have been removed.

In file included from $(SOURCE_ROOT)/ydb/library/actors/core/buffer.cpp:1:
$(SOURCE_ROOT)/ydb/library/actors/core/buffer.h:10:5: error: unknown type name 'size_t'
    size_t GetSize() const noexcept;

Changelog category

  • Not for changelog (changelog entry is not required)

@hdnpth hdnpth force-pushed the add-missing-cstddef branch from a8fb6c6 to b74a55a Compare January 22, 2024 14:07
Copy link

github-actions bot commented Jan 22, 2024

2024-01-22 14:09:20 UTC Pre-commit check for b74a55a has started.
2024-01-22 14:09:23 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-22 14:28:06 UTC Build successful.
2024-01-22 14:28:19 UTC Tests are running...
🔴 2024-01-22 16:15:44 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60026 50771 0 16 9229 10

Copy link

github-actions bot commented Jan 22, 2024

2024-01-22 14:11:20 UTC Pre-commit check for b74a55a has started.
2024-01-22 14:11:23 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-22 14:30:05 UTC Build successful.
2024-01-22 14:30:20 UTC Tests are running...
🔴 2024-01-22 16:16:28 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15920 15767 0 40 95 18

@alexv-smirnov alexv-smirnov merged commit cdd7acf into ydb-platform:main Jan 22, 2024
@hdnpth hdnpth deleted the add-missing-cstddef branch January 22, 2024 16:49
@niksaveliev niksaveliev mentioned this pull request Jan 29, 2024
@vitstn vitstn mentioned this pull request Jan 29, 2024
@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants