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

Lowercase all fields when initially parsed? #53

Closed
schuylermartin45 opened this issue May 7, 2024 · 2 comments
Closed

Lowercase all fields when initially parsed? #53

schuylermartin45 opened this issue May 7, 2024 · 2 comments
Labels

Comments

@schuylermartin45
Copy link
Collaborator

While investigating some integration testing logs, I found that, on occasion, recipe files use capitalized field names, like Skip instead of skip.

This obviously breaks schema validation in rattler-build but presumably conda-build doesn't care.

We could easily correct for this BUT it does not appear this issue happens particularly often, so it is a lower priority issue.

@schuylermartin45
Copy link
Collaborator Author

Similarly, skip seems to get corrupted a lot of different ways. I see multiple skipt and skips in recipe files in Anaconda and Bioconda.

@schuylermartin45
Copy link
Collaborator Author

I only see one instance of this right now and that got solved with the "spelling corrections" change in this PR: #54

So I'm calling this closed for now.

@github-actions github-actions bot added the locked label Nov 4, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant