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

GH-45605: [R][C++] Fix identifier ... preceded by whitespace warnings #45606

Merged
merged 7 commits into from
Feb 24, 2025

Conversation

jonkeane
Copy link
Member

@jonkeane jonkeane commented Feb 23, 2025

Rationale for this change

Fix warnings, pass on CRAN

What changes are included in this PR?

Removing some whitespace

Are these changes tested?

Yes

Are there any user-facing changes?

No, other than being releasable on CRAN

@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Feb 23, 2025
Copy link

Revision: c81bfb0

Submitted crossbow builds: ursacomputing/crossbow @ actions-4e0e69ed96

Task Status
test-r-linux-as-cran GitHub Actions

@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

Copy link

Revision: 27b318c

Submitted crossbow builds: ursacomputing/crossbow @ actions-72b7eea56e

Task Status
test-r-linux-as-cran GitHub Actions

@jonkeane
Copy link
Member Author

jonkeane commented Feb 23, 2025

The clang20 job is failing due to not having latex (cf r-hub/containers#23) which we can ignore in this case, but won't be able to add it to the matrix if we need to ignore it — that's ok though, we just need to check this. It doesn't reproduce the failure we saw on CRAN but the clang20 image is out of date from r-hub. I pushed r-hub/containers#89 upstream to update the clang20 build, and then once that's failing can see if we get that same error.

@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

Copy link

Failed to render template `r/github.linux.cran.yml` with UndefinedError: 'matrix' is undefined
The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/13486720494

@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

Copy link

Failed to render template `r/github.linux.cran.yml` with UndefinedError: 'matrix' is undefined
The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/13486744445

@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

Copy link

Revision: 1f5438d

Submitted crossbow builds: ursacomputing/crossbow @ actions-c4c3a36e7c

Task Status
test-r-linux-as-cran GitHub Actions

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Feb 24, 2025
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Feb 24, 2025
@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

clang20 has been updated, so this should run with a newer build (and hopefully also will fail)

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting change review Awaiting change review labels Feb 24, 2025
Copy link

Revision: 56c2e9e

Submitted crossbow builds: ursacomputing/crossbow @ actions-f272630e4b

Task Status
test-r-linux-as-cran GitHub Actions

@jonkeane
Copy link
Member Author

@github-actions crossbow submit test-r-linux-as-cran

And now with the fix?

Copy link

Revision: 03c12f1

Submitted crossbow builds: ursacomputing/crossbow @ actions-ba7fbc8d5c

Task Status
test-r-linux-as-cran GitHub Actions

@jonkeane
Copy link
Member Author

^^^ Worked, the failures that persist are due to cpp11 which is resolved with r-lib/cpp11#448

@jonkeane jonkeane requested a review from amoeba February 24, 2025 14:24
Copy link
Member

@amoeba amoeba left a comment

Choose a reason for hiding this comment

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

Thanks! I'll merge this in a sec here.

@amoeba amoeba merged commit a01a812 into apache:main Feb 24, 2025
38 checks passed
@amoeba amoeba removed the awaiting change review Awaiting change review label Feb 24, 2025
@jonkeane
Copy link
Member Author

(It's totally ok that this is merged), but we might want to pull dev of cpp11 with r-lib/cpp11#448 when it merges in order for the new clang 20 job to pass cleanly

@amoeba
Copy link
Member

amoeba commented Feb 24, 2025

👍. I filed #45616 for that.

amoeba pushed a commit that referenced this pull request Feb 24, 2025
…#45606)

### Rationale for this change

Fix warnings, pass on CRAN

### What changes are included in this PR?

Removing some whitespace

### Are these changes tested?

Yes

### Are there any user-facing changes?

No, other than being releasable on CRAN

* GitHub Issue: #45605

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit a01a812.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them.

kou pushed a commit to kou/arrow that referenced this pull request Feb 25, 2025
…rnings (apache#45606)

### Rationale for this change

Fix warnings, pass on CRAN

### What changes are included in this PR?

Removing some whitespace

### Are these changes tested?

Yes

### Are there any user-facing changes?

No, other than being releasable on CRAN

* GitHub Issue: apache#45605

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
arashandishgar pushed a commit to arashandishgar/arrow that referenced this pull request Feb 25, 2025
…rnings (apache#45606)

### Rationale for this change

Fix warnings, pass on CRAN

### What changes are included in this PR?

Removing some whitespace

### Are these changes tested?

Yes

### Are there any user-facing changes?

No, other than being releasable on CRAN

* GitHub Issue: apache#45605

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
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.

3 participants