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

#3520 - [Feature Request] [stdlib] A Foreign Function Interfacing exclusive package (`ffi`)

Issue - State: open - Opened by martinvuyk about 2 months ago
Labels: enhancement, needs-discussion, mojo-repo

#3519 - [tools] Initial support for nix shell/develop

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

#3518 - [BUG] Unable to use formatter in Mojo Playground

Issue - State: open - Opened by Brian-M-J about 2 months ago - 1 comment
Labels: bug

#3517 - [BUG] mojo build failed because ld cannot find -lz -ltinfo

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

#3516 - [stdlib] Update the error msg to instruct using magic when compiler mismatches

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

#3515 - [BUG] LLVM ERROR: out of memory

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

#3514 - [Feature Request] Rename the `Sized` trait (perhaps to `Countable`)

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

#3513 - [stdlib] Implement Python-like base64 encoding/decoding

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

#3512 - [stdlib] Add Tuple logic dunder methods

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

#3512 - [stdlib] Add Tuple logic dunder methods

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

#3511 - [BUG] The field storing the number of items in a List or Dict should be named "length", not "size"

Issue - State: open - Opened by nmsmith about 2 months ago - 7 comments
Labels: enhancement, mojo-repo

#3510 - [BUG] `PythonObject` doesn't handle large `UInt64` correctly

Issue - State: open - Opened by soraros about 2 months ago - 3 comments
Labels: bug, good first issue, help wanted, mojo-repo

#3509 - [stdlib] Add `Arc.count()`

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

#3508 - [stdlib] Implement difference between pointers

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

#3506 - [stdlib] Fix chr impl taking funcs to string_slice and separating

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

#3505 - [Docs] Typo: "callee" should be "caller"

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

#3499 - [docs] Docs typo fixes

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

#3498 - [Docs] typo: "callee" -> "caller"

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

#3497 - [stdlib] Simplify `Int.__floordiv__` and friends

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

#3496 - [stdlib] Add full unicode support for character casing functions

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

#3495 - [stdlib] Modify `String.__repr__` to handle multi-byte UTF-8 characters

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

#3494 - [BUG][LSP] Unicode breaks LSP

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

#3493 - [Modular CLI] Crash after `magic shell` and hitting the `Run Mojo File` btn in vscode

Issue - State: closed - Opened by Julian-J-S about 2 months ago - 4 comments
Labels: bug, mojo-repo, Area: IDEs

#3491 - [stdlib] Make `UInt` `Hashable` again

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

#3490 - [BUG] Can't return a mutable reference

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

#3489 - Add `url` ID to docs issue template

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

#3487 - [Docs] Document how to use the VScode debugger when running the stdlib tests

Issue - State: open - Opened by gabrieldemarmiesse about 2 months ago - 1 comment
Labels: enhancement, mojo-repo, Area: Debugging

#3486 - [stdlib] Make `UInt` `Hashable`

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

#3485 - [stdlib] `String.join()` and `StringLiteral.join()` ~x1300 speed-up

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

#3483 - [BUG] parallelize won't work with local variables (they turn to uninitialized)

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

#3480 - [BUG] Return values are correct, but REPL reports incorrect

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

#3479 - [BUG] Program with input() crashes when run directly by mojo CLI

Issue - State: closed - Opened by KenJones-Modular 2 months ago - 1 comment
Labels: bug, mojo-repo

#3476 - [stdlib] Add a new hash function based on AHash algorithm

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

#3475 - [docs] Remove rebind section in roadmap and update condicional conformance

Pull Request - State: closed - Opened by msaelices 2 months ago - 4 comments
Labels: imported-internally, merged-internally, merged-externally

#3473 - [BUG] Mojo destroys value too eagerly

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

#3471 - [BUG] Compiler crash in recursive function

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

#3470 - [BUG] segfault with parallelize

Issue - State: open - Opened by f-saez 2 months ago
Labels: bug, mojo-repo

#3469 - [docs] Delete rogue paren in docs

Pull Request - State: closed - Opened by canyoncat 2 months ago - 3 comments
Labels: imported-internally, merged-internally, merged-externally

#3456 - [BUG] `__repr__` returns bytes soup for non ASCII, but valid UTF-8 chars

Issue - State: closed - Opened by mzaks 2 months ago
Labels: bug, good first issue, help wanted, mojo-repo

#3453 - [stdlib] Use ownership ops in `Uninit` to remove pointer indirection.

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

#3450 - [stdlib] Implement Weak[T] refs for Arc[T]

Pull Request - State: open - Opened by szbergeron 2 months ago - 1 comment

#3446 - [BUG] b64decode does not handle whitespaces

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

#3443 - [stdlib] Use SIMD to make `b64encode` 4.7x faster

Pull Request - State: open - Opened by gabrieldemarmiesse 2 months ago - 6 comments

#3438 - [stdlib] Complete the string literals signature to match the `String` one

Pull Request - State: closed - Opened by msaelices 2 months ago - 3 comments
Labels: imported-internally, merged-internally, merged-externally

#3437 - [BUG] `cannot implicitly convert 'K' value to 'K' in assignment` in condicional conformance

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

#3436 - [stdlib] Faster hashing logic in string-keyed dicts (~2x speed-up)

Pull Request - State: open - Opened by msaelices 2 months ago - 1 comment

#3434 - [stdlib] Fix `atof` precision issues and use SOTA algorithm

Pull Request - State: open - Opened by gabrieldemarmiesse 3 months ago - 13 comments

#3429 - [Magic CLI] error starting magic shell as notebook cell script (%%mojo)

Issue - State: open - Opened by RefinedSoftwareLLC 3 months ago - 2 comments
Labels: mojo-repo, magic-cli

#3428 - [Magic CLI] magic telemetry cannot find config

Issue - State: open - Opened by RefinedSoftwareLLC 3 months ago
Labels: mojo-repo, magic-cli

#3427 - [stdlib] Faster hashing logic in string-keyed dicts (~x2 speed-up)

Pull Request - State: closed - Opened by msaelices 3 months ago - 2 comments

#3426 - [stdlib] Implement `join()` with variadic params in string literals

Pull Request - State: open - Opened by msaelices 3 months ago - 1 comment
Labels: imported-internally

#3424 - [Docs]

Issue - State: open - Opened by kmptkp 3 months ago - 1 comment
Labels: mojo-repo

#3423 - [BUG] Mojo compiler pretty prints `ImmutableStaticLifetime` incorrectly

Issue - State: open - Opened by soraros 3 months ago - 1 comment
Labels: bug, mojo-repo, Area: Language Server

#3423 - [BUG] Mojo compiler pretty prints `ImmutableStaticLifetime` incorrectly

Issue - State: open - Opened by soraros 3 months ago - 1 comment
Labels: bug, mojo-repo, Area: Language Server

#3401 - [stdlib] Make utf8 validation ~10-13x faster on neon and sse4

Pull Request - State: closed - Opened by gabrieldemarmiesse 3 months ago - 16 comments
Labels: imported-internally, merged-internally, merged-externally

#3398 - [BUG] Calling `__mlir_op` with wrong attributes sometimes causes crash

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

#3395 - [stdlib] Fix `String.lstrip()` TODO item because of llvm intrinsics issue at compile time

Pull Request - State: open - Opened by msaelices 3 months ago - 4 comments
Labels: blocked

#3394 - [BUG] crash when trying to run open3d.visualization.draw(mesh)

Issue - State: open - Opened by KrmBab 3 months ago
Labels: bug, mojo-repo, python-interop

#3393 - [BUG] mlir types confuse overload resolution

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

#3390 - Generalize `init` argument convention with named result slots

Issue - State: open - Opened by Mogball 3 months ago - 9 comments
Labels: enhancement, mojo-repo

#3388 - [stdlib] Implicit conversion from `None` to `UnsafePointer`

Pull Request - State: closed - Opened by helehex 3 months ago - 2 comments

#3383 - mojo slower that python

Issue - State: closed - Opened by Sergeiprogrammer 3 months ago - 3 comments
Labels: bug, mojo-repo

#3378 - [stdlib] Add proposal for hardware time stamp counter support

Pull Request - State: open - Opened by owenhilyard 3 months ago - 4 comments

#3372 - [stdlib] assertion overloads for `List`

Pull Request - State: closed - Opened by jjvraw 3 months ago - 6 comments
Labels: imported-internally, merged-internally, merged-externally

#3365 - [stdlib] `csv` package and `reader` implementation

Pull Request - State: closed - Opened by msaelices 3 months ago - 14 comments

#3331 - [Feature Request] Auto-importing in VS Code

Issue - State: open - Opened by DanielEdrisian 4 months ago - 4 comments
Labels: enhancement, mojo-repo, Initiative: IDEs, Area: Language Server

#3319 - [BUG] `print(None)` doesn't work anymore

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

#3316 - [BUG] Top level `var` segfaults when used from package

Issue - State: closed - Opened by helehex 4 months ago - 5 comments
Labels: bug, mojo-repo

#3316 - [BUG] Top level `var` segfaults when used from package

Issue - State: closed - Opened by helehex 4 months ago - 5 comments
Labels: bug, mojo-repo

#3311 - [BUG] global variable initialized from num_performance_cores() become 0 after compile

Issue - State: closed - Opened by SynodicMonth 4 months ago - 5 comments
Labels: bug, mojo-repo

#3311 - [BUG] global variable initialized from num_performance_cores() become 0 after compile

Issue - State: closed - Opened by SynodicMonth 4 months ago - 5 comments
Labels: bug, mojo-repo

#3307 - [stdlib] Introduce modular exponentation via `pow(Int, Int, Int)`

Pull Request - State: closed - Opened by jjvraw 4 months ago - 8 comments
Labels: imported-internally

#3300 - [BUG] Mojo SDK post-install test failures

Issue - State: closed - Opened by Serotonin333 4 months ago - 1 comment
Labels: bug, modular-cli, mojo-repo

#3294 - [Feature Request] Make `StringRef.find` call `StringSlice.find`

Issue - State: open - Opened by gabrieldemarmiesse 4 months ago - 1 comment
Labels: enhancement, mojo-repo

#3294 - [Feature Request] Make `StringRef.find` call `StringSlice.find`

Issue - State: open - Opened by gabrieldemarmiesse 4 months ago - 1 comment
Labels: enhancement, mojo-repo

#3291 - [Docs] Suggestion: link to python types docs in module | Dict

Issue - State: open - Opened by tom-rigelblu 4 months ago
Labels: mojo, mojo-repo

#3284 - [stdlib] Make implicit copy stricter for a few types (part 1)

Pull Request - State: open - Opened by gabrieldemarmiesse 4 months ago
Labels: blocked

#3283 - [stdlib] Remove `CollectionElementNew` and use only `CollectionElement`

Pull Request - State: open - Opened by gabrieldemarmiesse 4 months ago
Labels: blocked

#3282 - [stdlib] Remove `Copyable` from `CollectionElement`

Pull Request - State: open - Opened by gabrieldemarmiesse 4 months ago
Labels: blocked

#3281 - [BUG] Mojo should block mutating `__getitem__ -> ref ...` call on `alias`

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

#3276 - [stdlib] Make `FileDescriptor` conform to `CollectionElement` trait

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

#3269 - [stdlib] Better `Dict` benchmarks

Pull Request - State: closed - Opened by martinvuyk 4 months ago - 8 comments
Labels: imported-internally, merged-internally, merged-externally

#3263 - [Docs] __new__ is not mentioned outside of the Change Log.

Issue - State: closed - Opened by nevdelap 4 months ago - 4 comments
Labels: mojo, mojo-repo

#3257 - [stdlib] Add `FileHandle` iterator and UTF-8 safeguards

Pull Request - State: closed - Opened by martinvuyk 4 months ago

#3255 - [Docs] Update Tensor docs

Issue - State: closed - Opened by FireBirdJZ 4 months ago - 1 comment
Labels: mojo-repo

#3222 - [stdlib] Bug repro #3066

Pull Request - State: closed - Opened by soraros 4 months ago

#3191 - [docs] Fix typos in changelog.md

Pull Request - State: closed - Opened by Brian-M-J 4 months ago - 3 comments
Labels: imported-internally, merged-internally, merged-externally

#3188 - [Feature Request] REPL should print return values

Issue - State: closed - Opened by GTP95 4 months ago - 1 comment
Labels: enhancement, mojo-repo

#3187 - [docs] Fix typo in changelog.md

Pull Request - State: closed - Opened by Brian-M-J 4 months ago - 4 comments
Labels: imported-internally, merged-internally, merged-externally

#3160 - [stdlib] Make `Slice` step `Optional`

Pull Request - State: open - Opened by bgreni 4 months ago - 5 comments
Labels: imported-internally

#3153 - [stdlib] Make trait `CollectionElement` inherit from `ExplicitlyCopyable`

Pull Request - State: open - Opened by gabrieldemarmiesse 5 months ago - 7 comments
Labels: imported-internally, blocked

#3116 - [Docs] Vectorize docs are outdated

Issue - State: closed - Opened by martinvuyk 5 months ago - 2 comments
Labels: mojo, mojo-repo

#3097 - [BUG] Parser crash when a overload for a trait method is added

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

#3092 - [BUG] crash when attempting to use MAC mps when wrapping PyTorch

Issue - State: open - Opened by mytechnotalent 5 months ago
Labels: bug, mojo-repo, python-interop

#3082 - [BUG] Program Crash on generating simple data.

Issue - State: open - Opened by mytechnotalent 5 months ago - 1 comment
Labels: bug, mojo-repo, python-interop