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
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
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
IanButterworth opened this pull request 2 months ago
Inconsistent handling of `--trace-compile` argument
paulmelis opened this issue 2 months ago
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
Keno opened this pull request 2 months ago
The string `?(` bogs down REPL input to a crawl
mbauman opened this issue 2 months ago
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
topolarity opened this pull request 2 months ago
Reland "Reroute (Upper/Lower)Triangular * Diagonal through __muldiag #55984"
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Remove NewPM pass exports.
maleadt opened this pull request 2 months ago
maleadt opened this pull request 2 months ago
Regression in startup time to full REPL
knuesel opened this issue 2 months ago
knuesel opened this issue 2 months ago
Revert "Reroute` (Upper/Lower)Triangular * Diagonal` through `__muldiag`"
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
CI: Failure in revise test
jishnub opened this issue 2 months ago
jishnub opened this issue 2 months ago
Segfault when `unsafe_load`ing inbounds pointer
jakobnissen opened this issue 2 months ago
jakobnissen opened this issue 2 months ago
inference: fix inference error from constructing invalid `TypeVar`
aviatesk opened this pull request 2 months ago
aviatesk opened this pull request 2 months ago
Preserve type in `first` for `OneTo`
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Warn about negative size in array construction
jishnub opened this pull request 2 months ago
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
DilumAluthgeBot opened this pull request 2 months ago
[Test] Print RNG seed of a failed testset
giordano opened this pull request 2 months ago
giordano opened this pull request 2 months ago
LinearAlgebra support for cross product of 3-tuples
MilesCranmer opened this pull request 2 months ago
MilesCranmer opened this pull request 2 months ago
Missing tests for IdSet
kshyatt opened this pull request 2 months ago
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
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
donovaly opened this issue 2 months ago
Test failure in `LinearAlgebra/lapack.jl` in comparing `LAPACK.sytri!` to `inv` for an almost-symmetric matrix
jishnub opened this issue 2 months ago
jishnub opened this issue 2 months ago
REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"`
IanButterworth opened this pull request 2 months ago
IanButterworth opened this pull request 2 months ago
REPL: fix closing quote on completing files in a ~ path
IanButterworth opened this pull request 2 months ago
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
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
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
nsajko opened this pull request 2 months ago
Few more tests for AbstractChar
kshyatt opened this pull request 2 months ago
kshyatt opened this pull request 2 months ago
Tests for two AbstractString methods
kshyatt opened this pull request 2 months ago
kshyatt opened this pull request 2 months ago
Test for showing AnnotatedIOBuffer
kshyatt opened this pull request 2 months ago
kshyatt opened this pull request 2 months ago
the `//(::Number, ::Complex)` method is not correct when the second argument is zero or infinite
nsajko opened this issue 2 months ago
nsajko opened this issue 2 months ago
Improve docstrings for `filesize` and `stat`
KronosTheLate opened this pull request 2 months ago
KronosTheLate opened this pull request 2 months ago
LinearAlgebra: replace some hardcoded loop ranges with axes
jishnub opened this pull request 2 months ago
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
jishnub opened this pull request 2 months ago
rename: invalid -> incompatible cache header
IanButterworth opened this pull request 2 months ago
IanButterworth opened this pull request 2 months ago
[backports-release-1.11] Actually setup jit targets when compiling packageimages instead of targeting only one (#54471)
IanButterworth opened this pull request 2 months ago
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
gbaraldi opened this pull request 2 months ago
Allow taking Matrix slices without an extra allocation
vtjnash opened this pull request 2 months ago
vtjnash opened this pull request 2 months ago
Revert "Extensions: make loading of extensions independent of what packages are in the sysimage (#52841)
KristofferC opened this pull request 2 months ago
KristofferC opened this pull request 2 months ago
precompile: add error for using require_stdlib during precompile
vtjnash opened this pull request 2 months ago
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
nickrobinson251 opened this pull request 2 months ago
Misleading "This error has been manually thrown, [...]" hint
thofma opened this issue 2 months ago
thofma opened this issue 2 months ago
Fix kron indexing for types without a unique zero
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Backports for 1.11.2
KristofferC opened this pull request 2 months ago
KristofferC opened this pull request 2 months ago
Add basic infrastructure for binding replacement
Keno opened this pull request 2 months ago
Keno opened this pull request 2 months ago
Make `LinearAlgebra.haszero` public
jishnub opened this pull request 2 months ago
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
nhz2 opened this pull request 2 months ago
url relocation build markdown
spaette opened this pull request 2 months ago
spaette opened this pull request 2 months ago
REPLExt: no method matching repl_init(::REPL.LineEditREPL) when loading packages in REPL mode.
ndgnuh opened this issue 2 months ago
ndgnuh opened this issue 2 months ago
[REPL] fix lock ordering mistake in load_pkg
vtjnash opened this pull request 2 months ago
vtjnash opened this pull request 2 months ago
fix precompile process flags
vtjnash opened this pull request 2 months ago
vtjnash opened this pull request 2 months ago
`__precompile__(false)` in extensions is not applied correctly
topolarity opened this issue 2 months ago
topolarity opened this issue 2 months ago
Base: new function `isdivisible`
barucden opened this issue 2 months ago
barucden opened this issue 2 months ago
call inactive function in while loop
kulowf opened this issue 2 months ago
kulowf opened this issue 2 months ago
Add `atol` to addmul tests
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Julia 1.11 EXCEPTION_ACCESS_VIOLATION
gyk opened this issue 2 months ago
gyk opened this issue 2 months ago
Using length() in the conditional expression for while is slow
1s22s1 opened this issue 2 months ago
1s22s1 opened this issue 2 months ago
Julia 1.11.1 precompilations and freeze with -O3
ancapdev opened this issue 2 months ago
ancapdev opened this issue 2 months ago
Freeze when switching to pkg mode, when Pkg has not been loaded already.
sgaure opened this issue 2 months ago
sgaure 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
TacHawkes opened this pull request 2 months ago
1.11.1: breaking change in extension loading
aplavin opened this issue 2 months ago
aplavin opened this issue 2 months ago
some combination of shapes during assignment (not broadcasted) into arrays don't error when they should
adienes opened this issue 2 months ago
adienes opened this issue 2 months ago
url relocation LinearAlgebra markdown
spaette opened this pull request 2 months ago
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
jumerckx opened this pull request 2 months ago
println is 10 ms slower than print (first use), likely missing precompiles on 1.11.1, and down to 1.10.5 actually; both allocate too [much] (and not as much), after precompilation
PallHaraldsson opened this issue 2 months ago
PallHaraldsson opened this issue 2 months ago
Add context to `errorshow` `except_str` tests
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Invalid code displayed for block in if statement
eschnett opened this issue 2 months ago
eschnett opened this issue 2 months ago
Fix some grammatical errors on docstring of `GenericMemory`
mofeing opened this pull request 2 months ago
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
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
IanButterworth opened this pull request 2 months ago
Add AnnotatedString display interface (eliminate StyledStrings type-piracy)
topolarity opened this pull request 2 months ago
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
jumerckx opened this issue 2 months ago
Move `eachregion(::AnnotatedString)` implementation to Base
topolarity opened this pull request 2 months ago
topolarity opened this pull request 2 months ago
Markdown: Resolve `Face`s eagerly when styling
topolarity opened this pull request 2 months ago
topolarity opened this pull request 2 months ago
`errorshow` is frequently failing CI
d-netto opened this issue 2 months ago
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
topolarity opened this pull request 2 months ago
Support vectorization of the gc.loaded intrinsics
vchuravy opened this pull request 2 months ago
vchuravy opened this pull request 2 months ago
Move EffectsOverride to expr.jl
Keno opened this pull request 2 months ago
Keno opened this pull request 2 months ago
Break dependency between loading and Core.Compiler
Keno opened this pull request 2 months ago
Keno opened this pull request 2 months ago
Split reflection into compiler-dependent and compiler-independent pieces
Keno opened this pull request 2 months ago
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
fredrikekre opened this pull request 2 months ago
minor tweak on sysimg.md
aviatesk opened this pull request 2 months ago
aviatesk opened this pull request 2 months ago
`unlock` notifies _all_ waiting tasks
kpamnany opened this issue 2 months ago
kpamnany opened this issue 2 months ago
Dev docs: Improve formatting of linux debug tips
spaette opened this pull request 2 months ago
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
KristofferC opened this pull request 2 months ago
Split up the one big codegen lock into per-function locks and dependency edge tracking
vtjnash opened this pull request 2 months ago
vtjnash opened this pull request 2 months ago
Remove redundant `convert` in `_setindex!`
giordano opened this pull request 2 months ago
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
Vobarkun opened this issue 2 months ago
Add `diagview` to obtain a view along a diagonal
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Fix implicit `convert(String, ...)` in several places
topolarity opened this pull request 2 months ago
topolarity opened this pull request 2 months ago
`DEPOT_PATH` expansion from `JULIA_DEPOT_PATH` behavior change between 1.10 and 1.11
Moelf opened this issue 2 months ago
Moelf opened this issue 2 months ago
Autocomplete doesn't work on Pkg REPL mode on Windows on v1.11
el-oso opened this issue 2 months ago
el-oso opened this issue 2 months ago
Add a convenience constructor for `MulAddMul`
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Specialize `haszero` for `Union{Missing,<:Number}`
jishnub opened this pull request 2 months ago
jishnub opened this pull request 2 months ago
Fix indexing for block triangular matrices
jishnub opened this pull request 2 months ago
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
oscardssmith opened this pull request 2 months ago
inconsistent semantics of `gcd`, `lcm`
nsajko opened this issue 2 months ago
nsajko opened this issue 2 months ago
Fix markdown list in installation.md
abhro opened this pull request 2 months ago
abhro opened this pull request 2 months ago
[CRC32c] Support AbstractVector{UInt8} as input
nhz2 opened this pull request 2 months ago
nhz2 opened this pull request 2 months ago