Skip to content

Issues: JuliaLang/julia

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Feature request: Non allocating sort for tuple domain:sorting Put things in order kind:feature Indicates new feature / enhancement requests
#54489 opened May 16, 2024 by jw3126
@doc (MD object) doesn't print with horizontal bars between methods, which can mislead the reader. docsystem The documentation building system domain:display and printing Aesthetics and correctness of printed representations of objects. domain:docs This change adds or pertains to documentation status:help wanted Indicates that a maintainer wants help on an issue or pull request
#54486 opened May 15, 2024 by NHDaly
checked_rem and checked_mod don't follow the same promotion rules as regular rem and mod domain:maths Mathematical functions kind:bug Indicates an unexpected problem or unintended behavior
#54485 opened May 15, 2024 by NHDaly
Julia's target parsing/detecting deserves a refactor compiler:llvm For issues that relate to LLVM pkgimage
#54482 opened May 15, 2024 by gbaraldi
Broadcast with missing destroys sparsity domain:missing data Base.missing and related functionality kind:bug Indicates an unexpected problem or unintended behavior
#54467 opened May 14, 2024 by LilithHafner
Interest for an Iterators.nth(x, n) API? kind:feature Indicates new feature / enhancement requests
#54454 opened May 13, 2024 by ghyatzo
Race Condition: Test.@test_logs is not thread safe. domain:multithreading Base.Threads and related functionality good first issue Indicates a good issue for first-time contributors to Julia kind:bug Indicates an unexpected problem or unintended behavior testsystem The unit testing framework and Test stdlib
#54439 opened May 10, 2024 by NHDaly
a compiler flag to ignore all uses of @assume_effects? kind:feature Indicates new feature / enhancement requests
#54436 opened May 10, 2024 by nsajko
New copystring function domain:arrays [a, r, r, a, y, s] domain:strings "Strings!"
#54424 opened May 9, 2024 by nhz2
Basic use of StaticArrays and begin ... end leads to GC error (probable corruption) backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 compiler:codegen Generation of LLVM IR and native code GC Garbage collector kind:bug Indicates an unexpected problem or unintended behavior
#54422 opened May 9, 2024 by kbarros
Heap snapshot does not seem to work anymore on 1.11 (in chrome profile loader) kind:regression Regression in behavior compared to a previous version profiler
#54414 opened May 8, 2024 by KristofferC
ProTip! Adding no:label will show everything without a label.