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

misc: Display consistency #165

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Conversation

muzarski
Copy link
Collaborator

Fix: #149

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • PR description sums up the changes and reasons why they should be introduced.
  • [ ] I have enabled appropriate tests in .github/workflows/build.yml in gtest_filter.
  • [ ] I have enabled appropriate tests in .github/workflows/cassandra.yml in gtest_filter.

This is required to make use of CStr literals - null terminated
string literals, e.g. c"foobarbaz".

We needed to adjust a code in one place. Starting from edition 2021,
closures capture only the object's fields that are actually used (instead
of captuting whole object). In our case, we would capture underlying
pointer, which is not `Send` (instead of a whole wrapper, which
has an unsafe Send implementation).
@muzarski muzarski self-assigned this Sep 10, 2024
@dkropachev dkropachev merged commit d4aaf9d into scylladb:master Sep 10, 2024
6 checks passed
@muzarski muzarski mentioned this pull request Oct 3, 2024
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.

misc: display consistency
3 participants