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

REPL: Don't search for ?( completions when hinting

IanButterworth opened this pull request 2 months ago
move time_imports and trace_* macros to Base but remain owned by InteractiveUtils

IanButterworth opened this pull request 2 months ago
add recompile comment in --trace-compile in terminal color mode too

IanButterworth opened this pull request 2 months ago
Inconsistent handling of `--trace-compile` argument

paulmelis opened this issue 2 months ago
Some usability follow-ups and fixes for the world macro

Keno opened this pull request 2 months ago
The string `?(` bogs down REPL input to a crawl

mbauman opened this issue 2 months ago
trimming: don't abort where we used to resolve dynamic calls

topolarity opened this pull request 2 months ago
Remove NewPM pass exports.

maleadt opened this pull request 2 months ago
Regression in startup time to full REPL

knuesel opened this issue 2 months ago
CI: Failure in revise test

jishnub opened this issue 2 months ago
Segfault when `unsafe_load`ing inbounds pointer

jakobnissen opened this issue 2 months ago
inference: fix inference error from constructing invalid `TypeVar`

aviatesk opened this pull request 2 months ago
Preserve type in `first` for `OneTo`

jishnub opened this pull request 2 months ago
Warn about negative size in array construction

jishnub opened this pull request 2 months ago
🤖 [backports-release-1.11] Bump the Pkg stdlib from aba90d22b to 9438b6e99

DilumAluthgeBot opened this pull request 2 months ago
[Test] Print RNG seed of a failed testset

giordano opened this pull request 2 months ago
LinearAlgebra support for cross product of 3-tuples

MilesCranmer opened this pull request 2 months ago
Missing tests for IdSet

kshyatt opened this pull request 2 months ago
🤖 [master] Bump the Pkg stdlib from 27c1b1ee5 to 799dc2d54

DilumAluthgeBot opened this pull request 2 months ago
wrong location for Julia's start menu entry under Windows

donovaly opened this issue 2 months ago
REPL: fix closing quote on completing files in a ~ path

IanButterworth opened this pull request 2 months ago
REPL: fix brace detection when ' is used for transpose

IanButterworth opened this pull request 2 months ago
REPL: run repl hint generation for modeswitch chars when not switching

IanButterworth opened this pull request 2 months ago
fix julia crash in type inference of `TypeVar` construction

nsajko opened this pull request 2 months ago
Few more tests for AbstractChar

kshyatt opened this pull request 2 months ago
Tests for two AbstractString methods

kshyatt opened this pull request 2 months ago
Test for showing AnnotatedIOBuffer

kshyatt opened this pull request 2 months ago
Improve docstrings for `filesize` and `stat`

KronosTheLate opened this pull request 2 months ago
LinearAlgebra: replace some hardcoded loop ranges with axes

jishnub opened this pull request 2 months ago
Change in-place exp to out-of-place in matrix trig functions

jishnub opened this pull request 2 months ago
rename: invalid -> incompatible cache header

IanButterworth opened this pull request 2 months ago
Make isbitstypes use memmove instead of the runtime function in copyto!

gbaraldi opened this pull request 2 months ago
Allow taking Matrix slices without an extra allocation

vtjnash opened this pull request 2 months ago
precompile: add error for using require_stdlib during precompile

vtjnash opened this pull request 2 months ago
Restore support for checking for UndefVarError variable name in at-test_throws

nickrobinson251 opened this pull request 2 months ago
Misleading "This error has been manually thrown, [...]" hint

thofma opened this issue 2 months ago
Fix kron indexing for types without a unique zero

jishnub opened this pull request 2 months ago
Backports for 1.11.2

KristofferC opened this pull request 2 months ago
Add basic infrastructure for binding replacement

Keno opened this pull request 2 months ago
Make `LinearAlgebra.haszero` public

jishnub opened this pull request 2 months ago
fix REPL test if a "juliadev" directory exists in home

nhz2 opened this pull request 2 months ago
url relocation build markdown

spaette opened this pull request 2 months ago
[REPL] fix lock ordering mistake in load_pkg

vtjnash opened this pull request 2 months ago
fix precompile process flags

vtjnash opened this pull request 2 months ago
`__precompile__(false)` in extensions is not applied correctly

topolarity opened this issue 2 months ago
Base: new function `isdivisible`

barucden opened this issue 2 months ago
call inactive function in while loop

kulowf opened this issue 2 months ago
Add `atol` to addmul tests

jishnub opened this pull request 2 months ago
Julia 1.11 EXCEPTION_ACCESS_VIOLATION

gyk opened this issue 2 months ago
Julia 1.11.1 precompilations and freeze with -O3

ancapdev opened this issue 2 months ago
Update stable release tag to 1.11.1 in README.md

TacHawkes opened this pull request 2 months ago
1.11.1: breaking change in extension loading

aplavin opened this issue 2 months ago
url relocation LinearAlgebra markdown

spaette opened this pull request 2 months ago
use stmt instead of `Instruction` in `populate_def_use_map!`

jumerckx opened this pull request 2 months ago
Add context to `errorshow` `except_str` tests

jishnub opened this pull request 2 months ago
Invalid code displayed for block in if statement

eschnett opened this issue 2 months ago
Fix some grammatical errors on docstring of `GenericMemory`

mofeing opened this pull request 2 months ago
Mark `require_one_based_indexing` and `has_offset_axes` as public

adrhill opened this pull request 2 months ago
Include default user depot when JULIA_DEPOT_PATH has leading empty entry

IanButterworth opened this pull request 2 months ago
Add AnnotatedString display interface (eliminate StyledStrings type-piracy)

topolarity opened this pull request 2 months ago
`CC.populate_def_use_map!` doesn't work as expected.

jumerckx opened this issue 2 months ago
Move `eachregion(::AnnotatedString)` implementation to Base

topolarity opened this pull request 2 months ago
Markdown: Resolve `Face`s eagerly when styling

topolarity opened this pull request 2 months ago
`errorshow` is frequently failing CI

d-netto opened this issue 2 months ago
Fix `goto` insertion when dom-sorting IR in `slot2ssa` pass

topolarity opened this pull request 2 months ago
Support vectorization of the gc.loaded intrinsics

vchuravy opened this pull request 2 months ago
Move EffectsOverride to expr.jl

Keno opened this pull request 2 months ago
Break dependency between loading and Core.Compiler

Keno opened this pull request 2 months ago
Remove zero arg methods of `+` and `*` from linalg tests

fredrikekre opened this pull request 2 months ago
minor tweak on sysimg.md

aviatesk opened this pull request 2 months ago
`unlock` notifies _all_ waiting tasks

kpamnany opened this issue 2 months ago
Dev docs: Improve formatting of linux debug tips

spaette opened this pull request 2 months ago
release-1.11: set VERSION to 1.11.1

KristofferC opened this pull request 2 months ago
Remove redundant `convert` in `_setindex!`

giordano opened this pull request 2 months ago
avx512 features no longer detected in target images in v1.11

Vobarkun opened this issue 2 months ago
Add `diagview` to obtain a view along a diagonal

jishnub opened this pull request 2 months ago
Fix implicit `convert(String, ...)` in several places

topolarity opened this pull request 2 months ago
Add a convenience constructor for `MulAddMul`

jishnub opened this pull request 2 months ago
Specialize `haszero` for `Union{Missing,<:Number}`

jishnub opened this pull request 2 months ago
Fix indexing for block triangular matrices

jishnub opened this pull request 2 months ago
Make `BoundsError` lazy and move `Memory` boundscheck to Julia

oscardssmith opened this pull request 2 months ago
inconsistent semantics of `gcd`, `lcm`

nsajko opened this issue 2 months ago
Fix markdown list in installation.md

abhro opened this pull request 2 months ago
[CRC32c] Support AbstractVector{UInt8} as input

nhz2 opened this pull request 2 months ago