Kirill Shmakov
Kirill Shmakov
### Bug description Python supports trailing comma for multiple targets in assignment expressions, while Mojo doesn't. It contradicts the goal to become a Python superset. ### Steps to reproduce Here...
### Bug description Either compiler or LSP crashes analyzing this: ``` fn test(first_args: Int, *second_args: Int, another_arg: Int = 1, other_arg: Int) -> Int: return another_arg fn test2(first_args: Int, another_arg:...
### Bug description I am trying to run simplest file: ``` fn main(): var a = 1 print(a) ``` within project set up by `magic init mojo-examples --format mojoproject` The...