Seth
Seth
### 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? https://rust-analyzer.github.io/book/features.html?highlight=autoimport#auto-import Add the...
### Bug description ### Actual behavior Server crashes when working on the attached code. ### Expected behavior Server does not crash ### Steps to reproduce Code: ``` import math from...
### Bug description ### Actual behavior ``` /home/ubuntu/dev/mojo-demo/./examples/14_gpu_vector_add.mojo:1:1: error: ptxas application ptx input, line 11; fatal : Parsing error near '14': syntax error ptxas fatal : Ptx assembly aborted due...
Add benchmarks for `BitSet`. The purpose in adding these is to help guide development of bitset, not to serve as standalone benchmarks. I've included the bench outputs here to at...
This PR changes the `Format.table` for bench outputs to be a markdown table. It maintains the nice padding the current ascii table has. This make bench tables easily copy-pastable to...
### 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? Add a mechanism...
### Bug description ### Actual behavior When running `magic run test` in this repo: https://github.com/ExtraMojo/ExtraMojo/tree/v0.14.0 ``` $ magic run test /dev/ExtraMojo/test_file.mojo:82:22: warning: assignment to 'bytes_read' was never used; assign to...
### Bug description ### Actual behavior Implement `__contains__(self, read other: Self) -> Bool` on my struct and get an error about not implementing `EqualityComparable & Movable & Copyinit`. ### Expected...
### Bug description ### Actual behavior When defining a `__getitem__(self, CustomType)` function, the `[start:end:step]` syntax doesn't work, even when the CustomType implements and `@implicity` constructor from `Slice`. `error: invalid call...
`pixi` supports `git` and `path` dependencies with the use of its `pixi-build` preview. It would be great if `rattler-build` could also support those dependencies. This would still require that the...