-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Insights: JuliaLang/julia
Overview
Could not load contribution data
Please try again later
24 Pull requests merged by 18 people
-
Fix generate_precompile statement grouping & avoid defining new func
#56317 merged
Dec 11, 2024 -
Update repr docstring to hint what it stands for.
#56761 merged
Dec 11, 2024 -
Fix undefined symbol error in version script
#55363 merged
Dec 11, 2024 -
Test for showing AnnotatedIOBuffer
#56246 merged
Dec 11, 2024 -
Add a note clearifying option parsing
#56285 merged
Dec 10, 2024 -
Add note to Vararg/UnionAll warning about making it an error
#56662 merged
Dec 10, 2024 -
fix
exp(weirdNaN)
#56784 merged
Dec 10, 2024 -
libgit2: update enums from v1.8.0
#56764 merged
Dec 10, 2024 -
Try bumping JuliaSyntax to 0.4.10
#56110 merged
Dec 10, 2024 -
🤖 [master] Bump the Pkg stdlib from d84a1a38b to e7c37f342
#56786 merged
Dec 10, 2024 -
Fix test report alignment
#56789 merged
Dec 10, 2024 -
various globals cleanups
#56750 merged
Dec 9, 2024 -
precompile: don't waste memory on useless inferred code
#56749 merged
Dec 9, 2024 -
Add sort for NTuples
#54494 merged
Dec 8, 2024 -
chore: fix some comments
#56778 merged
Dec 8, 2024 -
Add the actual datatype to the heapsnapshot. This groups objects of the same type together
#56596 merged
Dec 7, 2024 -
Add 54800 to NEWS
#56774 merged
Dec 7, 2024 -
Fully outline all GlobalRefs
#56746 merged
Dec 7, 2024 -
Add per-task metrics
#56320 merged
Dec 6, 2024 -
Address some post-commit review from #56660
#56747 merged
Dec 6, 2024 -
drop llvm 16 support
#56751 merged
Dec 6, 2024 -
Accept more general Integer sizes in reshape
#55521 merged
Dec 5, 2024 -
fixup!: JuliaLang/julia#56756
#56758 merged
Dec 5, 2024 -
Hide IRShow include from Revise
#56756 merged
Dec 5, 2024
19 Pull requests opened by 17 people
-
remove superfluous global keywords in scope docs
#56762 opened
Dec 6, 2024 -
Edit of "Output-function summary" docs from a new learner
#56767 opened
Dec 6, 2024 -
Disable serial precompilation. Add warning when loaded dep versions mismatch env.
#56769 opened
Dec 6, 2024 -
Fix complex - rational docs
#56772 opened
Dec 7, 2024 -
Adding tests for AbstractArrayMath.jl
#56773 opened
Dec 7, 2024 -
Fix `stack(; dims)` on containers with HasLength eltype & HasShape elements
#56777 opened
Dec 7, 2024 -
Add `promote_rule` methods instead of `promote_type`
#56779 opened
Dec 8, 2024 -
Fix partially_inline for unreachable
#56787 opened
Dec 9, 2024 -
Support emitting debuginfo w.r.t. LLVM IR
#56792 opened
Dec 10, 2024 -
Extend `Base.rationalize` instead of defining new function `Base.MathConstants.rationalize`
#56793 opened
Dec 10, 2024 -
Make `Pairs` public
#56794 opened
Dec 10, 2024 -
Remove jldoctest setup for permutedims
#56797 opened
Dec 11, 2024 -
Package docstring: more peaceful README introduction
#56798 opened
Dec 11, 2024 -
remove LinearAlgebra specific bitarray tests since they have moved to the external LinearAlgebra.jl repo
#56800 opened
Dec 11, 2024 -
gc: improve mallocarrays locality
#56801 opened
Dec 11, 2024 -
Fix eltype of flatten of tuple with non-2 length
#56802 opened
Dec 11, 2024 -
make `memorynew` intrinsic (part 1)
#56803 opened
Dec 11, 2024 -
codegen: reduce recursion in cfunction generation
#56806 opened
Dec 11, 2024 -
Support scope_id for link-local IPv6 (rfc4007)
#56807 opened
Dec 12, 2024
11 Issues closed by 8 people
-
1.11.2: I am asked to add each package individually
#56804 closed
Dec 11, 2024 -
Segfault on main process when running tests
#52200 closed
Dec 11, 2024 -
Broken linkerscript, julia fails to link with modern lld versions
#54533 closed
Dec 11, 2024 -
Linker script `julia.expmap.in` references symbols that may be not defined
#50414 closed
Dec 11, 2024 -
Base.cwstring() errors from null-terminated input strings
#56795 closed
Dec 11, 2024 -
exp of some NaNs is negative
#56782 closed
Dec 10, 2024 -
Feature request: Non allocating sort for tuple
#54489 closed
Dec 8, 2024 -
Tuple assigments fail in short-circuit evaluations
#56770 closed
Dec 6, 2024 -
observability: add CPU time counter to tasks
#47351 closed
Dec 6, 2024 -
Bus error calling function that returns big matrix
#34481 closed
Dec 5, 2024 -
Sum of large-ish tuple of arrays leads to StackOverFlowError
#35350 closed
Dec 5, 2024
18 Issues opened by 16 people
-
Parsing error on non-decimal integer complex numbers
#56799 opened
Dec 11, 2024 -
Error within compiler/typeinfer.jl (from UB?)
#56796 opened
Dec 11, 2024 -
jl_type_unionall robustness issue for N
#56791 opened
Dec 10, 2024 -
printing of non-exported names differs for types and functions
#56790 opened
Dec 10, 2024 -
Test error stacktraces aren't colored/styled on buildkite
#56788 opened
Dec 10, 2024 -
`help?> f((1,2)[1:2]...)` throws
#56785 opened
Dec 9, 2024 -
Regression in `collect(Iterators.flatten((some_values..., )))` on the main branch
#56783 opened
Dec 9, 2024 -
Error setting mixed type Cmd environment
#56780 opened
Dec 8, 2024 -
deepcopy with non-trivial circular references fails in 1.11.2
#56775 opened
Dec 7, 2024 -
bug in `stack` for collection of abstract arrays
#56771 opened
Dec 7, 2024 -
Docs information on MIMEs?
#56768 opened
Dec 6, 2024 -
Default env & startup.jl loading pattern can cause excessive precompilation
#56766 opened
Dec 6, 2024 -
Array Printing depends on the contents of its elements
#56765 opened
Dec 6, 2024 -
libgit2 can't handle some large error codes
#56763 opened
Dec 6, 2024 -
ObjectDetector.jl hangs during precompilation on 1.11
#56760 opened
Dec 5, 2024 -
Memory leak with Julia 1.11's GC (discovered in SymbolicRegression.jl)
#56759 opened
Dec 5, 2024 -
Importing an undefined var by running `using Package: abc` warns instead of erroring in 1.11
#56757 opened
Dec 5, 2024
52 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Adding support for MMTk (non-moving immix)
#56288 commented on
Dec 12, 2024 • 11 new comments -
make `memorynew` intrinsic
#55913 commented on
Dec 10, 2024 • 6 new comments -
Fixing the //(x::Number, y::Complex) one liner to accomodate silent overflows and division by zero/infinity
#56478 commented on
Dec 9, 2024 • 5 new comments -
Missing tests for IdSet
#56258 commented on
Dec 11, 2024 • 4 new comments -
Add option to spawn timer tasks to avoid stickiness
#56745 commented on
Dec 10, 2024 • 2 new comments -
Group import hints
#56753 commented on
Dec 11, 2024 • 1 new comment -
allow passing custom julia arguments in `runtests`
#56716 commented on
Dec 10, 2024 • 1 new comment -
reshape(::Array, ...) is slow and allocates
#36313 commented on
Dec 11, 2024 • 0 new comments -
Re-enable rr for Pkg tests
#43521 commented on
Dec 12, 2024 • 0 new comments -
function^n for iterated functions
#39042 commented on
Dec 10, 2024 • 0 new comments -
Allow macrocall as function sig
#55040 commented on
Dec 11, 2024 • 0 new comments -
Make threadpoolsize(), threadpooltids(), and ngcthreads() public
#55701 commented on
Dec 6, 2024 • 0 new comments -
Refactor stacktrace processing and display pipeline for more clarity and less redundancy
#55841 commented on
Dec 6, 2024 • 0 new comments -
Bump LLVM to v19.1.1+1
#56130 commented on
Dec 11, 2024 • 0 new comments -
use stmt instead of `Instruction` in `populate_def_use_map!`
#56201 commented on
Dec 10, 2024 • 0 new comments -
Add jl_stdout_obj back fixing regression of r-juliacall
#56340 commented on
Dec 8, 2024 • 0 new comments -
Fix `--project=@script` when outside script directory
#56351 commented on
Dec 10, 2024 • 0 new comments -
xref `UnionAll` in the doc string of `where`
#56411 commented on
Dec 9, 2024 • 0 new comments -
support sorting tuples
#56425 commented on
Dec 9, 2024 • 0 new comments -
Gitignore dot directory
#56427 commented on
Dec 10, 2024 • 0 new comments -
Support indexing `Broadcasted` objects using `Integer`s
#56470 commented on
Dec 5, 2024 • 0 new comments -
adds the `nth` function for iterables
#56580 commented on
Dec 5, 2024 • 0 new comments -
fix evalpoly type instability and 0-length case
#56707 commented on
Dec 9, 2024 • 0 new comments -
Switch from MbedTLS to OpenSSL
#56708 commented on
Dec 11, 2024 • 0 new comments -
Backports for 1.11.3
#56741 commented on
Dec 10, 2024 • 0 new comments -
change struct scope to hard in documentation
#56755 commented on
Dec 5, 2024 • 0 new comments -
should `x // y` such that `iszero(x) && iszero(y)` throw an `ArgumentError` or a `DivideError`?
#56754 commented on
Dec 5, 2024 • 0 new comments -
REPLExt: no method matching repl_init(::REPL.LineEditREPL) when loading packages in REPL mode.
#56216 commented on
Dec 5, 2024 • 0 new comments -
Deadlock doing I/O on a foreign thread while the main thread is blocked
#55525 commented on
Dec 5, 2024 • 0 new comments -
performance of multidimensional array hashing
#41880 commented on
Dec 5, 2024 • 0 new comments -
randomize hash values per process
#37166 commented on
Dec 5, 2024 • 0 new comments -
Add documentation to `Set` to clarify that types need `hash` defined to serve as elements of a `Set`, not just `isequal`.
#56020 commented on
Dec 5, 2024 • 0 new comments -
Convenient ways to define == and hash
#53565 commented on
Dec 5, 2024 • 0 new comments -
lexicographic order for `AbstractVector` is inconsistent
#48916 commented on
Dec 5, 2024 • 0 new comments -
Comparisons of structs with == lower suprisingly to === and documenation doesn't make it clear
#51133 commented on
Dec 5, 2024 • 0 new comments -
Adding comparison/hashing to Base.Some
#35911 commented on
Dec 5, 2024 • 0 new comments -
rename `angle` to `phase` (or something else) in 2.0
#35538 commented on
Dec 5, 2024 • 0 new comments -
Can isless be defined for everything?
#34815 commented on
Dec 5, 2024 • 0 new comments -
Taking package names less seriously
#33047 commented on
Dec 5, 2024 • 0 new comments -
Document Number interface
#31937 commented on
Dec 5, 2024 • 0 new comments -
allunique behaviour doesn't match documentation
#30375 commented on
Dec 5, 2024 • 0 new comments -
Segfault with `@ccallable` functions and juliac
#56603 commented on
Dec 6, 2024 • 0 new comments -
Add "See also" to the regex function docstrings
#56752 commented on
Dec 6, 2024 • 0 new comments -
`@code_warntype` is not smart in the presence of optional arguments
#45297 commented on
Dec 6, 2024 • 0 new comments -
Garbage Collection Segfaults on 1.11 from Enzyme + SymbolicRegression
#56735 commented on
Dec 6, 2024 • 0 new comments -
hash(x, h::UInt=zero(UInt)) => hash(x; h::UInt=zero(UInt)) ?
#26015 commented on
Dec 6, 2024 • 0 new comments -
Deprecate circshift() and make it lazy
#25003 commented on
Dec 7, 2024 • 0 new comments -
Min/max of CartesianIndex are implicitly "vectorized" and conflict with ordering
#31208 commented on
Dec 8, 2024 • 0 new comments -
missed coverage for a method whose body is an isbits literal
#54214 commented on
Dec 8, 2024 • 0 new comments -
`@eval` into a module breaks subtyping relationships
#50354 commented on
Dec 9, 2024 • 0 new comments -
the `//(::Number, ::Complex)` method is not correct when the second argument is zero or infinite
#56245 commented on
Dec 9, 2024 • 0 new comments -
Coverage inaccuracy
#35395 commented on
Dec 9, 2024 • 0 new comments