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

InteractiveUtils: add `@trace_compile` and `@trace_dispatch`

IanButterworth opened this pull request 3 months ago
confusing error when Pkg is not imported but REPL mode has been used

simeonschaub opened this issue 3 months ago
optimize `memorynew` intrinsic for constant length `Memory`

oscardssmith opened this pull request 3 months ago
fix rounding mode in construction of `BigFloat` from pi

nsajko opened this pull request 3 months ago
Prevent extensions from blocking parallel pre-compilation

topolarity opened this pull request 3 months ago
add logic to prefer loading modules that are already loaded

vtjnash opened this pull request 3 months ago
codegen: Restore `ct->scope` in `jl_eh_restore_state`

topolarity opened this pull request 3 months ago
make faster BigFloats

vtjnash opened this pull request 3 months ago
gotoing to inside of a gc_preserve crashes julia

gbaraldi opened this issue 3 months ago
try adding more unwind info to builds fix profiling

IanButterworth opened this pull request 3 months ago
Remove eigvecs method for SymTridiagonal

jishnub opened this pull request 3 months ago
Add propagate_inbounds_meta to atomic genericmemory ops

vchuravy opened this pull request 3 months ago
ntuple: ensure eltype is always `Int`

barucden opened this pull request 3 months ago
[CI] Failing errorshow testset on 32-bit Windows

giordano opened this issue 3 months ago
`setprecision(::Function, ::Type, ::Int)` regression

nsajko opened this issue 3 months ago
doc: MathConstants: add admonitions noting unknown rationality

nsajko opened this pull request 3 months ago
🤖 [master] Bump the Pkg stdlib from ef9f76c17 to 51d4910c1

DilumAluthgeBot opened this pull request 3 months ago
`Libc.errno()` and GC safepoints

vchuravy opened this issue 3 months ago
Revert "Improve printing of several arguments"

vtjnash opened this pull request 3 months ago
TOML: Avoid type-pirating `Base.TOML.Parser`

topolarity opened this pull request 3 months ago
add Order.rev() for reverse sorting

aplavin opened this pull request 3 months ago
Profile: fix order of fields in heapsnapshot & improve formatting

IanButterworth opened this pull request 3 months ago
Wall-time/all tasks profiler

d-netto opened this pull request 3 months ago
Potential lowering bug on 1.12

Drvi opened this issue 3 months ago
MethodError after `using` packages, running Pkg commands

wheeheee opened this issue 3 months ago
irrationals: restrict assume effects annotations to known types

nsajko opened this pull request 3 months ago
inference: add missing `TypeVar` handling for `instanceof_tfunc`

aviatesk opened this pull request 3 months ago
EXCEPTION_ACCESS_VIOLATION at 0x79e26d8

ehehela opened this issue 3 months ago
Install terminfo data under /usr/share/julia

nalimilan opened this pull request 3 months ago
codegen: fix alignment typos

vtjnash opened this pull request 3 months ago
fix FileWatching designs and add workaround for a stat bug on Apple

vtjnash opened this pull request 3 months ago
lowering: split `finally` blocks for exceptional control-flow

topolarity opened this pull request 3 months ago
fix `(-Inf)^-1` inconsistency

oscardssmith opened this pull request 3 months ago
invalid usage of `@assume_effects` in `base/irrationals.jl`

nsajko opened this issue 3 months ago
fix dispatch constraint on arg on rationalize for AbstractIrrational

nsajko opened this pull request 3 months ago
lowering: don't reverse handler order in `(pop-handler-list ...)`

topolarity opened this pull request 3 months ago
fix infinite recursion in `promote_type` for `Irrational`

nsajko opened this pull request 3 months ago
update `hash` doc string: `widen` not required any more

nsajko opened this pull request 3 months ago
Precompilation segfaults in Random

tomaklutfu opened this issue 3 months ago
Fix late gc lowering pass for vector intrinsics

gbaraldi opened this pull request 3 months ago
Update TaskLocalRNG docstring according to #49110

danielwe opened this pull request 3 months ago
doc: `baremodule`: more accurate `include` example

nsajko opened this pull request 3 months ago
HISTORY entry for deletion of `length(::Stateful)`

nsajko opened this pull request 3 months ago
summary of output functions: cross-ref println and printstyled

stevengj opened this pull request 3 months ago
Apple: fix bus error on smaller readonly file in unix

vtjnash opened this pull request 3 months ago
NEWS entry for deletion of `length(::Stateful)`

nsajko opened this pull request 3 months ago
Profile: Improve generation of clickable terminal links

IanButterworth opened this pull request 3 months ago
Backports release 1.11

KristofferC opened this pull request 3 months ago
🤖 [master] Bump the Downloads stdlib from 1061ecc to 89d3c7d

DilumAluthgeBot opened this pull request 3 months ago
docs: Small edits to noteworthy differences

RichardLitt opened this pull request 3 months ago
[REPL] Fix #55850 by using `safe_realpath` instead of `abspath` in `projname`

christiangnrd opened this pull request 3 months ago
Wrong default REPL prompt when `JULIA_DEPOT_PATH` is a symlink

christiangnrd opened this issue 3 months ago
Mmap: fix grow! for non file IOs

IanButterworth opened this pull request 3 months ago
Add `--trace-dispatch`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

IanButterworth opened this pull request 3 months ago