-
Notifications
You must be signed in to change notification settings - Fork 1.9k
EnvironmentConfig lists of values should be tuples
#15000
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
EnvironmentConfig lists of values should be tuples
#15000
Conversation
2d678f7
to
df8a2a5
Compare
…he EnvironmentConfig
df8a2a5
to
1515745
Compare
CodSpeed Instrumentation Performance ReportMerging #15000 will not alter performanceComparing Summary
|
pre-commit.ci autofix |
tuples
7a11815
to
2530e1c
Compare
pre-commit.ci autofix |
61c274f
to
ee1d394
Compare
This is a nice improvement, thanks! I double checked the field types of the
There are a few remaining incompatibilities, for example the enum types in the context do not support |
Nice @peytondmurray, thanks this is really helpful!
I think in this case it's ok for The Definitely open to looking at this another way! |
Description
Iterable values coming from the context objects are usually returned as
tuples
. This PR changes theEnvironmentConfig
types to more closely match the context.Checklist - did you ...
news
directory (using the template) for the next release's release notes?