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

v.checker: disallow assigning none to _ #20646

Merged
merged 3 commits into from
Jan 27, 2024
Merged

Conversation

pierrec
Copy link
Contributor

@pierrec pierrec commented Jan 24, 2024

Fixes #20645.

Fixes #20645.

Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
vlib/v/checker/assign.v Outdated Show resolved Hide resolved
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
@pierrec pierrec requested a review from shove70 January 26, 2024 11:03
@Delta456
Copy link
Member

Run v fmt -w vlib/v/checker/assign.v

Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
@spytheman spytheman merged commit 75e9065 into vlang:master Jan 27, 2024
53 of 54 checks passed
raw-bin pushed a commit to raw-bin/v that referenced this pull request Jan 29, 2024
raw-bin pushed a commit to raw-bin/v that referenced this pull request Jan 30, 2024
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.

cgen error for _ = none
5 participants