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

Fixes for RoslynDeclarationProvider and Conversion.TryFindConversion #271

Merged
merged 2 commits into from
Aug 13, 2020

Conversation

msdmkats
Copy link
Contributor

  • RoslynDeclarationProvider uses all available source codes (fixes MslTests.MethodInAnotherFile test)
  • Conversion.TryFindConversion(fromType, toType, info) looks for casts defined on the toType as well. Used to look for casts defined on the fromType before.

@tminka tminka merged commit 980f1e2 into master Aug 13, 2020
tminka pushed a commit to kant2002/infer that referenced this pull request Aug 24, 2020
…otnet#271)

* RoslynDeclarationProvider uses all available source codes
to build the requested type declaration.

* Conversion.TryFindConversion looks for casts defined on the toType as
well.

Co-authored-by: Dmitry Kats <ratkillerx@hotmail.com>
@msdmkats msdmkats deleted the dmkats/fixes branch September 10, 2020 14:14
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.

2 participants