Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / modularml/mojo issues and pull requests

#3673 - [BUG] `memcmp` doesn't work if `sizeof(type)` is not a multiple of 4

Issue - State: open - Opened by soraros 27 days ago - 2 comments
Labels: bug, help wanted, mojo-repo

#3672 - [BUG] Module Name Collision: Function Cannot Be Called When Named After Module

Issue - State: open - Opened by gptsarthak 28 days ago
Labels: bug, mojo-repo

#3671 - [Feature Request] Introduce `hex` and `bin` functions that produce fixed-width string output

Issue - State: open - Opened by soraros 28 days ago
Labels: enhancement, help wanted, mojo-repo

#3670 - [stdlib] Introduce `Byte`

Pull Request - State: open - Opened by soraros 28 days ago - 6 comments
Labels: imported-internally, merged-internally

#3669 - [git] Disable lfs

Pull Request - State: closed - Opened by patrickdoc 28 days ago - 3 comments

#3668 - Revert "[CI] Pin `magic` to 0.2.3 to avoid timeouts"

Pull Request - State: closed - Opened by JoeLoser 28 days ago

#3667 - [CI] Fix pre-commit filename use

Pull Request - State: closed - Opened by JoeLoser 28 days ago - 1 comment

#3666 - [stdlib] Fix example in `simd.mojo`

Pull Request - State: open - Opened by soraros 28 days ago - 2 comments
Labels: imported-internally, merged-internally

#3665 - [Docs] Fix `__origin_of` to `__lifetime_of` in changelog.md

Pull Request - State: open - Opened by taylorpool 28 days ago - 2 comments
Labels: imported-internally, merged-internally

#3664 - [stdlib] Document CPython bindings - Round 1

Pull Request - State: open - Opened by msaelices 29 days ago - 2 comments
Labels: imported-internally, merged-internally

#3663 - [Magic CLI]: cannot install `llama-stack`

Issue - State: open - Opened by winding-lines 29 days ago
Labels: mojo-repo, magic-cli

#3662 - [BUG] Code using `llvm.assume` can't run at compile time

Issue - State: open - Opened by soraros 29 days ago - 1 comment
Labels: bug, mojo-repo

#3661 - [Docs] Align `_cpython.mojo` docs with the C API

Issue - State: open - Opened by helehex 29 days ago - 1 comment
Labels: help wanted, mojo-repo

#3660 - Error when cloning GitHub repo

Issue - State: closed - Opened by diocletiann 29 days ago

#3659 - [stdlib] Add `expect` intrinsic

Pull Request - State: open - Opened by soraros 29 days ago

#3658 - [stdlib] Make `debug_assert` generate `llvm.assume` when `ASSERT=none`

Pull Request - State: open - Opened by soraros 29 days ago - 2 comments

#3657 - [Feature Request] Introduce `rotate_bits_[left|right]` for dynamic shifts

Issue - State: open - Opened by soraros 29 days ago - 1 comment
Labels: enhancement, mojo-repo

#3656 - [BUG] Innocent looking code showing nondeterministic behaviour

Issue - State: closed - Opened by soraros 29 days ago - 1 comment
Labels: bug, mojo-repo

#3655 - [Magic CLI]: `magic` hangs when run in Docker container with `network_mode: host`

Issue - State: open - Opened by josiahls 30 days ago
Labels: mojo-repo, magic-cli

#3654 - [stdlib] Implement `sub_with_sat` using LLVM intrinsic

Pull Request - State: open - Opened by soraros 30 days ago - 2 comments
Labels: imported-internally, merged-internally

#3652 - [stdlib] Implement `folded_mul` using MLIR, fix UB

Pull Request - State: open - Opened by soraros 30 days ago - 5 comments
Labels: imported-internally, merged-internally

#3650 - [stdlib] Span slicing with negative step

Pull Request - State: open - Opened by msaelices 30 days ago - 7 comments

#3649 - [BUG] Span reversed slicing are not giving the right values

Issue - State: open - Opened by msaelices about 1 month ago
Labels: bug, help wanted, mojo-repo

#3648 - [BUG] PythonObject overides Python dundermethods where PythonObject itself implements those methods

Issue - State: open - Opened by MadAlex1997 about 1 month ago
Labels: bug, help wanted, mojo-repo

#3644 - [BUG] Out-of-bounds read crashes mojo

Issue - State: open - Opened by tboerstad about 1 month ago - 1 comment
Labels: bug, mojo-repo

#3643 - [stdlib] Add UInt `__invert__`

Pull Request - State: open - Opened by martinvuyk about 1 month ago - 1 comment

#3640 - [BUG] Compiler crash on incomplete code

Issue - State: open - Opened by soraros about 1 month ago
Labels: bug, crash, mojo-repo

#3639 - [stdlib] Clean up `CPython` primitive type conversion

Pull Request - State: closed - Opened by soraros about 1 month ago - 4 comments
Labels: imported-internally, merged-internally, merged-externally

#3638 - [stdlib] Deprecate `.unsafe_cstr_ptr()`

Pull Request - State: open - Opened by martinvuyk about 1 month ago - 3 comments

#3637 - [Feature Request] Use 2-space indentation and/or increase default line length in the *stdlib* coding style

Issue - State: open - Opened by soraros about 1 month ago - 8 comments
Labels: enhancement, needs-discussion, mojo-repo

#3635 - [Feature Request] Make `String.split` with `sep` non-raising

Issue - State: open - Opened by soraros about 1 month ago - 6 comments
Labels: enhancement, mojo-repo

#3634 - [Feature Request] Introduce `alias Byte = UInt8`

Issue - State: open - Opened by soraros about 1 month ago - 4 comments
Labels: enhancement, good first issue, mojo-repo

#3632 - [stdlib] Refactor `external_call()` and inline `_LITRefPackHelper` into `VariadicPack`

Pull Request - State: open - Opened by martinvuyk about 1 month ago - 1 comment
Labels: imported-internally

#3631 - [stdlib] Snake casing stdlib

Pull Request - State: open - Opened by msaelices about 1 month ago - 1 comment
Labels: imported-internally

#3628 - [stdlib] Remove `_mlirtype_is_eq[..., None]` checks

Pull Request - State: closed - Opened by soraros about 1 month ago

#3625 - [Docs] block on Python event queue

Issue - State: open - Opened by mind6 about 1 month ago - 1 comment
Labels: mojo, mojo-repo

#3623 - [Discuss] Resyntaxing argument conventions and References

Issue - State: open - Opened by lattner about 1 month ago - 57 comments

#3622 - [tools] Add proper dev container (take3)

Pull Request - State: open - Opened by benz0li about 1 month ago - 4 comments

#3615 - [stdlib] Implement _HashableWithHasher trait on all types which implement __hash__ method

Pull Request - State: closed - Opened by mzaks about 1 month ago - 4 comments
Labels: imported-internally, merged-internally, merged-externally

#3597 - [stdlib] Make `StringSlice` `CollectionElement`

Pull Request - State: open - Opened by martinvuyk about 1 month ago - 6 comments
Labels: imported-internally, merged-internally

#3591 - [stdlib] Add `String` `__add__` with `StringSlice` and `StringLiteral` & optimize to not use `List.resize()`

Pull Request - State: open - Opened by martinvuyk about 1 month ago - 3 comments
Labels: imported-internally, merged-internally

#3588 - [stdlib] Clean up `memory.unsafe`

Pull Request - State: open - Opened by soraros about 1 month ago - 3 comments
Labels: imported-internally

#3577 - [stdlib] Refactor `memset()` to be generic

Pull Request - State: open - Opened by martinvuyk about 1 month ago - 3 comments
Labels: imported-internally

#3576 - [stdlib] Simplify `llvm_intrinsic`

Pull Request - State: closed - Opened by soraros about 1 month ago

#3575 - [stdlib] Fix dostrings in `uint`

Pull Request - State: open - Opened by soraros about 1 month ago - 1 comment
Labels: imported-internally

#3574 - [stdlib] Fix docstrings in `int`

Pull Request - State: open - Opened by soraros about 1 month ago - 1 comment
Labels: imported-internally

#3573 - [stdlib] Fix docstring in `builtin._documentation`

Pull Request - State: open - Opened by soraros about 1 month ago - 1 comment
Labels: imported-internally

#3572 - [stdlib] Make all examples in docstring compile

Issue - State: open - Opened by soraros about 1 month ago
Labels: enhancement, mojo-repo

#3571 - [stdlib] Add `UInt` ctor from `scalar<index>`

Pull Request - State: open - Opened by soraros about 1 month ago

#3570 - [stdlib] Fix `bit.is_power_of_two` for `Int.MIN`

Pull Request - State: open - Opened by soraros about 1 month ago

#3569 - [stdlib] fix: set constraint in `rotate_bits_*` function to bit size

Pull Request - State: open - Opened by yichi170 about 1 month ago - 1 comment
Labels: imported-internally

#3568 - [BUG] parallelize crashes on WSL2

Issue - State: open - Opened by antonl321 about 1 month ago
Labels: bug, mojo-repo

#3567 - GPU support (plans/roadmap)

Issue - State: open - Opened by asmith26 about 1 month ago - 3 comments

#3566 - Adding support to PythonObject to handle Uint64 numbers #3510

Pull Request - State: open - Opened by dhruvmalik007 about 1 month ago - 1 comment

#3565 - [stdlib] Add `array_tester` with `Tester` and `Testee` for lists

Pull Request - State: open - Opened by rd4com about 1 month ago

#3564 - [BUG] `rebind` being too lenient

Issue - State: open - Opened by soraros about 1 month ago - 1 comment
Labels: bug, mojo-repo

#3563 - [Feature Request] Move initialisers from MLIR types to use keyword only arguments

Issue - State: open - Opened by soraros about 1 month ago - 4 comments
Labels: enhancement, mojo-repo

#3562 - [Feature Request] LLDB Mojo Plugin

Issue - State: closed - Opened by taylorpool about 1 month ago - 1 comment
Labels: enhancement, mojo-repo, Area: Debugging

#3561 - [stdlib] Transition `InlinedFixedVecor.type` to `CollectionElement`

Pull Request - State: open - Opened by rd4com about 1 month ago - 1 comment

#3560 - [BUG] VSCode extension doesn't run simple file after switch to magic

Issue - State: open - Opened by kishmakov about 1 month ago - 12 comments
Labels: bug, mojo-repo, Area: IDEs

#3559 - [BUG] `UnsafePointer` doesn't expend lifetime long enough

Issue - State: closed - Opened by soraros about 1 month ago - 4 comments
Labels: bug, mojo-repo

#3558 - [BUG] LSP crashes on incomplete code

Issue - State: open - Opened by soraros about 1 month ago
Labels: bug, mojo-repo, Area: Language Server

#3557 - [stdlib] Prevent crash for non-subscriptable `PythonObject`s

Pull Request - State: open - Opened by jjvraw about 2 months ago - 2 comments
Labels: imported-internally, merged-internally

#3556 - [issue-template] Change issue template from modular CLI to magic

Pull Request - State: closed - Opened by jackos about 2 months ago

#3555 - [stdlib] Add `SIMD.reversed()`

Pull Request - State: open - Opened by martinvuyk about 2 months ago - 4 comments
Labels: imported-internally

#3553 - [stdlib] Use the new mem type `rebind` in stdlib

Pull Request - State: closed - Opened by soraros about 2 months ago - 6 comments
Labels: imported-internally, merged-internally, merged-externally

#3552 - [BUG] Compiler crashes when trying to resolve the type of method with inferred parameter

Issue - State: open - Opened by soraros about 2 months ago
Labels: bug, crash, mojo-repo

#3551 - [BUG] LSP fails on `alias` declarations within non-top-level statements

Issue - State: open - Opened by soraros about 2 months ago
Labels: bug, mojo-repo, Area: Language Server

#3550 - [Modular CLI] Failed to install magic

Issue - State: open - Opened by xguo-prestolabs about 2 months ago - 1 comment
Labels: modular-cli, mojo-repo

#3550 - [Modular CLI] Failed to install magic

Issue - State: open - Opened by xguo-prestolabs about 2 months ago - 1 comment
Labels: modular-cli, mojo-repo

#3549 - [stdlib] Mojo-Python slice interoperability

Pull Request - State: open - Opened by jjvraw about 2 months ago - 6 comments
Labels: imported-internally

#3548 - [stdlib] Move `StringRef` `find()` implementation to `Span`

Pull Request - State: open - Opened by martinvuyk about 2 months ago

#3547 - [BUG] Compiler crash on `X86 DAG->DAG Instruction Selection`

Issue - State: closed - Opened by dmitry-salin about 2 months ago - 1 comment
Labels: bug, mojo-repo

#3545 - [CI] Pin `magic` to 0.2.3 to avoid timeouts

Pull Request - State: closed - Opened by JoeLoser about 2 months ago - 1 comment

#3544 - [BUG] `ref` args are not lowered to `ptr noalias`

Issue - State: closed - Opened by soraros about 2 months ago - 2 comments
Labels: bug, mojo-repo

#3543 - [BUG] Incomplete code crashes compiler and LSP

Issue - State: open - Opened by soraros about 2 months ago
Labels: bug, crash, mojo-repo

#3542 - Crash: ERROR elf_dynamic_array_reader.h:64 tag not found when running hello_interop.mojo

Issue - State: open - Opened by capnemo about 2 months ago - 1 comment
Labels: bug, mojo-repo

#3540 - [BUG] Using the output slot breaks trait conformance

Issue - State: open - Opened by samufi about 2 months ago
Labels: bug, mojo-repo

#3538 - [BUG] Constraint in `rotate_bits_left` is given in bytes instead of bits

Issue - State: open - Opened by samufi about 2 months ago - 2 comments
Labels: bug, mojo-repo

#3535 - [Historical Discussion] let and var Keywords

Issue - State: closed - Opened by carolinefrasca about 2 months ago

#3534 - [Historical Discussion] Mojo and Dynamism

Issue - State: closed - Opened by carolinefrasca about 2 months ago

#3533 - [BUG] Latest VSCode nightly extension fails to install Mojo globally

Issue - State: closed - Opened by soraros about 2 months ago - 2 comments
Labels: bug, mojo-repo

#3532 - [Feature Request] Add an option to keep the focus on editor after "Run Mojo File"

Issue - State: closed - Opened by soraros about 2 months ago - 2 comments
Labels: enhancement, mojo-repo, Area: IDEs

#3531 - [stdlib] Add .magic/ and magic.lock to .gitignore

Pull Request - State: open - Opened by martinvuyk about 2 months ago - 3 comments

#3530 - [BUG] REPL/Mojo Kernel doesn't work on ubuntu 24.04

Issue - State: open - Opened by cosmobet about 2 months ago - 5 comments
Labels: bug, mojo-repo, Area: REPL/Notebooks

#3529 - [stdlib] Add `_count_utf8_continuation_bytes()`

Pull Request - State: open - Opened by martinvuyk about 2 months ago - 3 comments
Labels: imported-internally, merged-internally

#3528 - [stdlib] Fix `String.split()` implementations

Pull Request - State: open - Opened by martinvuyk about 2 months ago - 4 comments

#3527 - [Docs] Suggest adding Install Mojo in https://docs.modular.com/magic/

Issue - State: closed - Opened by yichi170 about 2 months ago - 3 comments
Labels: documentation, mojo-repo

#3526 - [BUG] Fix `String.find()` family of functions to work by unicode codepoints

Issue - State: open - Opened by martinvuyk about 2 months ago
Labels: bug, help wanted, mojo-repo

#3525 - [stdlib] Add `Optional` unwrap using `__getitem__ `

Pull Request - State: open - Opened by martinvuyk about 2 months ago - 2 comments

#3524 - [stdlib] Create Box[] type as a new smart pointer

Pull Request - State: closed - Opened by szbergeron about 2 months ago - 13 comments
Labels: imported-internally, merged-internally, merged-externally

#3523 - [stdlib] Add string benchmarking infrastructure and basic benchmarks

Pull Request - State: open - Opened by martinvuyk about 2 months ago - 2 comments
Labels: imported-internally

#3522 - [BUG] Crash on iterating through Python dict with NumPy ndarray value

Issue - State: open - Opened by carlohamalainen about 2 months ago
Labels: bug, mojo-repo