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

Fix #221: improve diagnostics when dereference fails #222

Merged
merged 2 commits into from
Sep 13, 2018

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Sep 12, 2018

In some cases, when a type could not be referenced, the diagnostic
message doesn't indicate that (the undefined return value will still
cause an error, but we also want to know that we couldn't deref the
type)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

In some cases, when a type could not be referenced, the diagnostic 
message doesn't indicate that (the undefined return value will still 
cause an error, but we also want to know that we couldn't deref the 
type)
@eladb
Copy link
Contributor Author

eladb commented Sep 12, 2018

@rix0rrr fixed

@eladb eladb merged commit 72927bd into master Sep 13, 2018
@eladb eladb deleted the benisrae/deref-diagnostics branch September 13, 2018 08:04
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