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

Drop OBJPROFILE? GC Garbage collector
#54968 opened Jun 28, 2024 by d-netto
uninitialized typed global can only be imported qualified and not directly kind:bug Indicates an unexpected problem or unintended behavior
#54954 opened Jun 27, 2024 by schlichtanders
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
GC is too lazy, sometimes GC Garbage collector
#54937 opened Jun 26, 2024 by sprig
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
#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
Double counting test broken on i686-linux system:linux Affects only Linux system:32-bit Affects only 32-bit systems
#54895 opened Jun 23, 2024 by IanButterworth
Foo{T >: Int} gives ERROR: UndefVarError: T not defined domain:types and dispatch Types, subtyping and method dispatch testsystem The unit testing framework and Test stdlib
#54893 opened Jun 22, 2024 by Roger-luo
ProTip! Adding no:label will show everything without a label.