Kirill Shmakov

Results 3 issues of 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
mojo-lang
mojo

### 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
mojo-lang
mojo
crash

### 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...

bug
mojo-repo
Area: IDEs