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

IO: fix API safety issue for Ptr (#51949)

Align the API for Ref with the new definition for AbstractArray (#49769)
and ensure this API do...

github.com/JuliaLang/julia - 69a4ecb3148f130aa85546b04bcdc69d6cafcd63 authored over 1 year ago
improve `Union` docs as discused in discourse (#45109)

Co-authored-by: Viral B. Shah <[email protected]>
Co-authored-by: Daniel Karr...

github.com/JuliaLang/julia - 5ae88f51f503b24116b36ba31a7cc204944ba6b2 authored over 1 year ago
Some extended documentation for `Core.Compiler.return_type` usage as `promote_op` (#44340)

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

github.com/JuliaLang/julia - 2253cdf46444676bda962df0ac25590009c684fc authored over 1 year ago
Docs: file: list `read` and `write` again (#49838)

Point 5 of https://github.com/JuliaLang/julia/issues/43428

Motivation: I feel like the most f...

github.com/JuliaLang/julia - 0887a33a949bf46df234ce692b462d077328cc18 authored over 1 year ago
remove chmodding the pkgimages (#51885)

This shouldn't be needed because `ldd` should do it itself.

github.com/JuliaLang/julia - 5b34cdfa705df21997a8b97f6642c18de3a6d0e1 authored over 1 year ago
fixup to #51743, timetype subtraction (#51881)

Restores the method whose removal was probably causing problems.

github.com/JuliaLang/julia - 9075731481a4ce0bccde0c9611b6695e6d0d0f57 authored over 1 year ago
Adds information to redirect_std* inline docs (#49563)

Partially addresses issue #35959

Adds examples for redirecting std to a file to the markdown ...

github.com/JuliaLang/julia - 6084a62c148e019d43ff5d978e6b7a75e5d09626 authored over 1 year ago
doc: rename `sparam_syms` to `slot_syms` (#45876)

`sparam_syms` was removed in
https://github.com/JuliaLang/julia/pull/31015.

---------

Co-...

github.com/JuliaLang/julia - b9dcb94f450dcafa22fa6e5a17dbe3bceceb16b3 authored over 1 year ago
relocation: a fix for `@depot` tag inserting and extra tests (#51920)

#51892 caused depots to be skipped when inserting the `@depot` tags,
because it assumed that `i...

github.com/JuliaLang/julia - 4ce1c8158b24dac4a3c8d576f4d20243ac6c29ed authored over 1 year ago
Comment on `include` pattern in Julia vs. Python (#41227)

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

github.com/JuliaLang/julia - aeb4e7d2755489fb1d4eb96fc577c33e465d6115 authored over 1 year ago
Fix Expr conversion of erroneous operator dot call (#374)

github.com/JuliaLang/JuliaSyntax.jl - 48ddfc6cc754c4450ed234ca49afb5b347bdc591 authored over 1 year ago
delay instantiation of `const_results` (#51925)

Makes `abstract_call_gf_by_type` more memory efficient.

github.com/JuliaLang/julia - 3f77e1ef9a6545f962882d4a4beff607671bd89f authored over 1 year ago
updated Doc string in Base.Generator (#35261)

github.com/JuliaLang/julia - a9509be40a7cba9c760a26d50e52f6b37d483616 authored over 1 year ago
Document the kind of indices returned by `findmin`/`findmax`/`argmin`/`argmax` (#46705)

This is the sentence used for `find*` functions, introduced by #25577.

Also change "the domai...

github.com/JuliaLang/julia - 85ed34ca47a588d491d66cece5d5f525a1a62686 authored over 1 year ago
manual/workflow-tips: simplify the basic workflow (and explain the why) (#48319)

I came upon this piece of documentation again after seeing this post:
https://discourse.juliala...

github.com/JuliaLang/julia - 96147bbe334fd93ac269430b0f2bcfe8604eaa89 authored over 1 year ago
inference: don't put globally-cached results into inference local cache (#51888)

Now, we fill the inference's local cache exclusively with locally-cached
results. Given that so...

github.com/JuliaLang/julia - 55b07290c975982fa784e1aa1ccc4aece2a2206d authored over 1 year ago
minor cosmetic refactor on base/compiler/optimize.jl (#51924)

github.com/JuliaLang/julia - af0bd56f83f305ca941b3fe28acb8b2babcd6d54 authored over 1 year ago
Small fix to `randn`/`randexp` (#51890)

The pattern `log(rand(rng))` has the consequence of permitting `log(0.0)
== -Inf` to be compute...

github.com/JuliaLang/julia - ca5b4c5afba3cead8c217e75a59f303f5fee4aaf authored over 1 year ago
docs: Add make script (#7)

github.com/JuliaLang/Distributed.jl - 87996602f23b860d77772bdada7d618ab0c6ac2f authored over 1 year ago
Clarify docstring for `exponent`, again (#47085)

In #47035 we realised that `issubnormal` used the word "exponent" quite
loosely, and this is al...

github.com/JuliaLang/julia - 855cd5662d4bb04b20f932ea5bbe33923d2e5d05 authored over 1 year ago
Fix diagnostics printing when `pwd()` doesn't exist (#373)

Computing the file URL for pretty printing using `abspath` can fail when
the current working di...

github.com/JuliaLang/JuliaSyntax.jl - 4d990b68696f2df6ff5cab6d41104a72ac137c9e authored over 1 year ago
Fix -1 for BigInt factorial - Update gmp.jl (#51497)

Fixes #51488

---------

Co-authored-by: Rafael Fourquet <[email protected]>

github.com/JuliaLang/julia - d5c30d8b2eaecea1005b38859883b60b8115ac4f authored over 1 year ago
remove jl_gc_wb_buf (#51919)

Stale now that the Memory PR got merged.

github.com/JuliaLang/julia - b5b05c82afadf41f4f56fb2bcc23cdf444225ac0 authored over 1 year ago
Adapt to LLVM 16 (#51591)

Co-authored-by: Gabriel Baraldi <[email protected]>
Co-authored-by: Prem Chintalapudi <p...

github.com/JuliaLang/julia - 81abb6dbce2219d0409cffbd229c379a8438c7fe authored over 1 year ago
add 1-arg methods for set comparisons (#50862)

github.com/JuliaLang/julia - 18f8070af473064ae06970abc439fb0c92ffe848 authored over 1 year ago
libjulia: add jl_unwrap_unionall to exported_funcs (#51916)

This was recently refactored in #51319 and while trying to adapt
`libcxxwrap-julia` to the new ...

github.com/JuliaLang/julia - ab1eec566d023d59f18b3ad2de136188edf539c1 authored over 1 year ago
CI: Remove unused script job step (#5)

github.com/JuliaLang/Distributed.jl - 0c7ad880fbb7ad307da76ab99257130333c9f67e authored over 1 year ago
[BLAS] Add the gemmt routine (#51701)

We can finally add this routine, supported by the last version of
OpenBLAS (3.24) and Intel MKL.

github.com/JuliaLang/julia - ba984670cf11721928ec8eb528ce2052a2f7b7e2 authored over 1 year ago
Redo #32205 - PosDef exception is too specific. (#51864)

Co-authored-by: Ian Butterworth <[email protected]>

github.com/JuliaLang/julia - 57c7c00db1a53e503ff0d09cc270800dc1370839 authored over 1 year ago
Move the banner function from versions.jl to REPL (#51867)

github.com/JuliaLang/julia - f7b8e6b8fc60a4d9c062f714fec10410eb07d3d7 authored over 1 year ago
Base.Cartesian: add `@ncallkw` and allow `else` branch inside `if` (#51501)

github.com/JuliaLang/julia - 98542d748540e2390d6222282749c7dd534544da authored over 1 year ago
Improve codegen, accuracy of inlining cost for unknown intrinsics (#44349)

github.com/JuliaLang/julia - 4975c02bdce654c18c6fda3898049d0c1a5f3d44 authored over 1 year ago
More detail on locks (#51844)

github.com/JuliaLang/julia - f573c4aad0b326450dce1936fceff0c256dccc08 authored over 1 year ago
mkpidlock: close update loop in error path (#51902)

github.com/JuliaLang/julia - 9c581cd719fbef73f2e805ce3f746697fbf001f4 authored over 1 year ago
Fix pointer calculation for `SubArray` with none-dense parent. (#51900)

And code clean for `first_index` and `compute_linindex`:
1. call `compute_linindex` directly in...

github.com/JuliaLang/julia - 0a0bd007ab1aa67c4614a67ee60d3d0d9bfffb62 authored over 1 year ago
Respect JULIA_CPU_TARGET set in Make.inc when building pkgimgs (#51886)

Co-authored-by: Elliot Saba <[email protected]>

github.com/JuliaLang/julia - f106bd9708fd61735f658e3e27ee1f227b829736 authored over 1 year ago
Comment out DebugObjectManagerPlugin (#51859)

Prem said this might fix #51794.

github.com/JuliaLang/julia - 93dbe3631999bc252cfc07f9c4d3b997f9168ce5 authored over 1 year ago
REPL: Try to fix intermittent hang during precompile (#51891)

I was intermittently observing the REPL precompile process not
finishing. What I believe was ha...

github.com/JuliaLang/julia - f235291fb6f55915253ef0ed6b483f2bbf18361e authored over 1 year ago
[REPL] Fix shell completion error on unreadable symlink (#51851)

In macOS there is a file, `/usr/sbin/weakpass_edit` that is a symlink to
a directory that is on...

github.com/JuliaLang/julia - 8a9476f76e7a7b05ee68f055c44c4205360da399 authored over 1 year ago
Strip trailing slashes in `JULIA_DEPOT_PATH` when embedding `@depot` (#51892)

The new relocatable cache file work uses simple text substitution when
stripping out the depot ...

github.com/JuliaLang/julia - 199cac7d1d474d6bf512943fb6485a53e574e8eb authored over 1 year ago
Insert the GC preserve into the expanded docs (#51884)

The expanded form is not fully correct since it misses the preservation
of
the return value fr...

github.com/JuliaLang/julia - 8382d51cb8c4183b998c960ddab31a7e76415c60 authored over 1 year ago
implement Memory{T} as a new backend for Array{T} (#51319)

See <https://hackmd.io/@vtjnash/rkzazi7an> for the Julep describing this
change.

Also makes ...

github.com/JuliaLang/julia - 909bceae8a60969dfceba4924142e5efee459d47 authored over 1 year ago
Add aliasing warnings to docstrings for mutating functions in Base (#50824)

github.com/JuliaLang/julia - 58030da3bc4e6790d7bafe66d5f37b382dd6df3c authored over 1 year ago
strings: improve performance of nextind (#51671)

The recursion (for invalid bytes) was preventing inlining, as was the
length of the function. F...

github.com/JuliaLang/julia - 841d54a3b414b3c7394d307867b5ddb7c7dad588 authored over 1 year ago
ðŸĪ– [master] Bump the Pkg stdlib from af5392db5 to 75960e509 (#51893)

github.com/JuliaLang/julia - a41e2b158f040ff3d6cba35c1db1226514f1ad6f authored over 1 year ago
`reverse(zip(its...))` now checks lengths of constituent iterators for equality (#50435)

fixes https://github.com/JuliaLang/julia/issues/45085, fixes
https://github.com/JuliaLang/julia...

github.com/JuliaLang/julia - 342d71846bfda057f832f95c3d0eb672ecf9179c authored over 1 year ago
Bump LLVM to 15.0.7-9 (#51863)

Contains a fix for AMDGPU.jl

github.com/JuliaLang/julia - 75881a9edd8a2d4b46664f27fae98c6ec16f6e38 authored over 1 year ago
Added tests for load_overrides() in Artifacts.jl (#51833)

Fixes #48551
Continued from #51815
The `load_overrides()` method in `Artifacts.jl` has a large...

github.com/JuliaLang/julia - 837522aadd3d96397a15337aff65c3adbb3d8630 authored over 1 year ago
Use correct module when printing code_llvm for opaque closures (#51865)

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

github.com/JuliaLang/julia - 342d05df673782df12c89d42e3c6f446d116f86a authored over 1 year ago
docs: delete misleading `::Function` annotation in the `ntuple` doc (#51836)

The first argument is not actually restricted to `Function` types.

github.com/JuliaLang/julia - 3c4bccd93b2b7d9954ebd3ab43268a3e13185775 authored over 1 year ago
Better `sinc` docstring (#51858)

There are two types for the `sinc` function, unnormalized
$\frac{\sin(x)}{x}$ and normalized $\...

github.com/JuliaLang/julia - 6900ee19fc90b35830691536c9aa0802525c6e6e authored over 1 year ago
Fix comments numbering in arrayshow.jl (#51862)

github.com/JuliaLang/julia - 44238459414c4ec66e1cad032f49a7e9cb12cfee authored over 1 year ago
Fix field access overlooked by rename (#51866)

In e5cd9b6b3888c, the properties field was renamed to annotations, but
the code here was not up...

github.com/JuliaLang/julia - 702730bcb5e120bad33494644cbc4b7adb5805c7 authored over 1 year ago
Update benchmarks.yml

github.com/JuliaLang/Microbenchmarks - 6d66e4c35241dad6eb15d5389f55f000ddfad770 authored over 1 year ago
Make the static analyzer happier in aarch64-darwin (#51861)

github.com/JuliaLang/julia - b5a531aa25a0a21e2b235bbef6f0cefccfe8c638 authored over 1 year ago
replace jl_gc_wb_binding with jl_gc_wb (#51854)

`jl_gc_wb_binding` has become a thin wrapper around `jl_gc_wb` now that
`jl_binding_t` is first...

github.com/JuliaLang/julia - 6e5dd5903c2954be1b8b004d34668903e5ab7131 authored over 1 year ago
Assert that `exit` never returns (#51857)

Closes #51856

github.com/JuliaLang/julia - 946ab7192df6e5ddf488c9f3038b4f51c43568e9 authored over 1 year ago
improve error message for invoke (#51831)

This is effectively a type-assert, but the error message sounded
confusing and internal without...

github.com/JuliaLang/julia - 193ead2af033e24890e3c52840d51e92d3b54d2f authored over 1 year ago
fix for invalid caching of CodeInfo from typeinf_ext (#51872)

When inference decided it was not necessary to cache the object, it also
skipped all of the wor...

github.com/JuliaLang/julia - bde62adff7dd98fefc14482da92713484a748846 authored over 1 year ago
add missing wait during Timer and AsyncCondition close (#51847)

Can cause spurious warnings about not closing these properly and
unexpected events to appear af...

github.com/JuliaLang/julia - d0c42840f6ff509421a3f0d28ebe5bd80c625cc3 authored over 1 year ago
allow finalizers to take any locks and yield during exit (#51848)

This aligns their behavior with manual calls to `finalize(o)`, and
prepares for a future time i...

github.com/JuliaLang/julia - c54a3f2b83bfca5f79a1b482abaa9b8e7f0da9ce authored over 1 year ago
LLVM: Activate typed pointers through the API instead of a global option. (#51840)

This allows other users of LLVM to use opaque pointers with their
contexts.

Co-authored-by: ...

github.com/JuliaLang/julia - 34934736fa4dcb30697ac1b23d11d5ad394d6a4d authored over 1 year ago
Make `read!(::IO,::StridedArray)` call `unsafe_read` if possible (#42593)

This PR makes `read!(s::IO,a::StridedArray)` call `unsafe_read`, if `a`
has continous memory lay...

github.com/JuliaLang/julia - 1705fe848c83190ab9d43d92bf62680558e1f16e authored over 1 year ago
Add BFloat16 runtime intrinsics. (#51790)

After switching to LLVM for BFloat16 in #51470 (i.e., relying on
`Intrinsics.sub_float` etc ins...

github.com/JuliaLang/julia - a1ccf53e8bbe7678037a76c8c822e0059c60d9fa authored over 1 year ago
Improve efficiency of minimum/maximum(::Diagonal) (#30236)

```
julia> DM = Diagonal(rand(100));

julia> @btime minimum($DM); # before
27.987 Ξs (0...

github.com/JuliaLang/julia - bb138fa8d89b1636254098b81f53b51b2cd58128 authored over 1 year ago
[REPLCompletions] allow symbol completions within incomplete macrocall expression (#51834)

fix #51827

---------

Co-authored-by: Kristoffer Carlsson <[email protected]>

github.com/JuliaLang/julia - 3b1ba62bd27e0dabbd2ec0a6c000edb8138c5915 authored over 1 year ago
inference: fix infinite recursion of nested Generators (#51845)

It seems this case has already been fixed by other improvements, so we
no longer need this hack...

github.com/JuliaLang/julia - 3c21e32f625ac7284d116509993f65af871ee5be authored over 1 year ago
post-opt: run full scan within `check_inconsistency!` (#51846)

Otherwise we fail to scan all statements.

fix #51837

github.com/JuliaLang/julia - a43fcbc82850624fc169762f18585d1ad69e39c9 authored over 1 year ago
add unsetindex support to more copyto methods (#51760)

This is not-quite-public API, but since we have this for Array-to-Array
copies, this tries to e...

github.com/JuliaLang/julia - f0a28e9a45a34f1c524b3cf02cbbac1351f1da81 authored over 1 year ago
replace many unsafe_convert methods with safer cconvert ones (#51764)

This seems the correct way to define most conversions, since the unsafe
logic should typically ...

github.com/JuliaLang/julia - df39cee3d8723d04b8ba73b13e59d45d195e8f0b authored over 1 year ago
Run `crate-ci/typos` in CI (#51704)

Co-authored-by: Dilum Aluthge <[email protected]>

github.com/JuliaLang/julia - 2d8325b684be778115d65def8efa3946b82944cf authored over 1 year ago
Only warn in helpmode on successful nonpublic access (#51346)

github.com/JuliaLang/julia - a6d9df76bce04653738ee25896d62aea67d36787 authored over 1 year ago
[nfc] Move comment in docview.jl (#51737)

github.com/JuliaLang/julia - a75c7091f5480247fc8fe2592e526ce842e9cec1 authored over 1 year ago
Use recommended proxy settings for headscale.

github.com/JuliaLang/headscale.julialang.org - 84d2619bcd5c2de53990655ae66bb816da54386c authored over 1 year ago
test: add test case for uncovered line in accumulate.jl (#51835)

The `accumulate` function had missing code coverage for one dimensional
arrays with an `init` v...

github.com/JuliaLang/julia - 855ec0c7d022aa2ecd8050c5f9ccd708697e014f authored over 1 year ago
Move dex from headscale.julialang.org/dex to dex.julialang.org.

github.com/JuliaLang/headscale.julialang.org - abda8d7229a7688ed24c2da8e74214f1abe36956 authored over 1 year ago
Also do user group filtering in headscale.

github.com/JuliaLang/headscale.julialang.org - c26d9cd7b5cf1e6266d71b6260bcc742a6602a32 authored over 1 year ago
make Meta-M with a empty prompt return the contextual module to Main (#51616)

github.com/JuliaLang/julia - 5e4330926aee261553b89eddc3b6df905c14571c authored over 1 year ago
delete unused local variable in `@generated` (#51778)

Co-authored-by: Shuhei Kadowaki <[email protected]>

github.com/JuliaLang/julia - d38348b47616394799c7856e119cdc43418c4885 authored over 1 year ago
Make local scope for `else` blocks in `try`/`catch`/`else` (#51785)

[Docs](https://docs.julialang.org/en/v1/manual/control-flow/#else-Clauses)
state:

> The try,...

github.com/JuliaLang/julia - 17a36eeb06192b9c878cdaa8436ede23f61acfa0 authored over 1 year ago
[Printf] mark format and Format with public keyword (#51797)

followup to https://github.com/JuliaLang/julia/pull/51723 to prevent
```julia
│ Warning
│...

github.com/JuliaLang/julia - 09078586880830ee4564a075a16d658b3b393ac4 authored over 1 year ago
Revert "clean up identifiers defined in `Main` (#51411)" (#51825)

This reverts commit ab94a242f6e56438f86a1babab7721db45b7feed.

Ref
https://github.com/JuliaLa...

github.com/JuliaLang/julia - 9352d9ebca64a1a8e8f584720af0e7bb1b5a9d23 authored over 1 year ago
Fix typo in range display (#51832)

Thanks ScottPJones for finding this.

Co-authored-by: Lilith Hafner <[email protected]>

github.com/JuliaLang/julia - b197197a51cb1d4eea5c3e3fed0ae3419449a6d6 authored over 1 year ago
Add version string to sysimg triple (#51830)

github.com/JuliaLang/julia - abd00d09ce37c2e1a09efde6bb5a588f7b33cd72 authored over 1 year ago
Avoid double reporting of server error (#144)

github.com/JuliaLang/BugReporting.jl - 4235da12e3e5a4b114639f98a90c0b9254feb47f authored over 1 year ago
support Unicode 15.1 via utf8proc 2.9.0 (#51799)

Similar to #47392, support [Unicode
15.1](https://www.unicode.org/versions/Unicode15.1.0/) by b...

github.com/JuliaLang/julia - 0be0b389e300c05abde796f68abbdd95b938f7ad authored over 1 year ago
fix eltype for partition iterators of substrings (#51773)

Fixes https://github.com/JuliaLang/julia/issues/51771

The convert method that asserts in #517...

github.com/JuliaLang/julia - cf00550f955abd408bf0f478882c57887522f67e authored over 1 year ago
Don't make pkgimages global editable (#51781)

github.com/JuliaLang/julia - 37611b407da73b13ec3b520e15fcc39f17293ba5 authored over 1 year ago
Fix off-by-one error in annotated string concat (#51803)

A new unit test is also added for the edge-case found, and a few details
of the test string adj...

github.com/JuliaLang/julia - 0b5430646c1991c51308a6ca13cbc17baa2f99ae authored over 1 year ago
Added tests for the artifact_hash() function in Artifacts.jl (#51815)

The code in `Artifacts.jl` has some missing test coverage.

![image](https://github.com/JuliaL...

github.com/JuliaLang/julia - 0617fecfad3015b7896eba6c34b21364629d2ce6 authored over 1 year ago
REPLCompletions: only complete kwargs in kwarg position (#51801)

github.com/JuliaLang/julia - fa66820901a71fbd6bf9c9bf8040ee38c78513a1 authored over 1 year ago
Always `emit()` nodes with zero children, don't `bump()` them (#371)

Cleanup weird cases where the parser would `bump()` interior nodes into
the output stream rathe...

github.com/JuliaLang/JuliaSyntax.jl - 1b048aad2a3a3e2e9d7f5053ff51024f08ca308c authored over 1 year ago
Throw OverflowError on typemin(Int)//(-1) (#51085)

Fixes #32443

Currently `typemin(Int)//(-1) == typemin(Int)//(1)`, ignoring an
overflow.

A...

github.com/JuliaLang/julia - fb01dd28a5fbabdae6cb5f23c8493db9a377fda3 authored over 1 year ago
fix unicode indexing in parse(Complex, string) (#51758)

This fixes a string-indexing bug introduced in #24713 (Julia 0.7).
Sometimes, this would cause ...

github.com/JuliaLang/julia - f71228d939114a84c0c82f0740785f764a2c38ef authored over 1 year ago
add simple smokescreen test for `--bug-report` (#51776)

follow-up PR to #51750 since BugReporting was broken at the time

github.com/JuliaLang/julia - 6d1c0a067fddfc30b4f3e7cff1b6e5869095292b authored over 1 year ago
AnnotatedStrings, and a string styling stdlib (#49586)

github.com/JuliaLang/julia - abe430300a4b21446e47aad044f67bc100162d40 authored over 1 year ago
Rename (Tagged → Annotated)String, etc.

In response to further naming discussion. Please, please, let this be
the last rename.

Along th...

github.com/JuliaLang/julia - e5cd9b6b3888c907247917534c414a8a0344facf authored over 1 year ago
Converge TaggedString terminology: use annotations

Instead of having a split between Tags/Annotations/Text properties
(regions of the string are an...

github.com/JuliaLang/julia - 994719386dcd516685561443fe6e7f4d3ce60cd0 authored over 1 year ago
Put styling in new stdlib; Styled → Tagged rename

After discussion on Triage, we've decided that the base
Styled{String,Char} types will be rename...

github.com/JuliaLang/julia - 00013807a74d3c87e0d29a5c41746d1809716061 authored over 1 year ago