-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Insights: modularml/mojo
Overview
-
- 0 Merged pull requests
- 7 Open pull requests
- 15 Closed issues
- 14 New issues
There hasn’t been any commit activity on modularml/mojo in the last week.
Want to help out?
7 Pull requests opened by 6 people
-
Remove the move for `_Global`, (`T:Movable`->`T:AnyType`)
#3778 opened
Nov 17, 2024 -
[stdlib] Refactor `normalize_index` to cap to container length and other details
#3783 opened
Nov 19, 2024 -
[stdlib] Add `Span.count()`
#3792 opened
Nov 21, 2024 -
[docs] Stdlib insider documentation
#3793 opened
Nov 21, 2024 -
[stdlib] Implement `Int.from_bytes()` and `Int.as_bytes()`
#3795 opened
Nov 22, 2024 -
[stdlib] Fix inconsistency with `UnsafePointer[SIMD[bool]]`
#3800 opened
Nov 22, 2024 -
[Docs] Update the notebook tutorial
#3803 opened
Nov 23, 2024
15 Issues closed by 11 people
-
[BUG] Can't debug from CLI
#3772 closed
Nov 22, 2024 -
[BUG] Sys info does not return correct values for AMD CPU
#3784 closed
Nov 22, 2024 -
[Feature Request] Adding terminal control functions (termios) to the stdlib?
#3739 closed
Nov 21, 2024 -
[stdlib] Implement `os.path.basename`
#2941 closed
Nov 21, 2024 -
[Feature Request] Support String.toupper and .tolower for non ASCII chars which have upper lower cases
#1543 closed
Nov 21, 2024 -
[BUG] "src/tcmalloc.cc:302] Attempt to free invalid pointer" at using list
#3786 closed
Nov 20, 2024 -
[BUG] `math.ceildiv` gives incorrect results for unsigned simd types
#3733 closed
Nov 20, 2024 -
[BUG] OOM compiling 24 line program.
#3642 closed
Nov 20, 2024 -
[BUG]
#3641 closed
Nov 20, 2024 -
[BUG] __gt__ error in Matrix structure
#3243 closed
Nov 20, 2024 -
[Feature Request] Direct embedding into HTML without requiring a templating engine.
#3765 closed
Nov 20, 2024 -
[BUG] Trying to benchmark python libraries crashes mojo
#3777 closed
Nov 18, 2024 -
[BUG]: Mojo permits the use of any constructor for implicit conversions
#1310 closed
Nov 18, 2024 -
[Magic CLI]: cannot install `llama-stack`
#3663 closed
Nov 18, 2024
14 Issues opened by 11 people
-
[BUG] BenchConfig arguments in Bench seem to have no effect
#3802 opened
Nov 23, 2024 -
[BUG] Unexpected compiler failure with conversions between Scalar[DType].
#3801 opened
Nov 23, 2024 -
[Feature Request] x86 CPUID builtins or implementation
#3799 opened
Nov 22, 2024 -
[Feature Request] [proposal] A new `Buffer` type
#3797 opened
Nov 22, 2024 -
[BUG] Compiler crash when using String.format in for-else statement.
#3796 opened
Nov 22, 2024 -
[Feature Request] Expose arguments for Mojo build target options.
#3794 opened
Nov 21, 2024 -
[Dev Console] Unexpected character when typing with unicode keyboard on VSCode
#3791 opened
Nov 21, 2024 -
[Feature Request] Built-in Support for Struct of Arrays (SoA)
#3790 opened
Nov 21, 2024 -
[BUG] Segmentation fault (core dumped)
#3789 opened
Nov 20, 2024 -
[Feature Request] Support for Direct GPU Kernel Definitions and Execution in Mojo
#3788 opened
Nov 20, 2024 -
[Docs] Introduce function parameters in the function page.
#3787 opened
Nov 20, 2024 -
[Feature Request] Adding function(s) to return the printable width of a String or Stringlike types?
#3785 opened
Nov 19, 2024 -
[BUG] Segfault if using a struct based on SIMD as key in Dict
#3781 opened
Nov 18, 2024 -
[Feature Request] nix package
#3779 opened
Nov 17, 2024
40 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] Remove `StringRef` from python binding functions
#3775 commented on
Nov 22, 2024 • 7 new comments -
[stdlib] Add proposal for hardware time stamp counter support
#3378 commented on
Nov 22, 2024 • 2 new comments -
[stdlib] Fix iterator ergonomics
#3700 commented on
Nov 21, 2024 • 2 new comments -
[stdlib] Add `FloatLiteral.{exp, log, pow}`
#3354 commented on
Nov 23, 2024 • 2 new comments -
Filehandle as a copiable and movable @value
#3621 commented on
Nov 22, 2024 • 1 new comment -
[stdlib] Snake casing stdlib
#3631 commented on
Nov 22, 2024 • 1 new comment -
[Stdlib] Add `PythonObject.__contains__`
#3101 commented on
Nov 22, 2024 • 1 new comment -
[BUG] Can't get number of cores at compile time
#3683 commented on
Nov 17, 2024 • 0 new comments -
Adding support to PythonObject to handle Uint64 numbers #3510
#3566 commented on
Nov 19, 2024 • 0 new comments -
[stdlib] Refactor `memset()` to be generic
#3577 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Rename `py_object` to `py_object_ptr`
#3605 commented on
Nov 19, 2024 • 0 new comments -
[stdlib] Refactor `external_call()` and inline `_LITRefPackHelper` into `VariadicPack`
#3632 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Deprecate `.unsafe_cstr_ptr()`
#3638 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Fix make `String.join()` work on `StringSlice`
#3677 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Refactor ASCII related things in `string.mojo`
#3686 commented on
Nov 21, 2024 • 0 new comments -
[stdlib] Introduce fixed-width `bin` and `hex`
#3694 commented on
Nov 21, 2024 • 0 new comments -
[stdlib] Simplify `UnsafePointer` function signatures
#3721 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Implement Writer for List[Byte]
#3758 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Add `SIMD` `debug_assert(value < max_unsigned_value)` for Int constructors
#3761 commented on
Nov 21, 2024 • 0 new comments -
[stdlib] Make `List.__copyinit__()` smarter.
#3762 commented on
Nov 21, 2024 • 0 new comments -
[stdlib] Add Libc and tests
#3766 commented on
Nov 20, 2024 • 0 new comments -
[stdlib][Proposal] BinaryHeap struct
#3776 commented on
Nov 23, 2024 • 0 new comments -
[Feature Request] Rename `alias` to `static`
#3725 commented on
Nov 18, 2024 • 0 new comments -
[BUG] Failed to start the Kernel. OSError: libedit.so.2: cannot open shared object file: No such file or directory. View Jupyter log for further details.
#3696 commented on
Nov 20, 2024 • 0 new comments -
[Feature Request] [stdlib] [proposal] Have all `fn __getitem__(self, span: Slice) -> Self` return `Iterator[Self]` instead
#3653 commented on
Nov 21, 2024 • 0 new comments -
[Feature Request] Let `Variant` call methods without unwrapping the element when constrained on a trait
#3272 commented on
Nov 21, 2024 • 0 new comments -
[BUG] `Box.__moveinit__`, `destroy_pointee` on uninitialized
#3715 commented on
Nov 21, 2024 • 0 new comments -
[BUG] Tensor reshape only compiles when inlined
#3430 commented on
Nov 21, 2024 • 0 new comments -
Cannot run Mojo REPL after successful installation
#3711 commented on
Nov 23, 2024 • 0 new comments -
[Magic CLI]: `mojo` or `mojo debug` lead to "error while loading shared libraries: libedit.so.2"
#3629 commented on
Nov 23, 2024 • 0 new comments -
[stdlib] Add `Dict._resize_down` and `_under_load_factor()`
#3133 commented on
Nov 22, 2024 • 0 new comments -
[Stdlib] Add `stol` function
#3178 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Add utf8 safeguards, fix `chr` method, add unicode and utf16 parsing for `String`
#3239 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Refactor `format_int.mojo`
#3348 commented on
Nov 21, 2024 • 0 new comments -
[stdlib] Improve `InlineArray` Initialization
#3368 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Fix `atof` precision issues and use SOTA algorithm
#3434 commented on
Nov 21, 2024 • 0 new comments -
[tools] Initial support for nix shell/develop
#3519 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Optimize `_StringSliceIter` to not have branching in forward iteration
#3546 commented on
Nov 22, 2024 • 0 new comments -
[stdlib] Move `StringRef` `find()` implementation to `Span`
#3548 commented on
Nov 21, 2024 • 0 new comments -
[stdlib] Add `array_tester` with `Tester` and `Testee` for lists
#3565 commented on
Nov 22, 2024 • 0 new comments