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

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 Types, subtyping and method dispatch
#57813 opened Mar 18, 2025 by nsajko
JULIA_WAIT_FOR_TRACY=1 doesn't work observability metrics, timing, understandability, reflection, logging, ...
#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
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
could firstindex be changed to return isbits for the AbstractArray subtypes defined in Base arrays [a, r, r, a, y, s] performance Must go faster ranges Everything AbstractRange
#57636 opened Mar 4, 2025 by nsajko
code_warntype(::String, ::Function, ::DataType) overflows the stack bug Indicates an unexpected problem or unintended behavior stdlib Julia's standard library
#57597 opened Mar 1, 2025 by nsajko
NEWS for the binding partition changes? docs This change adds or pertains to documentation
#57596 opened Mar 1, 2025 by nsajko 1.12
if @generated functions missing source file and line number information bug Indicates an unexpected problem or unintended behavior observability metrics, timing, understandability, reflection, logging, ...
#57572 opened Feb 28, 2025 by nsajko
make showarg public? design Design of APIs or of the language itself display and printing Aesthetics and correctness of printed representations of objects.
#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
#57301 opened Feb 7, 2025 by nsajko 1.12
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 rand! for an array of Float64 is slowed down by the explicit SIMD when the array is small enough arrays [a, r, r, a, y, s] performance Must go faster randomness Random number generation and the Random stdlib
#57114 opened Jan 21, 2025 by nsajko
Julia dislikes living under a file system path including : bug Indicates an unexpected problem or unintended behavior compiler:precompilation Precompilation of modules packages Package management and loading
#57092 opened Jan 18, 2025 by nsajko
@allocated false positive on v1.12? regression Regression in behavior compared to a previous version regression 1.12 Regression in the 1.12 release testsystem The unit testing framework and Test stdlib
#57064 opened Jan 16, 2025 by nsajko 1.12
safer, more foolproof hash: make hash return an opaque value, and take that type as the second argument breaking This change will break code design Design of APIs or of the language itself hashing speculative Whether the change will be implemented is speculative
#57055 opened Jan 15, 2025 by nsajko
a failure to infer :consistent compiler:effects effect analysis types and dispatch Types, subtyping and method dispatch
#56966 opened Jan 6, 2025 by nsajko
Instruction does not dominate all uses! error after the bump to LLVM 18 bug Indicates an unexpected problem or unintended behavior compiler:llvm For issues that relate to LLVM regression Regression in behavior compared to a previous version regression 1.12 Regression in the 1.12 release
#56909 opened Dec 27, 2024 by nsajko
HasEltype and EltypeUnknown should be public from Base? design Design of APIs or of the language itself docs This change adds or pertains to documentation iteration Involves iteration or the iteration protocol
#56898 opened Dec 24, 2024 by nsajko
should x // y such that iszero(x) && iszero(y) throw an ArgumentError or a DivideError? error handling Handling of exceptions by Julia or the user maths Mathematical functions rationals The Rational type and values thereof
#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: Union{Tuple{}, Tuple{Int64, Vararg{Int64, N}} where {N}} into Tuple{Vararg{Int64}}? feature Indicates new feature / enhancement requests types and dispatch Types, subtyping and method dispatch
#56732 opened Dec 2, 2024 by nsajko
ProTip! Adding no:label will show everything without a label.