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

Documented check for uniqueness in Set collection collections Data structures holding multiple items, e.g. sets docs This change adds or pertains to documentation
#57489 opened Feb 21, 2025 by TenzinCHW
prevent unnecessary hash collisions for Pair collections Data structures holding multiple items, e.g. sets hashing
#57285 opened Feb 6, 2025 by nsajko Loading…
Structural hash collisions collections Data structures holding multiple items, e.g. sets hashing
#57284 opened Feb 6, 2025 by bbrehm
prevent unnecessary hash collisions for Tuple collections Data structures holding multiple items, e.g. sets hashing
#57282 opened Feb 6, 2025 by nsajko Loading…
Define specification for map collections Data structures holding multiple items, e.g. sets design Design of APIs or of the language itself
#57075 opened Jan 17, 2025 by jariji
Support sort(keys(::Dict)) and sort(values(::Dict)) collections Data structures holding multiple items, e.g. sets iteration Involves iteration or the iteration protocol sorting Put things in order
#56978 opened Jan 6, 2025 by LilithHafner Loading…
Add append(_, _) and ++ collections Data structures holding multiple items, e.g. sets feature Indicates new feature / enhancement requests
#56943 opened Jan 4, 2025 by jariji Draft
eltype inference for Iterators.map could be more precise collections Data structures holding multiple items, e.g. sets invalid Indicates that an issue or pull request is no longer relevant iteration Involves iteration or the iteration protocol
#56891 opened Dec 23, 2024 by ehehela
replace for non-collection arguments collections Data structures holding multiple items, e.g. sets
#56578 opened Nov 16, 2024 by tillfalko
Add documentation to Set to clarify that types need hash defined to serve as elements of a Set, not just isequal. collections Data structures holding multiple items, e.g. sets docs This change adds or pertains to documentation equality Issues relating to equality relations: ==, ===, isequal hashing
#56020 opened Oct 7, 2024 by sadish-d
Allow stack on empty collection arrays [a, r, r, a, y, s] collections Data structures holding multiple items, e.g. sets
#55735 opened Sep 11, 2024 by jariji
define generic in in terms of any collections Data structures holding multiple items, e.g. sets
#55669 opened Sep 2, 2024 by matthias314 Loading…
Base.last(::Tuple,::Integer) and Base.first(::Tuple,::Integer) return Vectors collections Data structures holding multiple items, e.g. sets feature Indicates new feature / enhancement requests
#55427 opened Aug 8, 2024 by jecs
slightly better type inference for reverse(::NTuple) collections Data structures holding multiple items, e.g. sets re-land This relands a PR that was previously merged but was later reverted.
#55394 opened Aug 6, 2024 by nsajko Loading…
suboptimal abstract return type inference involving getindex(::Tuple) collections Data structures holding multiple items, e.g. sets compiler:inference Type inference feature Indicates new feature / enhancement requests types and dispatch Types, subtyping and method dispatch
#55155 opened Jul 17, 2024 by nsajko
prevent specialization for unused argument: argtail, _front collections Data structures holding multiple items, e.g. sets compiler:latency Compiler latency
#55154 opened Jul 17, 2024 by nsajko Loading…
make Base.setindex() public collections Data structures holding multiple items, e.g. sets feature Indicates new feature / enhancement requests needs news A NEWS entry is required for this change
#55129 opened Jul 15, 2024 by aplavin Loading…
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
sum(I -> A[I], CartesianIndices(A); dims=1) needs initial value in order to work arrays [a, r, r, a, y, s] collections Data structures holding multiple items, e.g. sets
#54875 opened Jun 21, 2024 by vargonis
Add a concept of memory-backed contiguous collection in Base arrays [a, r, r, a, y, s] collections Data structures holding multiple items, e.g. sets
#54581 opened May 26, 2024 by jakobnissen
Multi index Base.setindex collections Data structures holding multiple items, e.g. sets feature Indicates new feature / enhancement requests
#54508 opened May 17, 2024 by rayegun
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
We should have no throw setindex! for existing indices. collections Data structures holding multiple items, e.g. sets performance Must go faster
#54242 opened Apr 25, 2024 by Tokazama
Document that get! may mutate Dict collections Data structures holding multiple items, e.g. sets docs This change adds or pertains to documentation
#54164 opened Apr 20, 2024 by nalimilan Loading…
implement mergewith(combine, ::NamedTuple, ...) collections Data structures holding multiple items, e.g. sets feature Indicates new feature / enhancement requests
#53558 opened Mar 2, 2024 by aplavin Loading…
ProTip! Add no:assignee to see everything that’s not assigned.