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

more informative @test x ≈ y failure message stdlib Julia's standard library testsystem The unit testing framework and Test stdlib
#55812 opened Sep 19, 2024 by stevengj
@which and dispatch disagree in obscure case domain:types and dispatch Types, subtyping and method dispatch kind:bug Indicates an unexpected problem or unintended behavior
#55810 opened Sep 18, 2024 by Socob
Dispatch performance regression compiler:latency Compiler latency domain:types and dispatch Types, subtyping and method dispatch performance Must go faster regression 1.9 Regression in the 1.9 release
#55807 opened Sep 18, 2024 by charleskawczynski
Improve MethodError type abreviation domain:display and printing Aesthetics and correctness of printed representations of objects. domain:error messages Better, more actionable error messages
#55804 opened Sep 18, 2024 by oscardssmith
ntuple eltype depends on tuple length for UInt64 kind:bug Indicates an unexpected problem or unintended behavior status:help wanted Indicates that a maintainer wants help on an issue or pull request
#55790 opened Sep 17, 2024 by piever
esc outside of macro context should give a better error message compiler:lowering Syntax lowering (compiler front end, 2nd stage) domain:error messages Better, more actionable error messages
#55788 opened Sep 17, 2024 by Keno
Error hint for single-quoted string domain:error messages Better, more actionable error messages
#55786 opened Sep 16, 2024 by jariji
Overzealous fmul contract marking on * outside of muladd? compiler:llvm For issues that relate to LLVM domain:maths Mathematical functions kind:bug Indicates an unexpected problem or unintended behavior regression 1.10 Regression in the 1.10 release
#55785 opened Sep 16, 2024 by mbauman
Test failure in LinearAlgebra/addmul for 5-way mul! with BigFloat and Bidiagonal domain:bignums BigInt and BigFloat domain:linear algebra Linear algebra kind:bug Indicates an unexpected problem or unintended behavior test This change adds or pertains to unit tests
#55781 opened Sep 15, 2024 by giordano
Test failure in LinearAlgebra/addmul domain:linear algebra Linear algebra kind:bug Indicates an unexpected problem or unintended behavior test This change adds or pertains to unit tests
#55779 opened Sep 15, 2024 by giordano
Define isless for 0-dim arrays domain:arrays [a, r, r, a, y, s] domain:sorting Put things in order kind:feature Indicates new feature / enhancement requests
#55771 opened Sep 13, 2024 by jariji
with_logger(NullLogger()) allocates in v1.11 kind:regression Regression in behavior compared to a previous version logging The logging framework performance Must go faster regression 1.11
#55761 opened Sep 12, 2024 by rfourquet
MethodError thrown while preparing to throw InexactError in conversion of Rational to Integer or Complex to Real domain:complex Complex numbers domain:error handling Handling of exceptions by Julia or the user domain:error messages Better, more actionable error messages domain:rationals The Rational type and values thereof
#55756 opened Sep 12, 2024 by nsajko
Allow stack on empty collection domain:arrays [a, r, r, a, y, s] domain:collections Data structures holding multiple items, e.g. sets
#55735 opened Sep 11, 2024 by jariji
Markdown.parse(::LazyString) errors
#55732 opened Sep 10, 2024 by lassepe
136x regression for LazyAritifacts
#55725 opened Sep 10, 2024 by PallHaraldsson
3
4
Broadcasting not type stable (but list comprehensions & map are) domain:broadcast Applying a function over a collection performance Must go faster
#55691 opened Sep 5, 2024 by kaandocal
ProTip! Exclude everything labeled bug with -label:bug.