- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
segfault and memory corruption in type instantiation, possibly because of integer overflow?
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
#57814
opened Mar 18, 2025 by
nsajko
OutOfMemoryError
for Tuple{Vararg{T, N}} where {T}
for large N::Int
types and dispatch
#57813
opened Mar 18, 2025 by
nsajko
JULIA_WAIT_FOR_TRACY=1
doesn't work
observability
#57791
opened Mar 16, 2025 by
nsajko
counterexample for subtyping transitivity involving types of types
types and dispatch
Types, subtyping and method dispatch
#57754
opened Mar 13, 2025 by
nsajko
nondeterminism in invalidation between recompilations of Julia
invalidations
MWE wanted
#57716
opened Mar 11, 2025 by
nsajko
error during REPL precompilation on CI while trying to exercise the shell mode
ci
Continuous integration
REPL
Julia's REPL (Read Eval Print Loop)
#57688
opened Mar 8, 2025 by
nsajko
return type inference regression for accessing the Type inference
invalidations
regression 1.12
Regression in the 1.12 release
parameters
field of nonconrete subtypes of DataType
compiler:inference
#57667
opened Mar 7, 2025 by
nsajko
could [a, r, r, a, y, s]
performance
Must go faster
ranges
Everything AbstractRange
firstindex
be changed to return isbits for the AbstractArray
subtypes defined in Base
arrays
#57636
opened Mar 4, 2025 by
nsajko
code_warntype(::String, ::Function, ::DataType)
overflows the stack
bug
#57597
opened Mar 1, 2025 by
nsajko
if @generated
functions missing source file and line number information
bug
#57572
opened Feb 28, 2025 by
nsajko
make Design of APIs or of the language itself
display and printing
Aesthetics and correctness of printed representations of objects.
showarg
public?
design
#57513
opened Feb 24, 2025 by
nsajko
method static parameter matching bug involving a lower bound on a type parameter: parameter should be defined but is not
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
#57427
opened Feb 16, 2025 by
nsajko
(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
misleading printing of value type parameters
display and printing
Aesthetics and correctness of printed representations of objects.
types and dispatch
Types, subtyping and method dispatch
#57189
opened Jan 28, 2025 by
nsajko
the variant of [a, r, r, a, y, s]
performance
Must go faster
randomness
Random number generation and the Random stdlib
rand!
for an array of Float64
is slowed down by the explicit SIMD when the array is small enough
arrays
#57114
opened Jan 21, 2025 by
nsajko
Julia dislikes living under a file system path including Indicates an unexpected problem or unintended behavior
compiler:precompilation
Precompilation of modules
packages
Package management and loading
:
bug
#57092
opened Jan 18, 2025 by
nsajko
@allocated
false positive on v1.12?
regression
safer, more foolproof This change will break code
design
Design of APIs or of the language itself
hashing
speculative
Whether the change will be implemented is speculative
hash
: make hash
return an opaque value, and take that type as the second argument
breaking
#57055
opened Jan 15, 2025 by
nsajko
a failure to infer effect analysis
types and dispatch
Types, subtyping and method dispatch
:consistent
compiler:effects
#56966
opened Jan 6, 2025 by
nsajko
Instruction does not dominate all uses!
error after the bump to LLVM 18
bug
#56909
opened Dec 27, 2024 by
nsajko
should Handling of exceptions by Julia or the user
maths
Mathematical functions
rationals
The Rational type and values thereof
x // y
such that iszero(x) && iszero(y)
throw an ArgumentError
or a DivideError
?
error handling
#56754
opened Dec 4, 2024 by
nsajko
flaky allocation amount test: Compiler/codegen
ci
Continuous integration
compiler:codegen
Generation of LLVM IR and native code
system:mac
Affects only macOS
#56748
opened Dec 4, 2024 by
nsajko
type normalization: Indicates new feature / enhancement requests
types and dispatch
Types, subtyping and method dispatch
Union{Tuple{}, Tuple{Int64, Vararg{Int64, N}} where {N}}
into Tuple{Vararg{Int64}}
?
feature
#56732
opened Dec 2, 2024 by
nsajko
Previous Next
ProTip!
Adding no:label will show everything without a label.