Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

JuliaLang/julia

jishnub opened an issue on JuliaLang/julia
Unexpected `No exception thrown` in `wait_with_timeout` sockets test in CI
In https://buildkite.com/julialang/julia-master/builds/41379#0192b375-d281-441d-ab01-d9936bcd3cdf (on `x86_64-linux-gnu`) ```julia The global RNG seed was 0x34bf6c824668fd5f082a9b9c17099bb7. Error ...
jishnub pushed 1 commit to jishnub/matvecmul JuliaLang/julia

View on GitHub

jishnub opened a pull request on JuliaLang/julia
Reduce generic matrix*vector latency
```julia julia> using LinearAlgebra julia> A = rand(Int,4,4); x = rand(Int,4); y = similar(x); julia> @time mul!(y, A, x, 2, 2); 0.330489 seconds (792.22 k allocations: 41.519 MiB, 8.75% ...
jishnub created a branch on JuliaLang/julia

jishnub/matvecmul - The Julia Programming Language

udesou opened a draft pull request on JuliaLang/julia
Adding non-moving immix
This PR adds the possibility of building/running Julia using MMTk, running non-moving immix. The binding code (Rust) associated with it is in https://github.com/mmtk/mmtk-julia/tree/upstream-ready...
nanosoldier commented on a commit on JuliaLang/julia
Executing the daily package evaluation, I will reply here when finished: @nanosoldier `runtests(isdaily = true)`

View on GitHub

jishnub opened a pull request on JuliaLang/julia
Fix fetching parent in symmetric algebra
We only need the `parent` of the result if it is a triangular matrix. For other structurally triangular matrices such as `Diagonal`s, we may use these directly in the `Hermitian` constructor. Fi...
jishnub created a branch on JuliaLang/julia

jishnub/parentof_applytri - The Julia Programming Language

KristofferC closed a pull request on JuliaLang/julia
[release-1.10] Subtype: some performance tuning. (#56007)
The main motivation of this PR is to fix #55807. dc689fe8700f70f4a4e2dbaaf270f26b87e79e04 tries to remove the slow `may_contain_union_decision` check by re-organizing the code path. Now the fast p...
KristofferC deleted a branch JuliaLang/julia

backports-release-1.10

KristofferC pushed 36 commits to release-1.10 JuliaLang/julia
  • mapreduce: don't inbounds unknown functions (#55329) More finely scope the `@inbounds` annotations to ensure neither... 21ccfc0
  • ml-matches: ensure all methods are included (#55365) Some methods were filtered out based simply on visit order, whi... 84139ed
  • fix hierarchy level of "API reference" in `Dates` documentation (#55483) Currently, "API reference" is at the same l... ecdbb39
  • simplify complex atanh and remove singularity perturbation (#55268) fixes https://github.com/JuliaLang/julia/issues/... 75436e4
  • Update symmetric docstring to reflect the type of uplo (#55504) This brings the docstring closer to the actual imple... f4eda2d
  • Set `.jl` sources as read-only during installation (#55524) This sets all `.jl` files in `$(prefix)/base` and `$(pre... c7f5f2d
  • [release-1.10] dont reset maxsize in jl_array_to_string (#55689) Let's change `jl_array_to_string` so that we make t... c5ab7c9
  • Root globals in toplevel exprs (#54433) This fixes #54422, the code here assumes that top level exprs are always roo... f21154f
  • Fix some corner cases of `isapprox` with unsigned integers (#55828) 242f704
  • inference: add missing `TypeVar` handling for `instanceof_tfunc` (#55884) I thought these sort of problems had been ... 204b0b9
  • Avoid `stat`-ing stdlib path if it's unreadable (#55980) c3490ed
  • 🤖 [backports-release-1.10] Bump the Pkg stdlib from edfa2ed0e to e2f463263 (#55996) 16462c5
  • build: ASAN fixes for glibc (#51755) For the `sigsetjmp` bypass; looks like glibc removed the `__libc_siglongjmp` sy... f3257a0
  • Fix shell `cd` error when working dir has been deleted (#41244) root cause: if current dir has been deleted, then pw... 812cbc9
  • [Dates] Make test more robust against non-UTC timezones (#55829) `%M` is the format specifier for the minutes, not t... c5caf18
  • fall back to slower stat filesize if optimized filesize fails (#55641) (cherry picked from commit fc9f1470458ad6bdeb... d2e5c8f
  • Mmap: fix grow! for non file IOs (#55849) Fixes https://github.com/JuliaLang/julia/issues/54203 Requires #55641 Bas... dcf8f65
  • Fix logic in `?` docstring example (#55945) (cherry picked from commit 81ce6a41d737f15d8bbc2788190dcb5565e20b8b) f86b11f
  • Profile: document heap snapshot viewing tools (#55743) (cherry picked from commit 3a132cfc7661f850340d0360df6d3279d1... ec1d55a
  • Sockets: Warn when local network access not granted. (#56023) Works around https://github.com/JuliaLang/julia/issues... 56e1364
  • and 16 more ...

View on GitHub

KristofferC closed a pull request on JuliaLang/julia
Backports for 1.10.6
Backported PRs: - [x] #51755 <!-- ASAN fixes. --> - [x] #55329 <!-- mapreduce: don't inbounds unknown functions --> - [x] #55365 <!-- ml-matches: ensure all methods are included --> - [x] #5548...
idimetrix starred JuliaLang/julia
IlianPihlajamaa opened an issue on JuliaLang/julia
Crash: permission denied accessing manifest_usage.toml.pid
When I start multiple julia jobs on a SLURM-managed cluster, many of them crash with the following error message. (Perhaps related to #51983, and the same as reported [here](https://discourse.julia...
Quantennetzgraphique starred JuliaLang/julia
maleadt deleted a branch JuliaLang/julia

tb/rm_newpm_exports

maleadt pushed 1 commit to master JuliaLang/julia
  • Remove NewPM pass exports. (#56269) All ecosystem consumers have switched to the string-based API. 31f7df6

View on GitHub

maleadt closed a pull request on JuliaLang/julia
Remove NewPM pass exports.
All ecosystem consumers have switched to the string-based API. I don't think we even ever used these; even before LLVM.jl switch to the string API for pipelines, we added individual passes by name ...
maleadt created a comment on a pull request on JuliaLang/julia
CI failures unrelated, i686-windows hang is the same as observed on the master branch.

View on GitHub

dee-me-tree-or-love starred JuliaLang/julia
xili-h created a comment on a pull request on JuliaLang/julia
For 1D, it is also faster. ![image](https://github.com/user-attachments/assets/f732de90-bd4f-4702-8b70-343cd05ac7bd) ![image](https://github.com/user-attachments/assets/c33163cd-29af-4b93-a1eb-2...

View on GitHub

Red-Portal opened an issue on JuliaLang/julia
`*(x::Float64, A::Hermitian{F, Diagonal{F, Vector{F}}})` broken.
```julia julia> a = 1.0 D = Diagonal(randn(10)) a*Hermitian(D*D') ``` this yields ```julia ERROR: MethodError: no method matching Hermitian(::Vector{Float64}, ::Symbol) The type `Her...
xili-h created a comment on a pull request on JuliaLang/julia
> Do you have some benchmarks showing a performance improvement? ![image](https://github.com/user-attachments/assets/09baacec-0df2-4f08-90d2-f223bdcc9113)

View on GitHub

Seelengrab created a comment on a pull request on JuliaLang/julia
Do you have some benchmarks showing a performance improvement?

View on GitHub

xili-h opened a pull request on JuliaLang/julia
implement faster issubset for CartesianIndices{N}
IanButterworth created a comment on an issue on JuliaLang/julia
@aviatesk any idea on this one? I think Mose's last summary above is key, I just can't figure out where the restriction to the module is happening.

View on GitHub

xili-h forked JuliaLang/julia

xili-h/julia

IanButterworth pushed 1 commit to master JuliaLang/julia
  • add Pkg 1.11 news to HISTORY.md (#56277) Backport already on https://github.com/JuliaLang/julia/pull/56228 36593fd

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
add Pkg 1.11 news to HISTORY.md
Backport already on https://github.com/JuliaLang/julia/pull/56228
IanButterworth opened a pull request on JuliaLang/julia
REPL: complete imports when there are multiple macros before
Fixes https://github.com/JuliaLang/julia/issues/55429
Load more