Benny Nottonson
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...
### 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...
### 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...
### 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...
### 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] POP folder fails to fold `llvm.floor` intrinsic when computing sqrt in parameter domain
### 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 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 ###...
### 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...
### 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 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...