-
Notifications
You must be signed in to change notification settings - Fork 114
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
Forbid comparing null with non-optional type #571
Conversation
Seems that |
It seems that currently
I believe that this is wrong behavior and We should probably move this one to 1.5.0 because resolving this will require adding or changing some functionality related to work with addresses. |
It's ok to change things if this fixes a bug |
Actually, after investigating this issue a bit further I understood that there are no bugs in optional addresses and The reason for test fail is that they were originally wrong - So to finish with this PR and #570 we can just fix the |
let's go for it |
42a7090
to
2e83483
Compare
@Gusarich I fixed some edge cases with |
Looks good! |
Closes #570
I have documented my contribution in Tact Docs: https://github.com/tact-lang/tact-docs/pull/PR-NUMBER