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

make conda recipe data-loading stricter #3

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

jameslamb
Copy link
Member

Contributes to rapidsai/build-planning#72.

Similar to rapidsai/pynvjitlink#90, proposes replacing a use of .get() in the conda recipe with [], to ensure that we get a loud build error if the "project" table is not present when conda-build reads pyproject.toml.

Notes for Reviewers

I know that at some time in the past, the .get() was introduced as a possible solution for errors observed at build time: rapidsai/pynvjitlink#33 (comment)

But based on testing over in rapidsai/pynvjitlink#90, that seems to no longer be an issue.

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jun 13, 2024
@jameslamb jameslamb requested a review from a team as a code owner June 13, 2024 15:15
@jameslamb jameslamb requested review from msarahan and removed request for a team June 13, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants