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

Make threadpoolsize(), threadpooltids(), and ngcthreads() public needs decision A decision on this change is needed triage This should be discussed on a triage call
#55701 opened Sep 6, 2024 by JamesWrigley Loading…
Common code not included in optionally-generated function compiler:lowering Syntax lowering (compiler front end, 2nd stage) needs decision A decision on this change is needed
#55101 opened Jul 11, 2024 by martinholters
Autocompletion triggers error in invalid AbstractDict bug Indicates an unexpected problem or unintended behavior collections Data structures holding multiple items, e.g. sets completions Tab and autocompletion in the repl needs decision A decision on this change is needed REPL Julia's REPL (Read Eval Print Loop)
#54892 opened Jun 22, 2024 by jakobnissen
Should == over ComposedFunction support missing as usual equality Issues relating to equality relations: ==, ===, isequal needs decision A decision on this change is needed
#54881 opened Jun 21, 2024 by nsajko
in(::Missing, ::Any) inconsistency collections Data structures holding multiple items, e.g. sets missing data Base.missing and related functionality needs decision A decision on this change is needed
#54407 opened May 8, 2024 by nsajko
What should the mangled names of anonymous functions and nested closures be? compiler:lowering Syntax lowering (compiler front end, 2nd stage) needs decision A decision on this change is needed
#54230 opened Apr 24, 2024 by d-netto
Show REPL tab complete hints for public names only design Design of APIs or of the language itself needs decision A decision on this change is needed REPL Julia's REPL (Read Eval Print Loop)
#51327 opened Sep 15, 2023 by IanButterworth
Unpacking in arglist vs inside function needs decision A decision on this change is needed
#51107 opened Aug 29, 2023 by jariji
hasmethod documentation change needed docs This change adds or pertains to documentation needs decision A decision on this change is needed
#48769 opened Feb 23, 2023 by vtjnash
Automatically resolve most method ambiguities feature Indicates new feature / enhancement requests needs decision A decision on this change is needed types and dispatch Types, subtyping and method dispatch
#47325 opened Oct 26, 2022 by LilithHafner
Comma in struct definition leads to error & defined singleton struct breaking This change will break code compiler:lowering Syntax lowering (compiler front end, 2nd stage) design Design of APIs or of the language itself needs decision A decision on this change is needed parser Language parsing and surface syntax
#46283 opened Aug 8, 2022 by Seelengrab
Exploiting ASAN more thoroughly in CI needs decision A decision on this change is needed test This change adds or pertains to unit tests
#44474 opened Mar 5, 2022 by timholy
behavior of @inferred breaking This change will break code needs decision A decision on this change is needed testsystem The unit testing framework and Test stdlib
#44025 opened Feb 2, 2022 by JeffBezanson
Make dot handle missings linalg triage linear algebra Linear algebra missing data Base.missing and related functionality needs decision A decision on this change is needed
#40769 opened May 10, 2021 by dkarrasch Loading…
U/u should mean week not month breaking This change will break code bug Indicates an unexpected problem or unintended behavior correctness bug ⚠ Bugs that are likely to lead to incorrect results in user code without throwing dates Dates, times, and the Dates stdlib module needs decision A decision on this change is needed
#40532 opened Apr 19, 2021 by jtrakk
Remove eltype parameter from AbstractArray and use IteratorEltype instead arrays [a, r, r, a, y, s] breaking This change will break code design Design of APIs or of the language itself needs decision A decision on this change is needed speculative Whether the change will be implemented is speculative traits Traits, sometimes called Tim Holy Traits
#39626 opened Feb 11, 2021 by bramtayl
RFC: allow ** as unary and binary operator needs decision A decision on this change is needed parser Language parsing and surface syntax
#39089 opened Jan 4, 2021 by simeonschaub Loading…
.|> should have lower precedence than -> breaking This change will break code needs decision A decision on this change is needed parser Language parsing and surface syntax
#38761 opened Dec 8, 2020 by DhruvaSambrani Potential 2.0
show REPL input numbers? needs decision A decision on this change is needed REPL Julia's REPL (Read Eval Print Loop)
#38333 opened Nov 6, 2020 by JeffBezanson
Generalize rand for OffsetArrays e.g. rand(Bool, 0:2) needs decision A decision on this change is needed randomness Random number generation and the Random stdlib
#36558 opened Jul 7, 2020 by goretkin Loading…
Parse &xas a call expression breaking This change will break code needs decision A decision on this change is needed parser Language parsing and surface syntax
#34693 opened Feb 7, 2020 by GunnarFarneback
Use of abs in the pivoting branch of the generic lufact. linear algebra Linear algebra needs decision A decision on this change is needed speculative Whether the change will be implemented is speculative
#34574 opened Jan 29, 2020 by mschauer
gcd and lcm on arrays? arrays [a, r, r, a, y, s] breaking This change will break code needs decision A decision on this change is needed
#34411 opened Jan 16, 2020 by JeffBezanson Potential 2.0
disallow scalars in cat? arrays [a, r, r, a, y, s] breaking This change will break code needs decision A decision on this change is needed
#34395 opened Jan 15, 2020 by JeffBezanson Potential 2.0
ProTip! Exclude everything labeled bug with -label:bug.