Benny Nottonson

Results 45 issues of Benny Nottonson

### Review Mojo's priorities * [x] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Replace uses of...

mojo-stdlib
refactoring
hold-off
mojo-repo

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? I think the...

enhancement
mojo-lang
mojo

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? With the introduction...

enhancement
mojo-stdlib
mojo

### Where is the problem? https://docs.modular.com/mojo/stdlib/algorithm/functional#parallelize ### What can we do better? It is my understanding that the warning "CAUTION: Creates and destroys a local runtime! Do not use from...

mojo-repo
mojo-docs

### Bug description When rounding an arbitrarily large Float64 value, potentially overflowing Int64, instead of an error or returning the finite max of Int64, a seemingly random number is returned....

bug
mojo-stdlib
mojo

### Bug description When trying to compute the square root of a number directly, either with SIMD.__pow__ or math.sqrt, the compiler fails and declares "No viable expansion found". ### Steps...

bug
mojo-lang
mojo

### Bug description When trying to compute the binary representation of a number at compile time, the below code causes a crash in the compiler, potentially related to #2218 ###...

bug
mojo

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Allow the methods...

enhancement
mojo-tooling
mojo

### Bug description Parser throws the issue `cannot use parameterized function without binding all its parameters`, but assigning a parameter or indicating it is unbound crashes the compiler. ### Steps...

bug
mojo

### Bug description See code. ### Steps to reproduce ```mojo var a = String("abcd") var val = __mlir_op.`pop.cast`[ _type = __mlir_type[`!pop.scalar`] ](a[1]) ``` ### System information ```shell WSL2 Ubuntu, Mojo...

bug
mojo-lang
mojo