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

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
breaking change in names modules
#54885 opened Jun 22, 2024 by thofma
Source build of 1.12.0 on macOS ARM: 1cd47c3094 breaks JuliaInterpreter and Revise kind:bug Indicates an unexpected problem or unintended behavior kind:regression Regression in behavior compared to a previous version regression 1.12 Regression in the 1.12 release
#54883 opened Jun 22, 2024 by George9000
Should == over ComposedFunction support missing as usual domain:equality Issues relating to equality relations: ==, ===, isequal needs decision A decision on this change is needed
#54881 opened Jun 21, 2024 by nsajko
Slow type inference
#54879 opened Jun 21, 2024 by mhauru
Segfault when loading conflicting @ccallable names from multiple pkgimages kind:bug Indicates an unexpected problem or unintended behavior
#54878 opened Jun 21, 2024 by topolarity
sum(I -> A[I], CartesianIndices(A); dims=1) needs initial value in order to work domain:arrays [a, r, r, a, y, s] domain:collections Data structures holding multiple items, e.g. sets
#54875 opened Jun 21, 2024 by vargonis
In-place circshift!(arr, shifts) domain:arrays [a, r, r, a, y, s] kind:feature Indicates new feature / enhancement requests
#54868 opened Jun 20, 2024 by jariji
ProTip! no:milestone will show everything without a milestone.