Brian Grenier

Results 67 comments of Brian Grenier

Also curious for any updates on this? Currently a major blocker for me to be able to use the platform.

To make things even more fun I've noticed that running the above example with `-debug-level full` actually produces the correct results.

I assume now that we have traits this item can actually be implemented? If possible I would like to work on this but might need some guidance from the team...

With the recent fix `Slice` it appears this behaviour has been fixed Tested with `mojo 2024.6.1305 (ec42f7b2)`

`DType` isn't a numeric type, but rather a struct representing a particular size of integer, float or otherwise. So when you write `inf[Dtype.int32]()` it returns a Scalar holding the maximum...

I'd like to work on this if it's still available!

It appears at some point this issue was resolved. Granted `powi` with a negative exponent returning 0 is still odd in my opinion. ```mojo fn main(): var x = Float64(4.0)...

> Could these tests using out of bounds values be added in `test_string.mojo`? There should probably be similar tests in `test_list.mojo`. The new `Slice.adjust()` itself has no tests yet. >...

> @bgreni A lot has changed over the past two weeks, could you please rebase this and ensure it passes CI? Sorry I figured the `imported-internally` tag meant it was...

> @bgreni I removed `Slice.__len__` so you can rebase and get those changes after the next nightly. Let me know if you can implement `Slice.indices`. Yeah I'll get on that...