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
`@kwdef` currently does not handle escaped type names and default values
correctly. This makes ...
Terminal color detection is a fickle beast, but it should behave as
expected more often with th...
When building julia from source in MSYS2, you need to use `;` as a path
separator, otherwise yo...
Co-authored-by: Jishnu Bhattacharya <[email protected]>
a0989f42b9bd0b46ec675748fca8f567ed4d13cb authored 12 months ago
Fixes #52472, which was caused by `names` being changed to also return
public, unexported symbo...
Co-authored-by: Sukera <[email protected]>
3dadada6298f189003a5a270438a69564022b8c7 authored 12 months agoThis should live in test/compiler/inline.jl instead.
667cdde78478234bfa8a3a2e78b4194afb06dbde authored 12 months ago
Without this, `Base.current_terminfo` returns `TermInfo(String[]; 0
flags, 0 numbers, 0 strings...
Part of #52725
---------
Co-authored-by: RichieWilynnton <[email protected]>
Co-au...
Replaces https://github.com/JuliaLang/julia/pull/53216 (I can't push to
that repo branch)
Ad...
c1a7bb2787695334c56f504d1f8447dadeb29e3a authored 12 months ago
Handles the `InteractiveUtils` part of
https://github.com/JuliaLang/julia/issues/52725.
cc @...
ebe947e95eb818d7ad10495f114124e9be42dd6b authored 12 months ago
This was one way I came up with to "mark" what dictionaries one wants to
print inline. I am not...
The reasoning is that `Pipe` is specifically documented in other
functions that are part of the...
Continuation of #49866.
Fixes #52462
So far any `include_dependency` was tracked by `mtime`...
b5bd10e5917f15289cfe176f27ef4566261d5081 authored 12 months agoThis is a part of issue #52725.
---------
Co-authored-by: Steven G. Johnson <[email protected]...
15e2af2c917fb6f343fc9973b3fc633e4b6efaea authored 12 months agoAlmost a direct copy of the output in `julia --help`.
Closes #50588
Co-authored-by: Max ...
c5ad46789dcf85c70a847d62f5859e59686fb532 authored 12 months ago
Alright, here's my spitball at fixing
https://github.com/JuliaLang/julia/issues/52484.
This ...
2673c14581f1074794338eddc837691e571a6721 authored 12 months ago41a6e7b6c839f4828f1dbda66725aabc78b75d50 authored 12 months ago
fix #51358
---------
Co-authored-by: Fredrik Ekre <[email protected]>
Co-authored-by:...
Fixes #52793
```
% ./julia --startup-file=no -E 'repr(Base.PkgId(Base.UUID("295af30f-e4ad-...
close #53209
4d0a469e6f8fe30a5e152ac7c93b7569c41e3c39 authored 12 months ago
Currently, views-of-views construct their re-indexed indices by slicing
into the parent indices...
These were undocumented and I have seen `Base.shell_split` used in
the package ecosystem. This ...
While debugging some invalidations and instabilities in code in packages
I work on, one of the ...
18df941d50aafdcc134f3048b298bd301f336617 authored 12 months ago
Add brief docs to `Base.get_world_counter` and add `Base.tls_wold_age`.
Furthermore to disambig...
Fixes #51731 and #51730
Also fixes one of the previously broken tests:
```julia
@test_brok...
As of Julia 1.9, bindings in modules can be changed directly.
See https://discourse.julialang...
736eeda72493f02247994785d5b5a9c8f9dca2f5 authored 12 months agoFixes #52394.
Also fixes `Float32` for `UInt128`, since currently
`Float32((typemax(UInt128)...
Co-authored-by: Jameson Nash <[email protected]>
d765ad1533d8a43b8a1500bcea7aa43b7d67eead authored 12 months ago
Not clear why OpenBLAS build fails, GCC 10 should be sufficient to
compile the Bfloat16 kernels...
This issue was introduced in #52442.
The markdown parser had issues with the triple-quotes.
Us...
I realised that `angle` doesn't even specify that it's in -π to π.
These are all pretty stand...
41bbfb45964d9962fa2d65c7efc170561e781d99 authored 12 months ago
Otherwise since `define_editor` is not exported, it's hard for the user
to find what it's refer...
Packages like URIs.jl overload `joinpath` with methods that return
non-strings. This prevents g...
Fixes #52688
Co-authored-by: re1san <[email protected]>
fc1c1cd0e7c0e48c05bd2f7e9e56b4e08b757514 authored 12 months ago
The original docs start with `Expand`, which is already a concept that
might not be clear to th...
Remove allocation from PermutedDimsArray constructor by
replacing `all(map(pred, ...))` with `a...
For clarification given its behavior is not the same as julia's
`abspath`
Related https://gi...
34f14961cde9070ed09dae17bfb11f90eb80b22b authored 12 months ago
There are many uses of this function throughout the package
ecosystem. In addition, it is commo...
This adds a specialized version of `reverse` for NTuple
using a simple constructor.
1.9:
``...
This has a build change for enzyme, but should be NFC
0c4900397c25d591c7301579db9002f437bf8f91 authored 12 months ago9bafc5334a6a883408ba70761111158f97cc288d authored 12 months ago
Change:
- clean `libittnotify` and `libjitprofiling`, not `libopenlibm`
c.f. https://github....
eb82072647a1142e2e3ab64f428e27c29531ff6b authored 12 months agoFound randomly when using JET for something completely different.
31ae77542dbdd18bc43eed9e151421f5c6c416de authored 12 months agoThis bundles up the following changes:
- Rejiged TermInfo struct
- Read the extended terminf...
94fd312df03d5075796fbd2e8b47288a84a1c6de authored 12 months ago
353884c7e818f0412386feac72c16b243a08cd1a authored 12 months ago
In f117a500ca93 code modifying annotations via list comprehensions was
introduced. However, whe...
This is using commits that are on a branch of SparseArrays.jl. The PR
for SuiteSparse 7.6 in Sp...
This seems redundant, as the fallback constructor does the same.
```julia
julia> using LinearAlg...
6defd59986503acc3891938be47563fd385fe2c6 authored 12 months ago
914de06663165dfe7ffa65960c6e9839b55684b8 authored 12 months ago
Fixes #30247
@staticfloat this was your issue, so what do you think of this? I think
the mai...
Distinguish some of the cases of manually thrown MethodError by looking
for a method in the spe...
Currently, the use of `Module` in the precompilation scripts makes the
Module binding automatic...
This implements `AtomicMemory`, atomic operations for globals, and the
class of atomic function...
3d8b10770a7a7317dde13ae36881991db356326c authored 12 months ago
6be4235ec9d1d82b6b574070e5bdb6f0bc3759ae authored 12 months ago
Seeing implementation details like `Base.OneTo` in error messages may
be confusing to some user...
831cc145793095e3c7fa65be51496f3484ac89ce authored 12 months ago
6f7cfa7dbba7406b292008ffa6b77a39e9887109 authored 12 months ago
Error messages for `MethodError` are much more helpful in determining
why the method was not su...
Co-authored-by: Daniel Karrasch <[email protected]>
fda9321d6dca28ed0fc2815853c9371d11a80009 authored 12 months ago12c5d2dff8d0c34ac4c8a8b10c9a6f467d8f9d46 authored 12 months ago
I found this through fuzzing. The nature of the issue indicates to me
that this was untested, b...
f2e168a0a8bbd6be82b4a0dfa205bc8080a48824 authored 12 months ago
As noted by @N5N3 in
https://github.com/JuliaLang/julia/issues/40962#issuecomment-1921469633,
...
fix #53122
058b511622539a943436c38ca19258eec3eff02d authored 12 months ago
This has some value by itself, but mainly serves as a prerequisite for
#51811, #51816, and #518...
This allows for styled content to be constructed incrementally, without
resorting to repeated c...
This PR is to continue the work on the following PR:
Prevent OOMs during heap snapshot: Chan...
c16472b001487d89e0e685a96873205f0efbfdbc authored 12 months ago8b88e3bb9a7eb76c5e36ea3ad09d32819c6ebe99 authored 12 months ago
On Slack, was helping someone who encountered an "Invalid Array size"
error message on a 32-bit...
Fixes #36978
453e9d0e585a27b4e66275b90876cccb3a87c42e authored 12 months ago
By loading the StyledStrings stdlib in REPL, we load the privateered
print/show methods for the ...
This gets us two particular commits of interest:
- Replace within-module eval with hygienic eval...
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: ...
This would mean that custom array types that seek to extend `repeat`
only need to add the metho...
6db867b06e6b79ba73a7bfb04b6c06bd2048e0a6 authored 12 months ago
Same as https://github.com/JuliaLang/julia/pull/46555, but for Tuples
Co-authored-by: Oscar S...
353d7b70290af956a8429a07dd4f963547e82e07 authored 12 months ago08e3c2ebcabf2de5007f2d715f5e55e60d98eae9 authored 12 months ago
444e14eefb18e66bb9035ca41559fde61c6ce2f6 authored 12 months ago
d49ba4f912848b0a0dcf71e6f3602f2533ffff27 authored 12 months ago
39839acf5363dc90f5253688c964a8f9a07e8efd authored 12 months ago
2e6ebb94d083ae21c310dc842762b824a8a88b80 authored 12 months ago
Co-authored-by: Jameson Nash <[email protected]>
2b9839b14aed9c56477cdda61edcc959c2d76caa authored 12 months ago
The `read(::AnnotatedIOBuffer, AnnotatedString)` method is intended as
an approximate analogue t...
While `String` is the only concrete type for which `read(::IOBuffer,
::Type{<:AbstractString})` ...
Based on need here
https://github.com/JuliaLang/Pkg.jl/pull/3764#discussion_r1456534459
Since https://github.com/JuliaLang/julia/pull/49094, the docstring of
`nthreads` has been incor...
Fixes #52262.
Performs `^(x, y)` but throws OverflowError on overflow.
Example:
```julia
...
Taken from https://github.com/JuliaLang/julia/pull/53111
81deb5edd1242c3be027bbfdf762d34fe68c472c authored 12 months ago
Since the diagonal elements of a `UnitUpperTriangular` are given by
`onelement`, these should be...
cb9b00d7e6fc1594ace128c46e2cf8b33bdb4b8e authored 12 months ago
This allows for styled content to be constructed incrementally, without
resorting to repeated co...
A few extra methods help a lot. It also turns out that we don't actually
need to implement lock/...
This was inefficient, though not wrong.
Fixes #53020
dc474d8b2af54a8d2c48774aa92b0b47f9740032 authored 12 months agofixes https://github.com/JuliaLang/julia/issues/53126
12953797e0a2fc2739f6383cf56e362993851f36 authored 12 months ago
Stdlib: ArgTools
URL: https://github.com/JuliaIO/ArgTools.jl.git
Stdlib branch: master
Julia ...