-
### Where is the problem?
https://github.com/modularml/mojo/blob/main/stdlib/src/python/_cpython.mojo
### What can we do better?
The `_cpython` module provides bindings to CPython, so it should ref…
-
Steps to reproduce :
1 clear the .m2/repository directory in the user home
2 clone the repository
3 checkout next / release-5.7.2
4 build "mvn clean install"
[ERROR] Plugin org.codehaus.mojo:…
-
### Bug description
When installing the Mojo extension for VSCode, I get the error `Couldn't install the MAX SDK for VS Code`.
### Steps to reproduce
I am not sure to what extent the issue is repro…
-
If one wants to "get-started" with mojo it is currently relatively easy to find our way to: [https://docs.modular.com/mojo/manual/get-started](https://docs.modular.com/mojo/manual/get-started).
Ste…
-
### Bug description
As title.
A Mojo `UInt64` value went through the following to reach Python runtime:
- `PythonObject.__init__[dt: DType](Self, SIMD[dt, 1])`
https://github.com/modularml/moj…
-
I've just tried to update and then tried removing and installing and had this happening. Manjaro with everything up-to-date. Had always been working just fine previously.
```
17:17:57 zen ~ paru -…
-
### Bug description
'modular install max' step fails
### Steps to reproduce
(max-venv) gary@gary:~$ modular install max
# Found release for https://packages.modular.com/max @ 24.4.0
# Downloadin…
-
According to `README.md` the documentation for the plugin can be found at codehaus.org. Problem is that this site has been closed down, well mostly.
Hence a new home for the mojo documentation is r…
-
### Bug description
As title. Found in #3670. CC. @JoeLoser.
`memcmp` doesn't read the trailing bytes.
https://github.com/modularml/mojo/blob/ebbe958e88bf8a912d180a546db3eb1959de956c/stdlib/s…
-
### Issue description
Currently, evaluating code on the Mojo REPL requires pressing Enter twice:
```mojo
Welcome to Mojo! 🔥
Expressions are delimited by a blank line.
Type `:quit` to exit the…