-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Insights: JuliaLang/julia
Overview
Could not load contribution data
Please try again later
13 Pull requests merged by 9 people
-
test/worlds.jl: embarrassing typo fix
#59260 merged
Aug 13, 2025 -
Adjust
print_response
to separate error-printing from result display, remove loop#59218 merged
Aug 12, 2025 -
Fix compile time regression for null ptr comparisons
#59259 merged
Aug 12, 2025 -
Move 1.12 threading news to threading section. Add reminder about threadid
#59251 merged
Aug 12, 2025 -
Update OpenSSL to 3.5.2
#59229 merged
Aug 10, 2025 -
🤖 [master] Bump the Pkg stdlib from d94f8a1d9 to bcab03a83
#59246 merged
Aug 10, 2025 -
Print more network stack information if
Sockets
test fails#59240 merged
Aug 9, 2025 -
upgrade rapidhash v1 to v3 and fix several bugs in _hash_integer translation
#59177 merged
Aug 7, 2025 -
[LLVM] Bump LLVM to 20.1.8
#59225 merged
Aug 7, 2025 -
fix last(::Enumerate) when indexing not supported
#59226 merged
Aug 7, 2025 -
Fix precompiling when there's no manifest
#59212 merged
Aug 7, 2025 -
fix runtime cglobal builtin function implementation
#59210 merged
Aug 6, 2025 -
remove jl_function_t typealias
#59216 merged
Aug 6, 2025
12 Pull requests opened by 7 people
-
Include inference time in `--trace-compile-timing`
#59220 opened
Aug 6, 2025 -
Compiler: add Task call, invoke, and fetch optimizations and operations
#59221 opened
Aug 6, 2025 -
System image compression with zstd
#59227 opened
Aug 7, 2025 -
Make `Base.disable_library_threading_hooks` ephemeral to the process
#59232 opened
Aug 7, 2025 -
LazyLibrary: Make `add_dependency!` always ephemeral to a given process
#59233 opened
Aug 7, 2025 -
Drop sysimage caches for --code-coverage=all
#59234 opened
Aug 8, 2025 -
(rebased & patched) add similar for ReshapedArray, SubArray, ReinterpretArray types
#59236 opened
Aug 8, 2025 -
compiler: consolidate staticdata.jl and invalidations.jl into Compiler proper [NFCI]
#59238 opened
Aug 8, 2025 -
Rewrite most gensym macros to use automatic hygiene instead
#59239 opened
Aug 8, 2025 -
Restore stacktrace scrubing in fallback REPL.
#59241 opened
Aug 9, 2025 -
Potential Summary for a quick overview for new users
#59245 opened
Aug 10, 2025 -
Don't run intermittently failing backtrace cycle printing tests on Win32
#59253 opened
Aug 11, 2025
14 Issues closed by 8 people
-
Error getting length of Iterator.flatten with tuples and arrays of different lengths
#59261 closed
Aug 13, 2025 -
`SYSTEM (REPL): showing an error caused an error` when error occurs in `display` path (1.11.5+)
#59209 closed
Aug 12, 2025 -
The `@allocated` macro differs between v1.11 and v1.12.0-rc1
#59256 closed
Aug 12, 2025 -
Requirement of additional thread buffer not mentioned in release notes of Julia 1.12
#59250 closed
Aug 12, 2025 -
Inconsistent 'syntax: malformed "export" statement' error
#51325 closed
Aug 12, 2025 -
strip() function not always removes commas. julia v"1.11.6"
#59254 closed
Aug 11, 2025 -
Assertion failure inside rr causing test x86_64-linux-gnuassertrr to fail
#55130 closed
Aug 11, 2025 -
@threads in array comprehension
#32000 closed
Aug 11, 2025 -
Change default to -t auto on master
#50636 closed
Aug 11, 2025 -
Taking the `Number` interface seriously
#59231 closed
Aug 7, 2025 -
type instability when swapping two integers and feeding a sum
#59230 closed
Aug 7, 2025 -
Generic normInf fails for zero dimension
#59228 closed
Aug 7, 2025 -
Precompiling broken when no manifest
#59206 closed
Aug 7, 2025
12 Issues opened by 12 people
-
Outdated docstring for llvmcall
#59258 opened
Aug 12, 2025 -
Foreign preferences do not invalidate the precompilation image
#59257 opened
Aug 12, 2025 -
precompile info text is confusing users
#59255 opened
Aug 11, 2025 -
Command-line arguments differ between interpreted and juliac compiled code.
#59252 opened
Aug 11, 2025 -
Changed behaviour of mkpath in Julia 1.12 not mentioned in release notes
#59249 opened
Aug 11, 2025 -
Surprising world age error in Julia 1.12rc1
#59247 opened
Aug 10, 2025 -
Julia 1.11.6 breaks keyword autocompletion in REPL for structures defined using @kwdef
#59244 opened
Aug 10, 2025 -
Recent master fails `make test-trimming` with LazyLibrary error
#59242 opened
Aug 9, 2025 -
`scrub_repl_backtrace` no longer successfully scrubs internal frames from client.jl fallback REPL
#59223 opened
Aug 6, 2025 -
Opaque closure vararg segfault on 1.12
#59222 opened
Aug 6, 2025 -
Segfaults when loading packages concurrently
#59219 opened
Aug 6, 2025
49 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.
-
add `shuffle(::NTuple)` to `Random`
#56906 commented on
Aug 13, 2025 • 12 new comments -
improve `cosc(::Float32)` and `cosc(::Float64)` accuracy
#59087 commented on
Aug 11, 2025 • 8 new comments -
Fix inconsistent behaviour for `last(::Zip)` with differing iterator size types
#59217 commented on
Aug 7, 2025 • 4 new comments -
juliac: log entrypoints and nonstandard typedefs
#59108 commented on
Aug 9, 2025 • 4 new comments -
make `copymutable(::Array)` use `copy` to avoid overhead
#56225 commented on
Aug 9, 2025 • 2 new comments -
WIP: User-defined signal handling
#59147 commented on
Aug 12, 2025 • 1 new comment -
Add `Iterators.findall`
#54124 commented on
Aug 12, 2025 • 1 new comment -
Embedding Julia in C++ : differences between 32 and 64 bit
#52872 commented on
Aug 6, 2025 • 0 new comments -
add method for `getindex(::ProductIterator, inds...)`
#49965 commented on
Aug 7, 2025 • 0 new comments -
Stop running finalizers on exit
#51466 commented on
Aug 6, 2025 • 0 new comments -
Add `exec` option to `mmap`
#53463 commented on
Aug 9, 2025 • 0 new comments -
extract types for parametric kwdef kw-constructor
#54774 commented on
Aug 13, 2025 • 0 new comments -
inference: track reaching defs for slots
#55601 commented on
Aug 6, 2025 • 0 new comments -
Hide loading internals in LoadError / precompilation errors
#55816 commented on
Aug 7, 2025 • 0 new comments -
Use ptrdiff_t sized offsets for gvars_offsets to allow large sysimages
#57366 commented on
Aug 7, 2025 • 0 new comments -
limit recursion depth to prevent stack overflow in 2-arg `promote_type`
#57517 commented on
Aug 9, 2025 • 0 new comments -
Log a backtrace on entrance to type inference
#58124 commented on
Aug 11, 2025 • 0 new comments -
decrease method count for `eltype` for `Tuple`, decrease `max_methods`
#58788 commented on
Aug 10, 2025 • 0 new comments -
jl_dlfind: do not find symbols in library dependencies
#58815 commented on
Aug 7, 2025 • 0 new comments -
stricter shapes for setindex
#59025 commented on
Aug 8, 2025 • 0 new comments -
make more cases of mapreduce trimmable
#59104 commented on
Aug 12, 2025 • 0 new comments -
Backports for 1.12.0-rc2
#59110 commented on
Aug 11, 2025 • 0 new comments -
WIP : Allow @inferred to accept do-block syntax (fix #59114)
#59152 commented on
Aug 6, 2025 • 0 new comments -
Small documentation improvement for `insertdims`
#59169 commented on
Aug 10, 2025 • 0 new comments -
add safer, more versatile version of rapidhash for any array and for any iterable
#59185 commented on
Aug 8, 2025 • 0 new comments -
Julia 1.10 and 1.11 do not compile cleanly with GCC 15
#58478 commented on
Aug 6, 2025 • 0 new comments -
Segmentation fault in Zygote on v1.12.0-rc1
#59138 commented on
Aug 7, 2025 • 0 new comments -
`juliac` segfault during `const` statement
#59215 commented on
Aug 7, 2025 • 0 new comments -
Document Number interface
#31937 commented on
Aug 8, 2025 • 0 new comments -
Indices of indices aren't checked in vector `setindex!` with offset arrays
#45374 commented on
Aug 8, 2025 • 0 new comments -
CI Hang in UDP test
#38711 commented on
Aug 9, 2025 • 0 new comments -
finer-grained location info for error messages, strack traces: line number, column number range
#53090 commented on
Aug 11, 2025 • 0 new comments -
zeros performance regression in Julia 1.11
#56315 commented on
Aug 11, 2025 • 0 new comments -
ci: Intermittent error due to port re-use in libgit2 test
#52310 commented on
Aug 11, 2025 • 0 new comments -
Intermittent errorshow failure on windows
#59167 commented on
Aug 11, 2025 • 0 new comments -
Segfault when using improperly defined struct
#53754 commented on
Aug 12, 2025 • 0 new comments -
Illegal instruction crash
#53848 commented on
Aug 12, 2025 • 0 new comments -
Severe compile-time regression for some tuple-heavy code
#59134 commented on
Aug 12, 2025 • 0 new comments -
@timed reports 3 pool allocation within a let block with local functions
#49598 commented on
Aug 12, 2025 • 0 new comments -
`@time` should report how many allocations occurred during compilation
#46433 commented on
Aug 12, 2025 • 0 new comments -
`@btime` alters subsequent `@time` result
#53694 commented on
Aug 12, 2025 • 0 new comments -
Load stdlib JLLs by path
#55478 commented on
Aug 12, 2025 • 0 new comments -
performance of captured variables in closures
#15276 commented on
Aug 12, 2025 • 0 new comments -
`@allocated` behavior changed in 1.12
#58780 commented on
Aug 12, 2025 • 0 new comments -
Implement lazy `findall` (`Iterators.findall`, perhaps?)
#43737 commented on
Aug 12, 2025 • 0 new comments -
Page-wise left and right matrix divide (and multiply)
#51084 commented on
Aug 13, 2025 • 0 new comments -
`HasLength` for even more `Flatten` iterators
#23431 commented on
Aug 13, 2025 • 0 new comments -
It is too hard to reason about when Julia specializes arguments
#51423 commented on
Aug 13, 2025 • 0 new comments -
more relevant error for findminmax, argminmax
#47100 commented on
Aug 10, 2025 • 0 new comments