Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Julia Language

Julia is a fast and user-friendly programming language for high-performance scientific computing.
Collective - Host: numfocus - https://opencollective.com/julialang - Website: https://julialang.org/ - Code: https://github.com/JuliaLang/julia

Hoist boundscheck in vector setindex for arrays (#53149)

As noted by @N5N3 in
https://github.com/JuliaLang/julia/issues/40962#issuecomment-1921469633,
...

github.com/JuliaLang/julia - d54a4550cbe2892014609c1cc797f129a9ccb1ee authored about 1 year ago
deps/libsuitesparse: fix source build (#53150)

fix #53122

github.com/JuliaLang/julia - 058b511622539a943436c38ca19258eec3eff02d authored about 1 year ago
chore: Release juliaup version 1.13.1

github.com/JuliaLang/juliaup - e147ae791064e11673d58c3936c5c4c9837797e5 authored about 1 year ago
Merge pull request #817 from JuliaLang/auto-generate-release-notes

Automatically generate release notes

github.com/JuliaLang/juliaup - a7006497a3ea871229f920aa8e27edce066d1947 authored about 1 year ago
Automatically generate release notes

github.com/JuliaLang/juliaup - 7c7b908d0bcd242e5ca113cfe6a5d08ebe037971 authored about 1 year ago
Add documentation for nightly

github.com/JuliaLang/juliaup - 31b0caad8f1aea55574be277d47ce55219acb8b7 authored about 1 year ago
Disable fail fast

github.com/JuliaLang/juliaup - b14ddbeff8e61e7f6fd6c68a17cb6c01e8ffd137 authored about 1 year ago
Update and load styledstrings in REPL (#51869)

This has some value by itself, but mainly serves as a prerequisite for
#51811, #51816, and #518...

github.com/JuliaLang/julia - 6e7db14712efbacca0569b1ac25e5fd7484d8906 authored about 1 year ago
Introduce AnnotatedIOBuffer (#51807)

This allows for styled content to be constructed incrementally, without
resorting to repeated c...

github.com/JuliaLang/julia - f117a500ca93fcafba568038744d63074c13af73 authored about 1 year ago
Change to streaming out the heap snapshot data (#52854)

This PR is to continue the work on the following PR:

Prevent OOMs during heap snapshot: Chan...

github.com/JuliaLang/julia - c16472b001487d89e0e685a96873205f0efbfdbc authored about 1 year ago
delete unnecessary abstract type in `Base.Rounding` (#53093)

github.com/JuliaLang/julia - 8b88e3bb9a7eb76c5e36ea3ad09d32819c6ebe99 authored about 1 year ago
Clarify error when arrays are too big for the system bit width (#52545)

On Slack, was helping someone who encountered an "Invalid Array size"
error message on a 32-bit...

github.com/JuliaLang/julia - 88218c671b13fe84721ee59ec328a31357d23996 authored about 1 year ago
`typemin`, `typemax` for irrationals (#50894)

Fixes #36978

github.com/JuliaLang/julia - 453e9d0e585a27b4e66275b90876cccb3a87c42e authored about 1 year ago
Load StyledStrings in REPL

By loading the StyledStrings stdlib in REPL, we load the privateered
print/show methods for the ...

github.com/JuliaLang/julia - 30ccace4277ac457ad3dfd2c611e22a8aa3b1ac0 authored about 1 year ago
Update StyledStrings version

This gets us two particular commits of interest:
- Replace within-module eval with hygienic eval...

github.com/JuliaLang/julia - 1552116221016722bb97fff18fdcb9d417e6f2e9 authored about 1 year ago
🤖 [master] Bump the Pkg stdlib from ba4955e2e to f3b81f1aa (#53138)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: ...

github.com/JuliaLang/julia - e7a1c7f690647eb51ff4f35572abd6ea496460c0 authored about 1 year ago
forward `repeat(A, cts..)` to `repeat(A; kw..)` (#49830)

This would mean that custom array types that seek to extend `repeat`
only need to add the metho...

github.com/JuliaLang/julia - f064e1bac1d514fa5c933b1a25ac0df857aaf947 authored about 1 year ago
Better libuv error message for ENOENT ~ (#22647)

github.com/JuliaLang/julia - 6db867b06e6b79ba73a7bfb04b6c06bd2048e0a6 authored about 1 year ago
Define valtype(::Tuple) and keytype(::Tuple) (#49179)

Same as https://github.com/JuliaLang/julia/pull/46555, but for Tuples

Co-authored-by: Oscar S...

github.com/JuliaLang/julia - 353d7b70290af956a8429a07dd4f963547e82e07 authored about 1 year ago
Access only stored inds in `copy` for strided `AbstractTriangular` (#52907)

github.com/JuliaLang/julia - 08e3c2ebcabf2de5007f2d715f5e55e60d98eae9 authored about 1 year ago
Make FDWatcher check for file descriptors equal to -1 (#52902)

github.com/JuliaLang/julia - 444e14eefb18e66bb9035ca41559fde61c6ce2f6 authored about 1 year ago
Writing from one AnnotatedIOBuffer to another

github.com/JuliaLang/julia - d49ba4f912848b0a0dcf71e6f3602f2533ffff27 authored about 1 year ago
Update the mention of annotated features in NEWS

github.com/JuliaLang/julia - 39839acf5363dc90f5253688c964a8f9a07e8efd authored about 1 year ago
Tests for AnnotatedIOBuffer

github.com/JuliaLang/julia - 2e6ebb94d083ae21c310dc842762b824a8a88b80 authored about 1 year ago
Use insert! not splice! for new annotations

Co-authored-by: Jameson Nash <[email protected]>

github.com/JuliaLang/julia - 2b9839b14aed9c56477cdda61edcc959c2d76caa authored about 1 year ago
Also read AnnotatedChars from an AnnotatedIOBuffer

The `read(::AnnotatedIOBuffer, AnnotatedString)` method is intended as
an approximate analogue t...

github.com/JuliaLang/julia - f4c5e13a6ec85bbab83d29601342c33a44f787b2 authored about 1 year ago
Make AnnotatedIOBuffer reading more generic

While `String` is the only concrete type for which `read(::IOBuffer,
::Type{<:AbstractString})` ...

github.com/JuliaLang/julia - c2b441b8c67a619020c33b18097c95fa4b9c4413 authored about 1 year ago
get_bool_env: add method with a lazy default option. Add kwarg to throw (#52950)

Based on need here
https://github.com/JuliaLang/Pkg.jl/pull/3764#discussion_r1456534459

github.com/JuliaLang/julia - 886d7a45cae251f7214d49e34581c102086b0101 authored about 1 year ago
Try to fix incorrect documentation of `nthreads` (#53117)

Since https://github.com/JuliaLang/julia/pull/49094, the docstring of
`nthreads` has been incor...

github.com/JuliaLang/julia - 95ae27f6255fdb5f10d32ab6e8134632171bb822 authored about 1 year ago
Add `Base.checked_pow(x,y)` to `Base.Checked` library (#52849)

Fixes #52262.

Performs `^(x, y)` but throws OverflowError on overflow.

Example:
```julia
...

github.com/JuliaLang/julia - 83041110e1812a21e1a94a21834694ffd2664d81 authored about 1 year ago
fix pkgimage.mk tree (#53133)

Taken from https://github.com/JuliaLang/julia/pull/53111

github.com/JuliaLang/julia - 81deb5edd1242c3be027bbfdf762d34fe68c472c authored about 1 year ago
Inplace transpose for unit Triangular may skip diagonal (#53101)

Since the diagonal elements of a `UnitUpperTriangular` are given by
`onelement`, these should be...

github.com/JuliaLang/julia - cc74d241be9f023ceb6d2ded7314bfbd02f8b17c authored about 1 year ago
follow up #53127, fix the broken test case (#53134)

github.com/JuliaLang/julia - cb9b00d7e6fc1594ace128c46e2cf8b33bdb4b8e authored about 1 year ago
Make AnnotatedIOBuffer behave more like IOBuffer

A few extra methods help a lot. It also turns out that we don't actually
need to implement lock/...

github.com/JuliaLang/julia - 311553e4987e0dd426fc9d0bc9e8587f04b89281 authored about 1 year ago
Introduce AnnotatedIOBuffer

This allows for styled content to be constructed incrementally, without
resorting to repeated co...

github.com/JuliaLang/julia - 2730f29e6d5c1d0f4dabfc21693aab057aae941b authored about 1 year ago
inference: avoid adding duplicate edges as invoke targets (#53121)

This was inefficient, though not wrong.

Fixes #53020

github.com/JuliaLang/julia - dc474d8b2af54a8d2c48774aa92b0b47f9740032 authored about 1 year ago
put a try catch around calls to `propertynames` in tab completion. (#53127)

fixes https://github.com/JuliaLang/julia/issues/53126

github.com/JuliaLang/julia - 12953797e0a2fc2739f6383cf56e362993851f36 authored about 1 year ago
🤖 [master] Bump the ArgTools stdlib from 4eccde4 to 997089b (#53124)

Stdlib: ArgTools
URL: https://github.com/JuliaIO/ArgTools.jl.git
Stdlib branch: master
Julia ...

github.com/JuliaLang/julia - 9df7a67f026d99741b0cb477397016717310394b authored about 1 year ago
make `Base.reduced_indices` more type-stable (#52905)

This fixes #35199 by rewriting `Base.reduced_indices` to be
type stable (and grounded). I was a...

github.com/JuliaLang/julia - 4b1bbeb2f22107d210bdd76d2a9b46ee59f5aaf5 authored about 1 year ago
Restrict some argument types for _truncate_at_width_or_chars (#53031)

This resolved some invalidations for me in a package

github.com/JuliaLang/julia - 432d248ccbf6fb8a56baea3330649bc989bf6f9e authored about 1 year ago
Fix invalid let syntax from LHS views (#53108)

When the frontend lowers an expression like `lhs .+= rhs`, it needs to
prevent evaluating the L...

github.com/JuliaLang/julia - 9f643a01a96d12363cd3f202a6b4ba43a21440f4 authored about 1 year ago
make `keytype` and `valtype` work for `UnionAll` `AbstractDict`s (#53116)

Fixes #53115

github.com/JuliaLang/julia - fdb342c56d91a1262d70abc31383a9d6084042b6 authored about 1 year ago
Don't mention __precompile__(false) in error message (#53099)

I am fairly sure nothing in my dep tree uses `__precompile__(false)` so
this message is mislead...

github.com/JuliaLang/julia - ef69db66352130660ef73f98ddf3a3a4d0585b96 authored about 1 year ago
Improve inferrability of large unions, as seen in `LinearAlgebra.wrap` (#53084)

The `LinearAlgebra.wrap` makes a large (5 element) union with some
almost-similar types. This w...

github.com/JuliaLang/julia - 3510f4ed16c4e8e2ffc892e1e823e22ec3386758 authored about 1 year ago
remove length from Stateful (#51747)

Stateful iterators do not have a consistent notion of length, as it is
continuously changing as...

github.com/JuliaLang/julia - 9f5f540e52fd3928fb32f50b91f6f66754362ef0 authored about 1 year ago
`stale_cachefile`: account for path separator when checking @depot (#53058)

github.com/JuliaLang/julia - b7520d954bfb93339ac249ef500fabe2d173357f authored about 1 year ago
Make relocatedepot test more robust (#53110)

As discussed in the `#ci-dev` call (see
https://github.com/JuliaLang/julia/issues/53103#issueco...

github.com/JuliaLang/julia - 75c38e3fdb0875bf0f5df3a7f0f6625556c9e2e8 authored about 1 year ago
Reland "Don't export Dates.adjust" (#53092)

github.com/JuliaLang/julia - 9816a0b9772f157899b98044145802e133812473 authored about 1 year ago
fix fd_in_limits test on Windows (#52779)

Closes #52506
Note that this test dates back to #26341

github.com/JuliaLang/julia - 8cb585404ea508fcd29cb6e9d86d24727199d100 authored about 1 year ago
some minor code cleanup of getHostCPUName handling (#53083)

Try to minimize the places the code depends on this library function,
since it is useful for ge...

github.com/JuliaLang/julia - 2f845bb2e19aa05da868f2c55d1994f8d5d4d964 authored about 1 year ago
reorder the code in LinearAlgebra.wrap to be slightly more inferrable abstractly

By adding a type-assert at the end, we can try to ensure that eltype and
ndims info is preserved...

github.com/JuliaLang/julia - 8fdda09eed008c82f2c354af5f39ae70a2886169 authored about 1 year ago
inference: slightly relax union complexity limit

Permits forming AbstractVecOrMat from tmerge(AbstractVector,
AbstractMatrix}. With the standard ...

github.com/JuliaLang/julia - eeebb6eca64fda919acfefb109d23c7cd3f57cc7 authored about 1 year ago
inference: avoid having one over-widened type poison the whole union

I observed `UnitLowerTriangular{T, AbstractMatrix{T}} where T` being
widened to `UnitLowerTriang...

github.com/JuliaLang/julia - aa1057356f9cd374c9c4b122cca019bb3b844072 authored about 1 year ago
post-opt: fix minor logic errors (#53100)

I've identified and am addressing some minor bugs and optimizations in
the post-opt analysis co...

github.com/JuliaLang/julia - fbd14a25f44bbd2b7ef750f869df4a2529466807 authored about 1 year ago
Add a test to avoid #53054 regressions (#53079)

Tests issue #53054. The same test is included in backport #53074.

github.com/JuliaLang/julia - 3f468cd580d1592bb82e1c60a2c88a3b1ee9bcaa authored about 1 year ago
Ensure elision of `require_one_based_indexing` with high-dim array views (#53091)

Closes #49332

---------

Co-authored-by: Denis Barucic <[email protected]>

github.com/JuliaLang/julia - 9edf1dd8e971a6f43af4b39992fcb6eb81f8fb5d authored about 1 year ago
Docs: cross-reference `username` and `homedir` (#52451)

To improve discoverability (mainly) of `username`.

github.com/JuliaLang/julia - a3357cdcb6fd1787b712994143dd54d7bdc2e4d7 authored about 1 year ago
optimize away `ifelse` when given values are egal (#53102)

github.com/JuliaLang/julia - a26bd7fc6d96064af999b5c95be9298f5462d4e6 authored about 1 year ago
extend `divrem(x, y)` for `BigInt` to `divrem(x, y, rm)` (#53106)

Previously `divrem(x, y, rm)` was dispatched to a more generic code path
that called `div`, cau...

github.com/JuliaLang/julia - b16c4d4412950f983beeacaac510195fd50a102d authored about 1 year ago
Merge branch 'main' into da/nightly

github.com/JuliaLang/juliaup - 847a67c2d26dddd4e55205f5166b5b9e8668ed6a authored about 1 year ago
Merge pull request #816 from JuliaLang/dep-updates

Update dependencies

github.com/JuliaLang/juliaup - f695480ad6e99e92262f5dd19e032525508280eb authored about 1 year ago
Update dependencies

github.com/JuliaLang/juliaup - dd9d5c46e47f8c0154fbb42449170745f0fb9f2d authored about 1 year ago
builtin: allow equal types in set_global_type without error (#53086)

Use the julia notion of equality (type-equal) instead of the strictly C
notion (pointer-equal)....

github.com/JuliaLang/julia - 67f73207aaf9f07100d0bb3912f2ad0918608386 authored about 1 year ago
gf: small perf optimization to jl_method_table_add_backedge (#53085)

If this table gets very large, doing a jl_types_equal against every
element can be costly. Ofte...

github.com/JuliaLang/julia - aec8823bcacdc87930874c5b0d2c62a4d5c68d6e authored about 1 year ago
Extensions: make loading of extensions independent of what packages are in the sysimage (#52841)

When triggers of extension are in the sysimage it is easy to end up with
cycles in package load...

github.com/JuliaLang/julia - 08d229f4a7cb0c3ef5becddd1b3bc4f8f178b8e4 authored about 1 year ago
Drop support for LLVM 14 (#53094)

github.com/JuliaLang/julia - 9669eecc99bc4553e28d94d7dd3dc9fd40b3bf3f authored about 1 year ago
forward-port #53096 to nightly, fix the intermittent REPL test failure (#53097)

While the original issue #52739 has been observed only in v1.10, the
necessity to enhance the r...

github.com/JuliaLang/julia - 741b5dacab3a1e29517535e28a535e506faa3ab5 authored about 1 year ago
remove unnecessary `true &&` part from `at-view` macro (#53064)

The modification that expands `@view A[i]` to `true && view(A, i)`
appears to go back as far as...

github.com/JuliaLang/julia - 0588cd407862715e1f0544703d69cfb5d653681c authored about 1 year ago
forward-port the test cases added in #53076 (#53077)

The fix for #53062 was included in #50805, but it lacked explicit test
cases added. This commit...

github.com/JuliaLang/julia - 5b64a0d0085008a3057c08b2a338fc4fd58ad638 authored about 1 year ago
doc: replace harr HTML entity by unicode (#53066)

Documenter does not support HTML entities. See discussion in PR #52078
for further background.
...

github.com/JuliaLang/julia - 746fad00a4fb11fe34502c1b89e966fa129b645c authored about 1 year ago
Revert "Don't export Dates.adjust" (#53089)

Reverts JuliaLang/julia#53027

#53027 broke the `doctest` job in CI.

github.com/JuliaLang/julia - dcb196e4ca59d9b291de45030500d01bbaa28d1b authored about 1 year ago
Document the generic functions nextind() and prevind() (#52658)

Co-authored-by: inky <[email protected]>
Co-authored-by: Denis Barucic <[email protected]>
Co-...

github.com/JuliaLang/julia - 0ce62fea1d3324d020cf87522a7fdd4761b84b43 authored about 1 year ago
Fix formatting

github.com/JuliaLang/juliaup - 8973a4627eee99b3172d27ce4aa348f572a2fff4 authored about 1 year ago
Add some basic tests

github.com/JuliaLang/juliaup - b2239e19800a87fb855597ea3998c3f86115702d authored about 1 year ago
Document that findnext(f,x,i) and findprev(f,x,i) work for strings. (#52625)

github.com/JuliaLang/julia - d298c44bc60eebdfc77b7f9c64ca913af1e5079d authored about 1 year ago
Added reference to UnionAll manual for UnionAll docstrings. (#52838)

github.com/JuliaLang/julia - 35a5711d4fa3c91265fa143dbfc4085171ac841f authored about 1 year ago
methods: add a lock around method table changes (#52997)

Ensures that only one update can occur simultaneously by adding a lock
around it, and that the ...

github.com/JuliaLang/julia - 6ce6d3193391e9cbe719d79d54b9fd6fef0ef43e authored about 1 year ago
Don't export Dates.adjust (#53027)

`Dates.adjust` has been exported for a while, but has no docstring and is not in the manual in 1...

github.com/JuliaLang/julia - ecc14ca3888d128594286310109c9a93eb353985 authored about 1 year ago
Add docstring for Dates.adjust (#52914)

Co-authored-by: Steven G. Johnson <[email protected]>
Co-authored-by: Lilith Orion Hafner <lilith...

github.com/JuliaLang/julia - 20085f49a32c9d8eb9adfc21edf27597031a88d2 authored about 1 year ago
Subtype: fix mis-usage of `simple_subtype(2)` (#53078)

github.com/JuliaLang/julia - 26e54d351b9ec659ddaaf7d0ed5264a6e988045d authored about 1 year ago
Add nightly to getconfig1 api

github.com/JuliaLang/juliaup - 82daee8aed27b7098b2be4d20d9bc4091af7395a authored about 1 year ago
Fix a compiler warning

github.com/JuliaLang/juliaup - 9b5dd9ccb0acb394676dd30bf5e7bba334ab5bb0 authored about 1 year ago
Implement nightly on Linux/Mac

github.com/JuliaLang/juliaup - 1093e47923fefd88af267c71c1f109d50fb1451b authored about 1 year ago
Clarify documentation of do-block syntax (#52807)

The previous version

> The `do x` syntax creates an anonymous function with argument `x` and
...

github.com/JuliaLang/julia - c32aeb5751b8527d49173c0aa64449645f35d5c5 authored about 1 year ago
Fix some missing xrefs in collections.md (#53047)

github.com/JuliaLang/julia - 77dc56bdf8fca66316289f4258440c6937b5dcc8 authored about 1 year ago
Enable a symlink option

github.com/JuliaLang/juliaup - b11435d25b8e4b88ab7885e285129171fccf945c authored about 1 year ago
Add nightly update available status message

github.com/JuliaLang/juliaup - d5db88b6c1ce77a6e5f5a8d8ed23705f8613343a authored about 1 year ago
Don't fail fast

github.com/JuliaLang/juliaup - 15eca423e610e1be6028506b3624a769ae359445 authored about 1 year ago
Fix status for nightly

github.com/JuliaLang/juliaup - 6b0394966869f06476c469ec33a6755ae3c0b9e8 authored about 1 year ago
Implement update for nightly on Windows

github.com/JuliaLang/juliaup - 384063e699163fc1630808bb05abe731fd5ab012 authored about 1 year ago
Improve type inference for `@something` (#52381)

`@something` eagerly unwraps any `Some` given to it, while keeping the
variable between its arg...

github.com/JuliaLang/julia - c42df604d99c521ad721e64d8be6286cd597e8f9 authored about 1 year ago
[OpenBLAS_jll] Update to new build with BFloat16 kernels (#53059)

This also

* drops a patch (`deps/patches/neoverse-generic-kernels.patch`) not
needed anymore...

github.com/JuliaLang/julia - 5d4d6ab498ab7a612ccbd908ab0fff2b686570ca authored about 1 year ago
Change nightly config schema a bit

github.com/JuliaLang/juliaup - b20b50638ae332e9bfd5b7702864c7ac8d3b6f91 authored about 1 year ago
Try a different strategy for nightly

github.com/JuliaLang/juliaup - b0fc0f393f209b774628225820b38ee4b81c70e4 authored about 1 year ago
Merge branch 'main' into da/nightly

github.com/JuliaLang/juliaup - 2cb1946d48aa5c16116d9d736e92cafe1e6ab3ce authored about 1 year ago
Merge pull request #798 from fingolfin/mh/cleanup

Some minor cleanup

github.com/JuliaLang/juliaup - e96ab765d02215129aff75d70b259f15bcd992c3 authored about 1 year ago