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

[5.x] Fix carbon integer casting #11496

Merged
merged 1 commit into from
Feb 24, 2025
Merged

[5.x] Fix carbon integer casting #11496

merged 1 commit into from
Feb 24, 2025

Conversation

jasonvarga
Copy link
Member

If you use environment variables, they come through as strings. Carbon 2 didn't care and would deal with strings for you but Carbon 3 wants an integer.

Fixes #11492 which solves the API, but the same thing could happen in other places like the graphql api, static caching, etc.

@jasonvarga jasonvarga merged commit 9139cb0 into 5.x Feb 24, 2025
20 checks passed
@jasonvarga jasonvarga deleted the fix-carbon-things branch February 24, 2025 19:17
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.

Carbon error from REST API cacher
1 participant