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

Failure to paste multiline code ending with , into REPL on Windows in nightly parser Language parsing and surface syntax REPL Julia's REPL (Read Eval Print Loop)
#57154 opened Jan 24, 2025 by KristofferC 1.12
Julia v1.11.3 and v1.10.8 stalling precompilation with [email protected] performance Must go faster types and dispatch Types, subtyping and method dispatch
#57152 opened Jan 24, 2025 by oschulz
v1.12 throws UndefVarError: not defined in local scope for variable renamed in function before being captured by a closure bug Indicates an unexpected problem or unintended behavior compiler:lowering Syntax lowering (compiler front end, 2nd stage) regression 1.12 Regression in the 1.12 release
#57141 opened Jan 23, 2025 by nickrobinson251
Core.Intrinsics.fpext cannot extend Float16 to Float16 bug Indicates an unexpected problem or unintended behavior compiler:codegen Generation of LLVM IR and native code float16
#57130 opened Jan 22, 2025 by eschnett
exp10(::BigFloat) is inaccurate on FreeBSD AArch64 unless MPFR is preloaded bignums BigInt and BigFloat bug Indicates an unexpected problem or unintended behavior system:arm ARMv7 and AArch64 system:freebsd Affects only FreeBSD
#57121 opened Jan 21, 2025 by ararslan
Regression in multithreaded workload from 1.10 to 1.11 multithreading Base.Threads and related functionality regression 1.11 Regression in the 1.11 release
#57118 opened Jan 21, 2025 by jakobnissen
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
range() fails for some UInt64 lengths ranges Everything AbstractRange
#57113 opened Jan 21, 2025 by ajalexei
Some of the CI tests fail when using MMTk GC Garbage collector test This change adds or pertains to unit tests
#57103 opened Jan 20, 2025 by udesou
type inference hang on nightly since #56880 bug Indicates an unexpected problem or unintended behavior compiler:inference Type inference
#57098 opened Jan 19, 2025 by benlorenz 1.12
Iterating a tuple taints :terminates_locally compiler:effects effect analysis feature Indicates new feature / enhancement requests
#57097 opened Jan 19, 2025 by LilithHafner
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
repr on expressions containing $ or a keyword as identifier is not re-evaluable display and printing Aesthetics and correctness of printed representations of objects.
#57076 opened Jan 17, 2025 by lucaferranti
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
implement String(::Base.Generator) good first issue Indicates a good issue for first-time contributors to Julia help wanted Indicates that a maintainer wants help on an issue or pull request strings "Strings!"
#57072 opened Jan 16, 2025 by StefanKarpinski
Delete map(f, ::AbstractString) special case breaking This change will break code iteration Involves iteration or the iteration protocol strings "Strings!"
#57071 opened Jan 16, 2025 by LilithHafner
Should false * 1//0 == 0//1? design Design of APIs or of the language itself maths Mathematical functions
#57068 opened Jan 16, 2025 by LilithHafner
@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
Assertion failure during undefined variable error reporting regression Regression in behavior compared to a previous version
#57057 opened Jan 15, 2025 by maleadt 1.12
ProTip! Exclude everything labeled bug with -label:bug.