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

clean: Assorted Meson and clang-tidy fixes #673

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

WillAyd
Copy link
Contributor

@WillAyd WillAyd commented Nov 1, 2024

closes #672

@@ -856,14 +856,14 @@ TEST_P(ArrowTypeParameterizedTestFixture, NanoarrowIpcNanoarrowArrayRoundtrip) {
EXPECT_EQ(ArrowIpcDecoderSetSchema(decoder.get(), schema.get(), &error), NANOARROW_OK)
<< error.message;
EXPECT_EQ(ArrowIpcDecoderDecodeHeader(decoder.get(),
{buffer->data, buffer->size_bytes}, &error),
{{buffer->data}, buffer->size_bytes}, &error),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

all of the changes to this file suppress the warning of:

/home/willayd/clones/arrow-nanoarrow/builddir/../src/nanoarrow/ipc/decoder_test.cc:859:44: warning: suggest braces around initialization of subobject [clang-diagnostic-missing-braces]

Copy link
Member

@paleolimbot paleolimbot left a comment

Choose a reason for hiding this comment

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

Thank you!

@WillAyd WillAyd merged commit 3a53325 into apache:main Nov 4, 2024
35 checks passed
@WillAyd WillAyd deleted the meson-config-fixes branch November 4, 2024 14:19
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.

clang-tidy issue for decimal implementation
2 participants