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 for Issue #31: Failure with "using for" over address #42

Merged
merged 1 commit into from
May 5, 2021
Merged

Conversation

cd1m0
Copy link
Collaborator

@cd1m0 cd1m0 commented May 5, 2021

Fixes #33. The issue was that we were too aggressive in type-checking MemberAccess-es where the base was of type address or contract, terminating early and preventing code further down in tcMemberAccess from checkin if any using for ... declarations match the access. The fix is to just remove the early termination errors.

@cd1m0 cd1m0 requested a review from blitz-1306 May 5, 2021 07:10
@cd1m0 cd1m0 merged commit e6ef5b6 into develop May 5, 2021
@blitz-1306 blitz-1306 deleted the issue_33 branch May 10, 2021 06:47
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.

Support Using For
2 participants