Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

[BUG] print(None) doesn't work anymore #3319

Open
soraros opened this issue Jul 27, 2024 · 0 comments
Open

[BUG] print(None) doesn't work anymore #3319

soraros opened this issue Jul 27, 2024 · 0 comments
Labels
bug Something isn't working mojo-repo Tag all issues with this label

Comments

@soraros
Copy link
Contributor

soraros commented Jul 27, 2024

Bug description

As title.

Steps to reproduce

fn main():
  print(None)  # error: invalid call to 'print': callee with non-empty variadic pack argument
               # expects 0 positional operands, but 1 was specified

System information

Mojo 2024.7.2705 on Docker, Intel Mac
@soraros soraros added bug Something isn't working mojo-repo Tag all issues with this label labels Jul 27, 2024
@soraros soraros changed the title [BUG] Can't print(None) doesn't work [BUG] print(None) doesn't work anymore Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

1 participant