Skip to content

Conversation

@thisisnic
Copy link
Member

@thisisnic thisisnic commented Oct 28, 2025

Rationale for this change

Switching to base pipe means that we need to update some syntax in codegen.R otherwise it errors when run

What changes are included in this PR?

Factor out code into own function so can use base pipe

Are these changes tested?

No, though weird it didn't fail on CI - looking into this!

Are there any user-facing changes?

Nope

@thisisnic thisisnic requested a review from jonkeane as a code owner October 28, 2025 19:38
@github-actions
Copy link

⚠️ GitHub issue #47941 has been automatically assigned in GitHub to PR creator.

@thisisnic thisisnic requested a review from assignUser as a code owner October 28, 2025 19:44
r/configure Outdated
Comment on lines 86 to 89
if ! ${R_HOME}/bin/Rscript data-raw/codegen.R; then
echo "*** ERROR: codegen.R failed"
exit 1
fi
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 was surprised codegen failing didn't cause the CI job to fail, but it'll just use the existing (possibly outdated) files, so now at least we should catch it.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Oct 28, 2025
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Oct 28, 2025
@thisisnic thisisnic marked this pull request as draft October 28, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant