-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[TypeInfo] Fix resolve enum in string type resolver #59066
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
[TypeInfo] Fix resolve enum in string type resolver #59066
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
9e44043
to
5875006
Compare
5875006
to
a9749dc
Compare
a9749dc
to
2fee2ff
Compare
windows test fail is not related |
@mtarld I hope it's okay to ping you, I have one question about my fix. In Is that necessary? I have transferred the relevant tests and they are running. |
Hey @DavidBadura, thanks for your PR!
Indeed, there is no reason to keep the |
b48e3ce
to
e8bd29a
Compare
e8bd29a
to
f4c4449
Compare
Thank you @DavidBadura. |
…ersion (xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [PropertyInfo] bump lowest required TypeInfo component version | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT we need #59066 so that the test fixes from #59156 are also having an effect on the low deps job Commits ------- 080f39e bump lowest required TypeInfo component version
Enum types are not handled correctly in the
StringTypeResolver
. They are always wrongly classified asobject
.