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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

isreadable is underdocumented and inconsistently implemented io Involving the I/O subsystem: libuv, read, write, etc.
#57942 opened Mar 30, 2025 by jakobnissen
Feature Request: Add Base.active_manifest feature Indicates new feature / enhancement requests packages Package management and loading
#57924 opened Mar 28, 2025 by oscardssmith
prevpow errors on some BigInt/BigFloat input combinations bignums BigInt and BigFloat bug Indicates an unexpected problem or unintended behavior maths Mathematical functions
#57906 opened Mar 27, 2025 by abigail-gentle
!ismi^tab does not tab complete inside function call completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)
#57772 opened Mar 14, 2025 by felixcremer
BoundsError when completing a Cmd-string in the REPL bug Indicates an unexpected problem or unintended behavior completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)
#57624 opened Mar 3, 2025 by xal-0
[REPL] Autocompletion of v = Module.Submodule.<TAB> is broken bug Indicates an unexpected problem or unintended behavior completions Tab and autocompletion in the repl regression Regression in behavior compared to a previous version regression 1.12 Regression in the 1.12 release REPL Julia's REPL (Read Eval Print Loop)
#57611 opened Mar 3, 2025 by giordano 1.12
rtol and atol for @assert like @test? feature Indicates new feature / enhancement requests
#57503 opened Feb 22, 2025 by alecloudenback
Float32/16 raised to an integer's typemin throws a DomainError bug Indicates an unexpected problem or unintended behavior maths Mathematical functions
#57464 opened Feb 19, 2025 by mbarbar
2
1
3x regression in broadcast with fused outer constructor broadcast Applying a function over a collection performance Must go faster regression 1.10 Regression in the 1.10 release
#57434 opened Feb 17, 2025 by adienes
Tighten signature of iszero and isone fallbacks? design Design of APIs or of the language itself maths Mathematical functions
#57372 opened Feb 12, 2025 by lgoettgens
Regression in autocomplete for Julia 1.10 bug Indicates an unexpected problem or unintended behavior completions Tab and autocompletion in the repl
#57307 opened Feb 7, 2025 by nilshg
(spurious?) global binding world age warning involving function that returns a huge tuple bug Indicates an unexpected problem or unintended behavior compiler:inference Type inference
#57301 opened Feb 7, 2025 by nsajko 1.12
Failure to quote symbols in pretty printing in @test failures good first issue Indicates a good issue for first-time contributors to Julia testsystem The unit testing framework and Test stdlib
#57287 opened Feb 6, 2025 by KristofferC
arr[var"end"] is the same as arr[end]
#57269 opened Feb 5, 2025 by mlechu
Timer is ~1ms too slow
#57263 opened Feb 4, 2025 by jakobnissen
MemoryRef bounds errors can be confusing arrays [a, r, r, a, y, s] display and printing Aesthetics and correctness of printed representations of objects. error messages Better, more actionable error messages good first issue Indicates a good issue for first-time contributors to Julia help wanted Indicates that a maintainer wants help on an issue or pull request
#57184 opened Jan 28, 2025 by LilithHafner
implement String(::Base.Generator) good first issue Indicates a good issue for first-time contributors to Julia help wanted Indicates that a maintainer wants help on an issue or pull request strings "Strings!"
#57072 opened Jan 16, 2025 by StefanKarpinski
Use jldoctest wherever possible docs This change adds or pertains to documentation good first issue Indicates a good issue for first-time contributors to Julia help wanted Indicates that a maintainer wants help on an issue or pull request
#56921 opened Dec 30, 2024 by LilithHafner
CSL: Potential crt version mismatch building Build system, or building Julia or its dependencies system:windows Affects only Windows
#56840 opened Dec 15, 2024 by inkydragon
bug in stack for collection of abstract arrays arrays [a, r, r, a, y, s] bug Indicates an unexpected problem or unintended behavior
#56771 opened Dec 7, 2024 by CarloLucibello
2
4
Docs information on MIMEs? display and printing Aesthetics and correctness of printed representations of objects. docs This change adds or pertains to documentation
#56768 opened Dec 6, 2024 by nathanrboyer
ProTip! Exclude everything labeled bug with -label:bug.