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

compiler: fix specialization mistake introduced by #40985

vtjnash opened this pull request about 2 months ago
malloc etc. with counted allocations

PallHaraldsson opened this pull request about 2 months ago
Allow ext β†’ ext dependency if triggers are a strict superset (#56368)

topolarity opened this pull request about 2 months ago
clarify kwarg dispatch docs, improve consistency with actual behavior

aplavin opened this pull request about 2 months ago
Remove aggressive constprop annotation on generic_matmatmul_wrapper!

jishnub opened this pull request about 2 months ago
julia --bug-report=help gives hard to read output.

jw3126 opened this issue about 2 months ago
define `InteractiveUtils.@infer_[return|exception]_type`

aviatesk opened this pull request about 2 months ago
Inline `wrap` in triangular `generic_matmatmul`

jishnub opened this pull request about 2 months ago
Fix some missing write barriers and add some helpful comments

Keno opened this pull request about 2 months ago
Avoid racy double-load of binding restriction in `import_module`

Keno opened this pull request about 2 months ago
MethodError for `round` on `Dates.Time` types

adknudson opened this issue about 2 months ago
Add dims check to triangular mul

jishnub opened this pull request about 2 months ago
[docs] Fix note admonition in llvm-passes.md

giordano opened this pull request about 2 months ago
irinterp: set `IR_FLAG_REFINED` for narrowed `PhiNode`s

aviatesk opened this pull request about 2 months ago
InteractiveUtils: define `InteractiveUtils.@code_ircode`

aviatesk opened this pull request about 2 months ago
πŸ€– [master] Bump the Pkg stdlib from 116ba910c to 9f8e11a4c

DilumAluthgeBot opened this pull request about 2 months ago
[backports-release-1.10] allow extensions to trigger from packages in [deps] (#54009)

topolarity opened this pull request about 2 months ago
reland "Inlining: Remove outdated code path for GlobalRef movement (#46880)"

aviatesk opened this pull request about 2 months ago
Backports for Julia 1.10.7

KristofferC opened this pull request about 2 months ago
fix a forgotten rename `readuntil` -> `copyuntil`

KristofferC opened this pull request about 2 months ago
document isopen(::Channel)

mrufsvold opened this pull request about 2 months ago
Export jl_gc_new_weakref again via julia.h

fingolfin opened this pull request about 2 months ago
Remove apple-m3 from cpu name to make enzyme happier

gbaraldi opened this pull request about 2 months ago
Move all platforms to use llvm.minimum/llvm.maximum for fmin/fmax

gbaraldi opened this pull request about 2 months ago
precompile: fix performance issues with IO

vtjnash opened this pull request about 2 months ago
cache the `find_all_in_cache_path` call during parallel precompilation

KristofferC opened this pull request about 2 months ago
Include `gc-common.h` in `julia.h`

lgoettgens opened this pull request about 2 months ago
Nightly docs missing. v1.10-dev in its place

IanButterworth opened this issue about 2 months ago
make `_unsetindex` fast for isbits eltype

oscardssmith opened this pull request about 2 months ago
copy effects key to `Base.infer_effects`

MasonProtter opened this pull request about 2 months ago
Narrower `MulAddMul` stabilization in bidiag `mul!`

jishnub opened this pull request about 2 months ago
Support `eltype`s without zero in `_rmul_or_fill!`

jishnub opened this pull request about 2 months ago
Replace `MulAddMul` by `alpha,beta` in `__muldiag`

jishnub opened this pull request about 2 months ago
`resize!` is O(N) when downsizing.

sgaure opened this issue about 2 months ago
[backports-release-1.11] 1.11 Profiling threading fix backports

IanButterworth opened this pull request about 2 months ago
remove spurious parens in profiler docs

d-netto opened this pull request about 2 months ago
`@nospecialize` on tuple destructuring prints misleading error

MilesCranmer opened this issue about 2 months ago
Backport #50832 to v1.10

mofeing opened this pull request about 2 months ago
Backport ebae716 to v1.10

mofeing opened this pull request about 2 months ago
Julia v1.11.1 regression: `open(::Cmd)` is 4X slower than v1.10.4

cihga39871 opened this issue about 2 months ago
Fix `--project=@script` when outside script directory

awadell1 opened this pull request about 2 months ago
Change some hardcoded loop ranges to axes in dense linalg functions

jishnub opened this pull request about 2 months ago
Fix `make install` for asan build

Zentrik opened this pull request about 2 months ago
Make build system respect `FORCE_COLOR` and `NO_COLOR` settings

giordano opened this pull request about 2 months ago
CI: scheduled no-gpl build failed because of missing @refs

inkydragon opened this issue about 2 months ago
`sortslices` on a boolean `SparseMatrixCSC` is extremely slow on 1.11.1

JaredSchwartz opened this issue about 2 months ago
[1.11.x] Revert "yet more atomics & cache-line fixes on work-stealing…

LebedevRI opened this pull request about 2 months ago
`max_fast` doesn't vectorize for tuples

matthias314 opened this issue about 2 months ago
Add jl_stdout_obj back fixing regression of r-juliacall

PallHaraldsson opened this pull request about 2 months ago
Removal of jl_stdout_obj broke r-juliacall

PallHaraldsson opened this issue about 2 months ago
REPL-StyledString error when simply starting Julia 1.11

aplavin opened this issue about 2 months ago
set VERSION to 1.10.6

KristofferC opened this pull request about 2 months ago
πŸ€– [master] Bump the Pkg stdlib from 799dc2d54 to 116ba910c

DilumAluthgeBot opened this pull request about 2 months ago
Revert "Some small follow-ups to stackless compiler"

vtjnash opened this pull request about 2 months ago
Refactor julia initialization to behave better when used as a dylib

gbaraldi opened this pull request about 2 months ago
race-condition introduced by #54788 in the `import_module` function

vtjnash opened this issue about 2 months ago
Known profiling issues where unwinding fails

IanButterworth opened this issue about 2 months ago
Smaller "Faster println()" (partial revert of that brand-new addition) and precompiles

PallHaraldsson opened this pull request about 2 months ago
Add one-arg `norm` method

jishnub opened this pull request about 2 months ago
loading: clean up more concurrency issues

vtjnash opened this pull request about 2 months ago
Empty profile information on v1.11

kalmarek opened this issue about 2 months ago
Regression in 1.11.1 adding conditional jumps

PallHaraldsson opened this issue about 2 months ago
Improving MethodError message for anonymous functions

fonsp opened this issue about 2 months ago
Add a developer documentation section to the `LinearAlgebra` docs

jishnub opened this pull request about 2 months ago
Make `popat!` support `@inbounds`

putianyi889 opened this pull request about 2 months ago
REPL: know when to release the prefix context when completing

IanButterworth opened this pull request about 2 months ago
complete effect inference failure when repeating effect inference

nsajko opened this issue about 2 months ago
Add per-task metrics

nickrobinson251 opened this pull request about 2 months ago
Put `jl_gc_new_weakref` in a header file again

lgoettgens opened this pull request about 2 months ago
Get rid of --lisp prompt

PallHaraldsson opened this pull request about 2 months ago
Fix generate_precompile statement grouping & avoid defining new func

IanButterworth opened this pull request about 2 months ago
inference: don't add backdge when `applicable` inferred to return `Bool`

aviatesk opened this pull request about 2 months ago
zeros performance regression in Julia 1.11

diegozea opened this issue about 2 months ago
inference: don't allow `SSAValue`s in assignment lhs

aviatesk opened this pull request about 2 months ago
Scaling `mul!` for generic `AbstractArray`s

jishnub opened this pull request about 2 months ago
Fix `log_quasitriu` for internal scaling `s=0`

aravindh-krishnamoorthy opened this pull request about 2 months ago
inference: fix `[modifyfield!|replacefield!]_tfunc`s

aviatesk opened this pull request about 2 months ago
significant slowdown involving `findall`

matthias314 opened this issue about 2 months ago
Faster println()

PallHaraldsson opened this pull request about 2 months ago
typeintersect: more fastpath to skip intersect under circular env

N5N3 opened this pull request about 2 months ago
Teach compiler about partitioned bindings

Keno opened this pull request 2 months ago
Don't try to allocate new binding partitions from static show

Keno opened this pull request 2 months ago
[REPL] raise default implicit `show` limit to 1MiB

ericphanson opened this pull request 2 months ago
Large regression with StaticArrays in v1.11

kaipartmann opened this issue 2 months ago
Stricter command line parsing

LilithHafner opened this issue 2 months ago
Adding support for MMTk (non-moving immix)

udesou opened this pull request 2 months ago
Fix fetching parent in symmetric algebra

jishnub opened this pull request 2 months ago
Fix trampoline warning on x86 as well

gbaraldi opened this pull request 2 months ago