Ehsan M. Kermani
Ehsan M. Kermani
# What does this PR do? Fixes CLAP link across all READMEs ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the...
### Bug description `store` and `load` methods in `Pointer` and `DTypePointer` do not check for positive values of `width` and `alignment` parameters at compile time. ### Steps to reproduce -...
This PR adds fixes #2155 * `constrained` compile time check for parameters `width` and `alignment` of pointer `store` and `load` methods * `Constraint` documentation to docstrings
### Where is the problem? https://github.com/modularml/mojo/blob/a8f7393a0e1e3e0a307391b844e1f00e9c4a05d9/stdlib/src/memory/unsafe.mojo#L60-L255 ### What can we do better? Right now, overloaded methods that delegate to one another do not repeat the constraints in the docstring. This...
### Describe the bug Started playing with the library, please correct me if I'm wrong but state should *not* change in Stateless actor and following ideally should *not* work like...
### Bug description Installing MAX nightly using conda fails with `GLIBCXX_3.4.30` linker errors. Steps to reproduce are below. Installing these dependencies works for linux but aren't available on mac. ```sh...