-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Insights: modular/modular
Overview
-
- 0 Merged pull requests
- 4 Open pull requests
- 48 Closed issues
- 14 New issues
Could not load contribution data
Please try again later
4 Pull requests opened by 3 people
-
[stdlib] [proposal] Binary IO API
#4728 opened
Jun 1, 2025 -
[stdlib] Clean up `PyModuleDef` and friends
#4733 opened
Jun 3, 2025 -
[stdlib] Modernise `PyObjectPtr`
#4734 opened
Jun 3, 2025 -
Add proposal for precondition assisted execution
#4741 opened
Jun 4, 2025
48 Issues closed by 14 people
-
[Magic] "os error 13"
#4282 closed
Jun 4, 2025 -
Implementing the Precondition Assisted Execution pattern for Mojo std lib
#4737 closed
Jun 3, 2025 -
[Docs] Broken links related to variadic arguments
#4716 closed
Jun 3, 2025 -
[Feature Request] Why not have Set of fixed-size data types this way?
#4702 closed
Jun 2, 2025 -
[BUG]: Graph compiler cache not being updated
#4687 closed
Jun 2, 2025 -
[BUG]: Trailing comma is not supported in assignments
#1649 closed
May 31, 2025 -
[BUG] Type Annotation Fails on Implicit Variable Declarations
#3415 closed
May 31, 2025 -
[Feature Request] [mojo-lang] Conditional materialization for `IntLiteral` into `Int`/`UInt`
#4342 closed
May 31, 2025 -
[BUG] Mojo `inline if-else` error with PythonObject.
#4147 closed
May 31, 2025 -
[BUG] `Box.__moveinit__`, `destroy_pointee` on uninitialized
#3715 closed
May 31, 2025 -
[Feature Request] Rename `__init__` to `__new__`, and make it a true static method
#3916 closed
May 31, 2025 -
DTypepointer scatter fails to compile inside an object
#3355 closed
May 31, 2025 -
[BUG] Tensor reshape only compiles when inlined
#3430 closed
May 31, 2025 -
[BUG] Strange segmentation fault when printing a tensor
#2666 closed
May 31, 2025 -
[BUG] LSP Crash with basic trait and __contains__
#2757 closed
May 31, 2025 -
[BUG] `Tensor` initialised from a list with wrong type shows weird behaviour
#3098 closed
May 31, 2025 -
[BUG] Bool Tensor does not match with BOOL SIMD from load
#2492 closed
May 31, 2025 -
[Feature Request] Constrained[False], or alternative, should not cause a return expected error
#2547 closed
May 31, 2025 -
[BUG] Segfault when accessing result of tensor.__add__
#2641 closed
May 31, 2025 -
[BUG] Compiler optimization removes calling code lines for some SIMD conditions
#1975 closed
May 31, 2025 -
[Feature Request] Consider deviating from Python's naming & structure for Mojo's stdlib
#2113 closed
May 31, 2025 -
[BUG] Floating-Point Underflow in Tensor Operations
#2137 closed
May 31, 2025 -
[Feature Request] implement `__getitem__` for ListLiteral
#2141 closed
May 31, 2025 -
[Feature Request] Reconsider Python compatibility layer
#2164 closed
May 31, 2025 -
[BUG] reassigning to a PythonObject struct member
#2212 closed
May 31, 2025 -
[stdlib] Consistency in `List` struct for "normalized index calculation"
#2251 closed
May 31, 2025 -
[BUG]: Conditional expression results in a bool type (inconsistent with python)
#1767 closed
May 31, 2025 -
[BUG] couldnt pass list in lists types of data
#1723 closed
May 31, 2025 -
[BUG]: Mojo Tensor Multiplication Constraints are Too Strict
#1898 closed
May 31, 2025 -
[BUG] Struct fields cannot be functions with Self
#1958 closed
May 31, 2025 -
[BUG]: mojo crash: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
#1853 closed
May 31, 2025 -
[Docs] Improve API autotune, search ?
#1298 closed
May 31, 2025 -
[BUG]: Crash when instantiating String with invalid pointer in constructor
#1273 closed
May 31, 2025 -
[BUG]: 10x String allocations moving from `0.4.0` to `0.5.0` in recursive loop
#1216 closed
May 31, 2025 -
[BUG]: Tensor.load does not work for a variable indices, ex: read a column
#844 closed
May 31, 2025 -
[Feature Request] Clear indication when working with Python interop objects.
#790 closed
May 31, 2025 -
[Feature Request] Please implement a `__setitem__` method for `Tensor` type
#865 closed
May 31, 2025 -
[BUG]: Mojo does not support Python nested lists?
#1056 closed
May 31, 2025 -
[Feature Request] Ownership/Borrowing extensions
#372 closed
May 31, 2025 -
[BUG]: Unable to get Tuple values
#841 closed
May 31, 2025 -
[BUG]: Can't fill array of arrays
#1204 closed
May 31, 2025 -
[Feature Request] Distinguish Procedures and Functions
#1253 closed
May 31, 2025 -
conversion of different type of numbers to another type causes seg crashes
#4723 closed
May 31, 2025 -
[BUG] Large global array causes compiler to hang
#4491 closed
May 30, 2025 -
[BUG] Mojo trait defined with `ComparableCollectionElement` causes LSP server crash.
#4333 closed
May 29, 2025 -
[Docs] Adding Link to "Get started with MAX Graph in Mojo"
#4347 closed
May 29, 2025 -
[BUG] Can not use initialiser list with field of a `struct`
#4684 closed
May 29, 2025 -
[BUG][Docs] Unknowable fn signatures for special methods
#4712 closed
May 28, 2025
14 Issues opened by 9 people
-
[BUG] Compiler doesn't warn about unused `var` binding created by walrus operator
#4740 opened
Jun 4, 2025 -
[BUG] Compiler doesn't correctly handle the `ref` convention with an `AddressSpace` parameter
#4739 opened
Jun 4, 2025 -
[BUG] Inconsistency between `var` and `ref` binding
#4738 opened
Jun 4, 2025 -
Two similar arithmetic expressions take drastically different time to evaluate
#4736 opened
Jun 3, 2025 -
[BUG] Uneffective error message when testing
#4732 opened
Jun 2, 2025 -
[BUG] False positive "unused assignment" warning for parameterised struct instance
#4730 opened
Jun 1, 2025 -
[Feature Request] Enable wasm32/64 Target in Mojo's Internal LLVM
#4729 opened
Jun 1, 2025 -
[BUG] Crashing `parallelize` when called from Python
#4724 opened
May 31, 2025 -
[BUG] Movable and Copyable Errors for StringSlice with Immutable Origin (Affects Dict)
#4720 opened
May 30, 2025 -
[BUG] `Dict.setdefault` should not be marked with `raises`.
#4719 opened
May 30, 2025 -
[Feature Request] Default strings in function arguments and alias strings have confusing type hints
#4718 opened
May 30, 2025 -
[BUG] Dict KeyElements with ImmutableOrigin doesn't work.
#4717 opened
May 30, 2025 -
[BUG] Calling a function from a kernel doesn't seem to work correctly
#4713 opened
May 29, 2025
29 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[stdlib] Implement asymmetrical version of `math.isclose`
#4608 commented on
Jun 3, 2025 • 9 new comments -
[max] Add implicit immutable constructor for `LayoutTensor`
#4701 commented on
Jun 3, 2025 • 0 new comments -
[Refactoring][stdlib] Replace `_UInt128` with `UInt128`
#4680 commented on
Jun 4, 2025 • 0 new comments -
[Mojo-stdlib] Remove `FLAG_IS_STATIC_CONSTANT` from the `String` struct
#4661 commented on
Jun 3, 2025 • 0 new comments -
[stdlib] Use empty init list for dependent type operations in `IntLiteral` and `FloatLiteral`
#4635 commented on
Jun 2, 2025 • 0 new comments -
[stdlib] `math.factorial()` should raise if overflow
#4628 commented on
May 30, 2025 • 0 new comments -
[stdlib] Adapt the Mojo manual to use List and Set literals
#4625 commented on
Jun 2, 2025 • 0 new comments -
[stdlib] Change `polynomial_evaluate` to accept a list of scalar coefficients
#4607 commented on
Jun 3, 2025 • 0 new comments -
[stdlib] Fix `UnsafePointer` origins for `StringSlice` and `Span`
#4595 commented on
Jun 4, 2025 • 0 new comments -
[stdlib] Fix `UnsafePointer` origins in `coroutine.mojo`
#4593 commented on
Jun 4, 2025 • 0 new comments -
[stdlib] [NFC] Fix UnsafePointer origins in `buffer.mojo`
#4592 commented on
Jun 4, 2025 • 0 new comments -
[stdlib] Speed-up of `String.join()`
#4562 commented on
Jun 1, 2025 • 0 new comments -
[stdlib] Add a parameter for inserting `llvm.assume` in `debug_assert`
#4557 commented on
Jun 4, 2025 • 0 new comments -
[stdlib] Clean up `bitcast` and `pack_bits`
#4526 commented on
Jun 3, 2025 • 0 new comments -
[stdlib] Add tests for `Tuple` (`__init__`, `__del__`, `a, b = t^`).
#4135 commented on
May 29, 2025 • 0 new comments -
[Refactoring][stdlib] Replace `_UInt128` with `UInt128` in `stdlib/builtin/_format_float.mojo`
#4569 commented on
Jun 4, 2025 • 0 new comments -
[Feature Request] Support explicit syntax for partial parameter binding of `Self`
#4337 commented on
Jun 3, 2025 • 0 new comments -
[BUG][compiler] unhandled dtype in `POPOpsFolder`
#4676 commented on
Jun 3, 2025 • 0 new comments -
[BUG]`Dict[String, List[String]]` getting garbage data
#4646 commented on
May 31, 2025 • 0 new comments -
[BUG][LSP]: Syntax highlighting and jump-to-definition don't work in raising functions
#4343 commented on
May 31, 2025 • 0 new comments -
[BUG][LSP] Literals get wrong semantic token type in `while` statements
#4344 commented on
May 31, 2025 • 0 new comments -
[Feature Request] Use Tuple[K, V] instead of DictEntry[K, V]
#2554 commented on
May 31, 2025 • 0 new comments -
[Feature Request] Implement `CollectionElement` trait to conform to `EqualityComparable` trait
#2238 commented on
May 31, 2025 • 0 new comments -
[Docs] Assignment operator incorrectly described as signalling a copy
#1673 commented on
May 31, 2025 • 0 new comments -
[Docs] Value lifecycle
#1721 commented on
May 31, 2025 • 0 new comments -
[BUG] Errors with optional recursive struct definitions
#3293 commented on
May 31, 2025 • 0 new comments -
[BUG]: UNKOWN_VALUE with CustomOpLibrary causes illegal memory access
#4688 commented on
May 29, 2025 • 0 new comments -
[BUG] Crash when printing `DeviceBuffer`
#4708 commented on
May 29, 2025 • 0 new comments -
[Magic] pixi.toml over-priortized, even when mojoproject added
#4024 commented on
May 28, 2025 • 0 new comments