-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Label
Projects
Milestones
Assignee
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 Data structures holding multiple items, e.g. sets
hashing
hash
collisions for Pair
collections
#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 Data structures holding multiple items, e.g. sets
hashing
hash
collisions for Tuple
collections
#57282
opened Feb 6, 2025 by
nsajko
Loading…
Define specification for Data structures holding multiple items, e.g. sets
design
Design of APIs or of the language itself
map
collections
#57075
opened Jan 17, 2025 by
jariji
Support Data structures holding multiple items, e.g. sets
iteration
Involves iteration or the iteration protocol
sorting
Put things in order
sort(keys(::Dict))
and sort(values(::Dict))
collections
#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
eltype
inference for Iterators.map
could be more precise
collections
#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 Data structures holding multiple items, e.g. sets
docs
This change adds or pertains to documentation
equality
Issues relating to equality relations: ==, ===, isequal
hashing
Set
to clarify that types need hash
defined to serve as elements of a Set
, not just isequal
.
collections
#56020
opened Oct 7, 2024 by
sadish-d
Allow [a, r, r, a, y, s]
collections
Data structures holding multiple items, e.g. sets
stack
on empty collection
arrays
#55735
opened Sep 11, 2024 by
jariji
define generic Data structures holding multiple items, e.g. sets
in
in terms of any
collections
#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 Data structures holding multiple items, e.g. sets
re-land
This relands a PR that was previously merged but was later reverted.
reverse(::NTuple)
collections
#55394
opened Aug 6, 2024 by
nsajko
Loading…
suboptimal abstract return type inference involving 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
getindex(::Tuple)
collections
#55155
opened Jul 17, 2024 by
nsajko
prevent specialization for unused argument: Data structures holding multiple items, e.g. sets
compiler:latency
Compiler latency
argtail
, _front
collections
#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 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)
AbstractDict
bug
#54892
opened Jun 22, 2024 by
jakobnissen
sum(I -> A[I], CartesianIndices(A); dims=1)
needs initial value in order to work
arrays
#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 Data structures holding multiple items, e.g. sets
feature
Indicates new feature / enhancement requests
Base.setindex
collections
#54508
opened May 17, 2024 by
rayegun
in(::Missing, ::Any)
inconsistency
collections
#54407
opened May 8, 2024 by
nsajko
We should have no throw Data structures holding multiple items, e.g. sets
performance
Must go faster
setindex!
for existing indices.
collections
#54242
opened Apr 25, 2024 by
Tokazama
Document that Data structures holding multiple items, e.g. sets
docs
This change adds or pertains to documentation
get!
may mutate Dict
collections
#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…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.