Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/julia

The Julia Programming Language
https://github.com/JuliaLang/julia

Crash when opening julia 1.11-rc3

hz-xiaxz opened this issue 5 months ago
Make heap size hint available as an env variable

MilesCranmer opened this pull request 5 months ago
Infer eltype from diag element in off-diag bands for structured matrices

jishnub opened this pull request 5 months ago
Small fixes to work-stealing-queue

vchuravy opened this pull request 5 months ago
unify reduce/reducedim empty case behaviors

mbauman opened this pull request 5 months ago
Specialize newindex for StructuredMatrix broadcasting

jishnub opened this pull request 5 months ago
fix new type instability from `getindex(::String, r::UnitRange{Int})`

aviatesk opened this pull request 5 months ago
Try to fix libunwind source build

Zentrik opened this pull request 5 months ago
better signal handling

vtjnash opened this pull request 5 months ago
add pending state back to jl_thread_suspend_and_get_state-machine

vtjnash opened this pull request 5 months ago
julia-1.10.5.pdf gives the 404 error

waywardpidgeon opened this issue 5 months ago
Make jl_static_show_func_sig more robust

Keno opened this pull request 5 months ago
Synchronize arg name with description and --help

pzygielo opened this pull request 5 months ago
🤖 [master] Bump the Pkg stdlib from d1d2fc986 to 43e7849ce

DilumAluthgeBot opened this pull request 5 months ago
🤖 [backports-release-1.11] Bump the Downloads stdlib from a9d274f to 1061ecc

DilumAluthgeBot opened this pull request 5 months ago
🤖 [master] Bump the Downloads stdlib from a9d274f to 1061ecc

DilumAluthgeBot opened this pull request 5 months ago
report error magnitude on @test x ≈ y failure

stevengj opened this issue 5 months ago
repl completion shows qualification warning inline

IanButterworth opened this issue 5 months ago
`OutOfMemoryError()` with plenty of RAM still available

artemsolod opened this issue 5 months ago
Indexing in diag for structured matrices

jishnub opened this pull request 5 months ago
Convert triangular inv test comparison to isapprox

jishnub opened this pull request 5 months ago
Refactoring to be considered before adding MMTk

udesou opened this pull request 5 months ago
Revert "Fix self-recursion in generic triangular (l/r)mul!"

giordano opened this pull request 5 months ago
Reroute Symmetric/Hermitian + Diagonal through triangular

jishnub opened this pull request 5 months ago
Unwrap parent in triangular broadcast

jishnub opened this pull request 5 months ago
Downgrade patchelf to v0.17.2

staticfloat opened this pull request 5 months ago
inference: track reaching defs for slots

topolarity opened this pull request 5 months ago
optimizer: don't insert `:throw_undef_if_not` for defined slots

aviatesk opened this pull request 5 months ago
provide access to @kwdef default values

aplavin opened this pull request 5 months ago
Automatically enable JITPROFILING with ITTAPI

vchuravy opened this pull request 5 months ago
split internal dates methods into separate functions

aplavin opened this pull request 5 months ago
Fast bounds-check for CartesianIndex ranges

jishnub opened this pull request 5 months ago
WIP: Refactoring to be considered before adding MMTk

udesou opened this pull request 5 months ago
Call `pthread_attr_init` in `jl_init_stack_limits`

ararslan opened this pull request 5 months ago
Fix invalidations for FileIO

nhz2 opened this pull request 5 months ago
Use `uv_available_parallelism` inside `jl_effective_threads`

giordano opened this pull request 5 months ago
[pkgimg] Split data from code

vchuravy opened this pull request 5 months ago
prevent loading other extensions when precompiling an extension

KristofferC opened this pull request 5 months ago
Homogenize the progress bar in Pkg and base package precompilation

KristofferC opened this pull request 5 months ago
Reset mtime of BOLTed files to prevent make rebuilding targets

Zentrik opened this pull request 5 months ago
Backports for 1.11.0-rc4/1.11.0

KristofferC opened this pull request 5 months ago
release-1.11: set VERSION to 1.11.0-rc3

KristofferC opened this pull request 5 months ago
Type instability when using intrinsics as higher order functions

PatrickHaecker opened this issue 5 months ago
fix a huge part of invalidation on defining a new `Integer` subtype

nsajko opened this pull request 5 months ago
Small missing AnnotatedString/Char tests

kshyatt opened this pull request 5 months ago
Fix various issues with PGO+LTO makefile

Zentrik opened this pull request 5 months ago
Test more UTF-8 characters in transcode

kshyatt opened this pull request 5 months ago
`define_editor` should default to `wait=true`

jyn514 opened this issue 5 months ago
`Iterators.rest` gives wrong result for `AbstractRange`

DatName opened this issue 5 months ago
Use native tls model in macos for better performance

gbaraldi opened this pull request 5 months ago
change compiler to be stackless

vtjnash opened this pull request 5 months ago
Choose number of OpenBLAS threads based on process affinity

carstenbauer opened this issue 5 months ago
`Integer`s in the type domain

nsajko opened this pull request 5 months ago
Add a docs section about loading/precomp/ttfx time tuning

IanButterworth opened this pull request 5 months ago
Update llvm ittapi patch for llvm 19

Zentrik opened this pull request 5 months ago
Initialize threadpools correctly during sysimg build

gbaraldi opened this pull request 5 months ago
[Profile] Replace `SIGTERM` with `SIGQUIT`

giordano opened this pull request 5 months ago
Add tests for alignment of `Int128`/`UInt128`

giordano opened this pull request 5 months ago
Empty out loaded_precompiles dict instead of asserting it's empty.

gbaraldi opened this pull request 5 months ago
preserve non-float in `hypot(::Number)`

nsajko opened this pull request 5 months ago
better implementations for `unionlen`/`uniontypes`

aviatesk opened this pull request 5 months ago
document `fourthroot`

nsajko opened this pull request 5 months ago
added cholesky of cholesky

dev10110 opened this pull request 5 months ago
Add tests about layout of Int128

giordano opened this issue 5 months ago
Revert "Don't expose guard pages to malloc_stack API consumers"

vtjnash opened this pull request 5 months ago
prevent stackoverflow of stat/lstat

vtjnash opened this pull request 5 months ago
re-enable profiling stack switch test

vtjnash opened this pull request 5 months ago
Mention accuracy of `Base.summarysize` in docstring

xlxs4 opened this issue 5 months ago
inference: invalidate stale slot wrapper types in `ssavaluetypes`

aviatesk opened this pull request 5 months ago
Use `pwd()` as the default directory to walk in `walkdir`

fredrikekre opened this pull request 5 months ago
`Base.summarysize(::Symbol)` returns zero

xlxs4 opened this issue 5 months ago
Fix self-recursion in generic triangular (l/r)mul!

jishnub opened this pull request 5 months ago
Fix errant lmul! for tridiagonal and triangular

jishnub opened this pull request 5 months ago
inference: refine slot undef info within `then` branch of `@isdefined`

aviatesk opened this pull request 5 months ago
LinearAlgebra: return destination in `setindex!`

jishnub opened this pull request 5 months ago
soften circular dep warning during precompilation

IanButterworth opened this pull request 5 months ago
WIP workstealing scheduler + refactor for easier experimentation

gbaraldi opened this pull request 5 months ago
Explain `walkdir` docstring second example.

nathanrboyer opened this pull request 5 months ago
Update display style of `n` in `invmod(n)` dosctring.

LilithHafner opened this pull request 5 months ago
Remove specialized vector-matrix multiplication methods

jishnub opened this pull request 5 months ago
LinearAlgebra: make matprod_dest public

jishnub opened this pull request 5 months ago
effects: minor fixes for the effects system correctness

aviatesk opened this pull request 5 months ago
Backport "Fix tr for Symmetric/Hermitian block matrices #55522" to v1.11

jishnub opened this pull request 5 months ago
Set stdlib sources as read-only during installation

staticfloat opened this pull request 5 months ago
inference: propagate partially initialized mutable structs more

aviatesk opened this pull request 5 months ago
Try to remove likely-unused codepath in codegen for :method

Keno opened this pull request 5 months ago
Add behavior for even values to docs for new invmod(n, T) functions

kenahoo opened this pull request 5 months ago
atomics: fix setonce runtime intrinsic

vtjnash opened this pull request 5 months ago