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

Don't render implicit conversions #52

Closed
zspitz opened this issue Mar 14, 2019 · 1 comment
Closed

Don't render implicit conversions #52

zspitz opened this issue Mar 14, 2019 · 1 comment
Labels

Comments

@zspitz
Copy link
Owner

zspitz commented Mar 14, 2019

No description provided.

@zspitz
Copy link
Owner Author

zspitz commented Aug 13, 2019

Presumably this refers to the VB compiler behavior of introducing a Convert node even when it's not needed, because the type expected by the outer expression is assignable from the inner expression's type. For example, simple-odata-client/Simple.OData.Client#638.

This has been resolved in 119ebc3.

@zspitz zspitz closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant