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

Add `--trace-dispatch`

kpamnany opened this pull request 4 months ago
Specialize `parentmodule` for `IntrinsicFunction`

jumerckx opened this pull request 4 months ago
Use "index" instead of "subscript" to refer to indexing in performance tips

LilithHafner opened this pull request 4 months ago
privatize annotated string API, take two

KristofferC opened this pull request 4 months ago
🤖 [master] Bump the Pkg stdlib from 308f9d32f to ef9f76c17

DilumAluthgeBot opened this pull request 4 months ago
"ambiguous `.` syntax" errors could be more concrete

aplavin opened this issue 4 months ago
print(iobuffer, number) without calling string(number)?

stevengj opened this issue 4 months ago
"try foo(); finally; end" should be optimized to "foo()"

stevengj opened this issue 4 months ago
Better error message on `mv(x, x)`

LilithHafner opened this issue 4 months ago
`-2..-1` doesn't parse

aplavin opened this issue 4 months ago
`(-Inf)^-1` inconsistency for `Float64`

nsajko opened this issue 4 months ago
Make output type promotion for `LinearAlgebra.normalize` GPU friendly

BioTurboNick opened this pull request 4 months ago
[Dates] Make test more robust against non-UTC timezones

giordano opened this pull request 4 months ago
Fix some corner cases of `isapprox` with unsigned integers

giordano opened this pull request 4 months ago
Dates/types test fails on v1.10

d-netto opened this issue 4 months ago
expose metric to report reasons why full GCs were triggered

d-netto opened this pull request 4 months ago
In ntuple, respect the type of the count argument

mhauru opened this pull request 4 months ago
Replace regex package module checks with actual code checks

IanButterworth opened this pull request 4 months ago
lmul!/rmul! for banded matrices

jishnub opened this pull request 4 months ago
Fix import-before-module check

barucden opened this pull request 4 months ago
Use matprod_dest in triangular multiplications

jishnub opened this pull request 4 months ago
missing `_convert_rounding` methods for `RoundFromZero`

nsajko opened this issue 4 months ago
[Random] Avoid conversion to `Float32` in `Float16` sampler

giordano opened this pull request 4 months ago
`UndefRefError` during deserialization when using Distributed

devmotion opened this issue 4 months ago
RFC: fix #54664, make at-doc not change when REPL is loaded

JeffBezanson opened this pull request 4 months ago
Hide loading internals in LoadError / precompilation errors

IanButterworth opened this pull request 4 months ago
simplify the fields of `UnionSplitInfo`

aviatesk opened this pull request 4 months ago
Incorrect results from `isapprox` with Integer args

yurivish opened this issue 4 months ago
Check for conflicting `@ccallable` name before JIT registration

topolarity opened this pull request 4 months ago
more informative @test x ≈ y failure message

stevengj opened this issue 4 months ago
move the test case added in #50174 to test/core.jl

aviatesk opened this pull request 4 months ago
`@which` and dispatch disagree in obscure case

Socob opened this issue 4 months ago
🤖 [master] Bump the Pkg stdlib from 299a35610 to 308f9d32f

DilumAluthgeBot opened this pull request 4 months ago
Dispatch performance regression

charleskawczynski opened this issue 4 months ago
use libuv to measure maxrss

d-netto opened this pull request 4 months ago
REPL: use atreplinit to change the active module during precompilation

IanButterworth opened this pull request 4 months ago
Improve `MethodError` type abreviation

oscardssmith opened this issue 4 months ago
Improve codegen for `Core.throw_methoderror` and `Core.current_scope`

topolarity opened this pull request 4 months ago
Remove llvm-muladd pass and move it's functionality to to llvm-simdloop

gbaraldi opened this pull request 4 months ago
crashed caused by calling dlopen in find_library

wgmitchener opened this issue 4 months ago
Julia nightly failure to precompile REPL

fingolfin opened this issue 4 months ago
Broadcast binary ops involving strided triangular

jishnub opened this pull request 4 months ago
better error for esc outside of macro expansion

simeonschaub opened this pull request 4 months ago
a minor improvement for EA-based `:effect_free`-ness refinement

aviatesk opened this pull request 4 months ago
fix #52986, regression in `@doc` of macro without REPL loaded

JeffBezanson opened this pull request 4 months ago
Massive memory leak in Julia due to tiny memory leak in C

Yixiao-Zhang opened this issue 4 months ago
Add a convenience object for expressing once-like / per-runtime patterns

vtjnash opened this pull request 4 months ago
Multiline comment parsing error on 1.11-rc3

j-fu opened this issue 4 months ago
set VERSION to 1.11.0-rc4

KristofferC opened this pull request 4 months ago
ntuple eltype depends on tuple length for UInt64

piever opened this issue 4 months ago
better handle unknown expression heads in deparse

simeonschaub opened this pull request 4 months ago
v1.11-rc3: precompilation fails for BandedMatrices.jl

dlfivefifty opened this issue 4 months ago
Error hint for single-quoted string

jariji opened this issue 4 months ago
Add misc precompiles (for benchmarks)

PallHaraldsson opened this pull request 4 months ago
use `inferencebarrier` instead of `invokelatest` for 1-arg `@assert`

aviatesk opened this pull request 4 months ago
use PrecompileTools mechanics to compile REPL

IanButterworth opened this pull request 4 months ago
Print results of `runtests` with `printstyled`

giordano opened this pull request 4 months ago
Test failure in `LinearAlgebra/addmul`

giordano opened this issue 4 months ago
REPL precompile script not caching methods from runtime dispatch

IanButterworth opened this issue 4 months ago
Reland " Avoid materializing arrays in bidiag matmul #55450"

jishnub opened this pull request 4 months ago
Fix `unsafe_read` for `IOBuffer` with non dense data

nhz2 opened this pull request 4 months ago
Try to put back previously flakey addmul tests

LilithHafner opened this pull request 4 months ago
Make `Base.donotdelete` public

LilithHafner opened this pull request 4 months ago
Add compat entry for `Base.donotdelete`

LilithHafner opened this pull request 4 months ago
support `isless` for zero-dimensional `AbstractArray`s

nsajko opened this pull request 4 months ago
Define `isless` for 0-dim arrays

jariji opened this issue 4 months ago
codegen: fix bits compare for UnionAll

vtjnash opened this pull request 4 months ago
crash when comparing a type to a kind

vtjnash opened this issue 4 months ago
codegen: split gc roots from other bits on stack

vtjnash opened this pull request 4 months ago
move null check in `unsafe_convert` of RefValue

JeffBezanson opened this pull request 4 months ago
Segfault when reading CSV from within the R environment

Tmonster opened this issue 4 months ago
Fix dispatch for `rdiv!` with `LU`

dkarrasch opened this pull request 4 months ago
trace-compile: color recompilation yellow

IanButterworth opened this pull request 4 months ago
Fix hang in tmerge_types_slow

gbaraldi opened this pull request 4 months ago
RFC: Introduce `ArtifactDownloads` stdlib

topolarity opened this pull request 4 months ago
Improve printing of several arguments

gdalle opened this pull request 4 months ago
REPL precompilation workload is broken

IanButterworth opened this issue 4 months ago
Precompile Markdown parsing AND printing

PallHaraldsson opened this pull request 4 months ago
Markdown: support `parse(::AbstractString)`

barucden opened this pull request 4 months ago
Backports for 1.10.6

KristofferC opened this pull request 4 months ago
fix #45494, error in ssa conversion with complex type decl

JeffBezanson opened this pull request 4 months ago
doc: heap snapshot viewing

nsajko opened this pull request 4 months ago
Change annotations to use a NamedTuple

tecosaur opened this pull request 4 months ago
Add `invokelatest` barrier to `string(...)` in `@assert`

topolarity opened this pull request 4 months ago
Learn program

Vijay261-ops opened this issue 4 months ago