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

Increase stack size to 8 MB?
#54998 opened Jul 2, 2024 by MilesCranmer
Anomalous “JuliaSyntax parser failed” error - julia 1.11.0-DEV.715 domain:error messages Better, more actionable error messages parser Language parsing and surface syntax
#54989 opened Jul 1, 2024 by ghjwp7
Base.Iterators: delete the cycle(iter, n) method, at least until the API for stateful iterators is worked out? design Design of APIs or of the language itself domain:iteration Involves iteration or the iteration protocol
#54986 opened Jul 1, 2024 by nsajko 1.11
Subtle change in Array behavior w.r.t finalizers after Memory domain:arrays [a, r, r, a, y, s] domain:docs This change adds or pertains to documentation GC Garbage collector
#54985 opened Jul 1, 2024 by vchuravy
USE_BINARYBUILDER_LLVM=0 doesn't work on windows compiler:llvm For issues that relate to LLVM domain:building Build system, or building Julia or its dependencies system:windows Affects only Windows
#54981 opened Jun 29, 2024 by Zentrik
Typing Memory.body() crashes Julia. kind:bug Indicates an unexpected problem or unintended behavior
#54969 opened Jun 28, 2024 by andrewmcconnell
Drop OBJPROFILE? GC Garbage collector
#54968 opened Jun 28, 2024 by d-netto
length() no longer works with Iterators.Stateful in Julia 1.11rc1 domain:iteration Involves iteration or the iteration protocol
#54953 opened Jun 27, 2024 by s-fuerst
REPLExt for Pkg no longer loads when loading a custom Pkg domain:packages Package management and loading
#54941 opened Jun 26, 2024 by KristofferC
External Pkg always recompiles upon loading compiler:precompilation Precompilation of modules domain:packages Package management and loading
#54940 opened Jun 26, 2024 by KristofferC 1.12
Overrides.toml broken on master
#54930 opened Jun 25, 2024 by barche 1.11
Concatenation of string constants isn't concretely evaluated, but is inferred as a Const compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) domain:strings "Strings!"
#54921 opened Jun 24, 2024 by Seelengrab
maximum(abs, ::Array{Complex{Int}}; dims=...) fails with an internal error domain:fold sum, maximum, reduce, foldl, etc. kind:bug Indicates an unexpected problem or unintended behavior
#54920 opened Jun 24, 2024 by eschnett
Allow type variables with do syntax kind:feature Indicates new feature / enhancement requests status:triage This should be discussed on a triage call
#54915 opened Jun 24, 2024 by PatrickHaecker
RFC: Export versioning design Design of APIs or of the language itself
#54905 opened Jun 23, 2024 by Keno
Add strict mechanism for opting into stricter subsets of the language design Design of APIs or of the language itself kind:feature Indicates new feature / enhancement requests
#54903 opened Jun 23, 2024 by Keno
JET linting error from wrap on Array (on 1.11) domain:arrays [a, r, r, a, y, s]
#54900 opened Jun 23, 2024 by KristofferC
ProTip! Adding no:label will show everything without a label.