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
github.com/JuliaLang/julia - 2defa573a0e3d0d206afef53782177143fb1763e authored over 1 year ago
Sweeping of object pools will either construct a free list through dead objects (if there is at ...
github.com/JuliaLang/julia - a127ab7ceeb543483aa8cb86e985c32556c60248 authored over 1 year agogithub.com/JuliaLang/julia - 43f7538e59542c145a30b7156f8384fa02fc9189 authored over 1 year ago
Forgot this in https://github.com/JuliaLang/julia/pull/51368
github.com/JuliaLang/julia - 8bc6c358d867f5d979fe51946769c58c09979662 authored over 1 year agogithub.com/JuliaLang/julia - bf03753938bb5325b6f4df27de15a5c6dcb81bd8 authored over 1 year ago
github.com/JuliaLang/julia - c476d845f376a3cf43cac1db19b9e633c35247f3 authored over 1 year ago
GC threads don't have tasks associated with them.
github.com/JuliaLang/julia - 9f0676c87c9c8b7c3364d34f7439c61e9a5393e0 authored over 1 year agoOtherwise changing a stdlib would trigger a recompilation of the sysimg.
github.com/JuliaLang/julia - 027fb37fcd594538402c45317c639ae5b6eab527 authored over 1 year agoThe previous index offset was just wrong.
github.com/JuliaLang/julia - 9a08d152641ee72b23d21f87c0de5cc133a2fad6 authored over 1 year agogithub.com/JuliaLang/julia - 57e70c1602c59d812f30ff5fbc992e52de3a4b13 authored over 1 year ago
Co-authored-by: Keno Fischer <[email protected]>
github.com/JuliaLang/julia - 85c96b9c4597b6f3c51e879acd7ed990cf5cbe4e authored over 1 year ago
Co-authored-by: Jonas Schulze <[email protected]>
Co-authored-by: Valentin Churavy <vchu...
github.com/JuliaLang/julia - 602337034f7729f8b5893f3b5adea03130274497 authored over 1 year ago
I was rereading the comments I wrote about our approach to task
splitting RNGs and had some cla...
Julia already tracks the number of mapped stacks for Julia tasks in a
local atomic.
Exporting ...
Since 3b1bbe30e53c487929c47d2a1facbc6173848e6c we no longer do this for
arrays, only strings.
...
github.com/JuliaLang/julia - 071d3cab500af0031a55535d8ee13281520abf41 authored over 1 year ago
Fixes https://github.com/JuliaLang/julia/issues/51280.
github.com/JuliaLang/julia - c22adc04994518e198d840ae5da9ebd89bb41451 authored over 1 year ago
Otherwise we may hit error when analyzing the same function multiple
times.
github.com/JuliaLang/julia - 4923e957823981c50a9b97333c90681e687760db authored over 1 year ago
This commit adds special handling for `Vararg` types that may appear at
the end of `argtypes`, ...
This reduces callsite code from
```julia
julia> foo(x) = log(x)
foo (generic function with 1 ...
Fixes https://github.com/JuliaLang/julia/issues/51166
cc @oxinabox
---------
Co-authore...
github.com/JuliaLang/julia - c2e53f1bffb30742154536bdef34790fc1c2c9c2 authored over 1 year agoThis is for consistency. I picked the one which was more often used.
github.com/JuliaLang/julia - 1282a658813c9a2b0bfbf73d75ea1a69e5722e50 authored over 1 year agogithub.com/JuliaLang/julia - 53a00f31f1f0593ca05e5f6d0c60cf1fcb8ea77e authored over 1 year ago
github.com/JuliaLang/julia - 2a0c8c8569201005b278e1c7ac0a048a6dc95de9 authored over 1 year ago
The last example was untested and has been non-functional actually.
github.com/JuliaLang/julia - 7f37e709d36891b0ef263051c3df3b3529569f93 authored over 1 year agogithub.com/JuliaLang/julia - 22a027607d4f5f5e0a78617762711e272f798594 authored over 1 year ago
According to JET.jl, the type inference was not able to tell the type of
`pkg.uuid` in the `pkg...
github.com/JuliaLang/julia - 27c75a48bd53b1a1644fd5c51d02b63737b488b9 authored over 1 year ago
Closes #51373
github.com/JuliaLang/julia - 1dcd64443c529276bcf5b904f1d1404a9db04a89 authored over 1 year ago
While working on moving REPL.jl out of base I noticed that the fallback
repl
hangs. In order t...
This makes more use of `setstate!`, and adds `getstate(rng)` which
returns the 5-tuple `(s0, s1...
Makes it a bit easier to recompile with Tracy, the sysimg stays valid
since we don't change the...
github.com/JuliaLang/julia - 893fecc8bf9edf54d4df7ad43773dcfad766f397 authored over 1 year ago
- update outdated test code
- add more comments on TODO items
- use `MethodInstance` for bette...
github.com/JuliaLang/julia - 3e9e3be92e73b304d55f2289e706ce118e179866 authored over 1 year ago
github.com/JuliaLang/julia - 5a1c31cc2fe3d2294a6ed5861590d83643acee5f authored over 1 year ago
* 1.7.0 support.
* A few more operations on remote.
* Getting commit parents.
As discussed in
https://discourse.julialang.org/t/pinv-not-type-stable/103885/14, the
`tol` va...
We already check the following for mutation by a test set:
1. DEPOT_PATH
2. LOAD_PATH
3. ENV
...
github.com/JuliaLang/julia - e708c5eb8a9e6d47536e267b8c0e1f2036f84f57 authored over 1 year ago
This adds a test for #51332.
github.com/JuliaLang/julia - 28d0e1ed4acd252b4ce20cae411ec4fc060407da authored over 1 year agofix #47078
---------
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored...
github.com/JuliaLang/julia - c932fb273bce3afe9f8083517f535613a91129e9 authored over 1 year ago
github.com/JuliaLang/julia - a83186f885e4e46d7b78de4e7ac7d444f41eedcb authored over 1 year ago
github.com/JuliaLang/julia - 26ceebfc0f941f17c8d5dde8fe1f91fb893560cb authored over 1 year ago
github.com/JuliaLang/julia - ebe1a37af57cb472101d6ede43329ea5ef2e0138 authored over 1 year ago
ScopedVariables are containers whose observed value depends the current
dynamic scope. This imp...
Following the discussions and changes in #50805, we now consider
post-inlining IR as IPO-valid....
github.com/JuliaLang/julia - 9ccf3465a4c35234071ccd08d0e1338fad3cb14a authored over 1 year ago
github.com/JuliaLang/julia - b2dfa1db9e4d7b1cd499ba58943df17bc77fe1d8 authored over 1 year ago
This allows forming larger unions, as long as each element in the Union
is both relatively dist...
This PR adds an optional field to the existing `Xoshiro` struct to be
able to faithfully copy t...
github.com/JuliaLang/julia - ee34a683ed49af25422a7a57604613abae503f65 authored over 1 year ago
Thanks @DilumAluthge for finding this
github.com/JuliaLang/julia - 3099af9bf888f0742690462c7e831146f2fb93b6 authored over 1 year agogithub.com/JuliaLang/julia - e85f0a5a718f68e581b07eb60fd0d8203b0cd0da authored over 1 year ago
github.com/JuliaLang/JuliaSyntax.jl - ff670b5c22f55e58a388df2ae6de448728d09f6e authored over 1 year ago
A couple small fixes and cosmetic improvements to the Unicode table in
the docs:
* Most impo...
github.com/JuliaLang/julia - 42d98a2ed14dbdba49154a24ee3083e3ac4ecca7 authored over 1 year ago
cautionary / explanatory documentation following the wake of
https://discourse.julialang.org/t/...
github.com/JuliaLang/julia - d9a9be83021c5dfa47d9fcf9465d596053e6deb3 authored over 1 year ago
The guard instruction for unreachables and other crashes in aarch64 is
`brk`, in macos there is...
Co-authored-by: Claire Foster <[email protected]>
github.com/JuliaLang/julia - bdd3ffdd215db8233a43b6ba34c709add2e26b3c authored over 1 year ago
These test were taking on the order of 5 minutes and 10-100s of GB, but
they really did not nee...
github.com/JuliaLang/julia - 11427597eb8e51afe4d31681c8ffde443ff44e10 authored over 1 year ago
This was getting current-task on the wrong thread, which resulted in the
value being NULL and c...
Handle this more correctly in Cstring conversion instead. Although
apparently this feature and ...
github.com/JuliaLang/julia - 7d51502d7845246d6a231fdc4cf19451f42427e1 authored over 1 year ago
github.com/JuliaLang/julia - a4b5ad3d4c6c56056ac1fd55d012ca2a6d234d35 authored over 1 year ago
Required for walking the commit graph.
github.com/JuliaLang/julia - 58970a90c508050dfb1bd16eae192132eb5073d2 authored over 1 year ago
* Detached remote
* Read remote reference advertisement list
* Read remote default branch
github.com/JuliaLang/julia - 2c4c068e58fd3b42cad2c093d81a9eefb6846e3a authored over 1 year ago
github.com/JuliaLang/julia - 87e31a5d5e054dd2e48fab0c8ce4f7e8f7facce7 authored over 1 year ago
We had the ordering of tests incorrect, so Vararg was not correctly
checked for validity during...
We had some common code in `Ryu.append_c_digits` that can be combined
with Base logic for the s...
Fixes https://github.com/JuliaLang/julia/issues/51293
github.com/JuliaLang/julia - 377f9dfb2dd8be2f2c3d80db7a397150dde53311 authored over 1 year agogithub.com/JuliaLang/julia - 8660cddaf4e0ae620ba6757e5db67119a9345ee9 authored over 1 year ago
I added cross-references in the docstrings of the related functions
`pathof` and `pkgdir`. In m...
github.com/JuliaLang/julia - ce5fa71cc14ad6df5e7906ba376e50b03814b302 authored over 1 year ago
(cherry picked from commit 1da1725d25ee46ce8b7d0b9f1b5b6d2805a86dbe)
github.com/JuliaLang/julia - de75210909a350373a26a36d90797ffbfcaebe33 authored over 1 year agoI don't think that the extra layer of indirection is needed.
github.com/JuliaLang/julia - 572fa5055ecb709edd3d227a10b46549f82b72b2 authored over 1 year agogithub.com/JuliaLang/julia - aa6b34e531603cd926aa6d8c5fbb6f28a4039a0e authored over 1 year ago
Also adds some cosmetic changes.
@nanosoldier `runbenchmarks("inference", vs=":master")`
github.com/JuliaLang/julia - 0fdcd55e477ddfa7ab9ed2bc6a1c07db6a99c870 authored over 1 year agogithub.com/JuliaLang/julia - 62b4bf3b4f47a258dffcaa865e9a6babf6a2ab3d authored over 1 year ago
Follows up #51216.
github.com/JuliaLang/julia - 141e07e1db432beb6e84703200ea01af4fb558bc authored over 1 year agogithub.com/JuliaLang/julia - 4af6be80f238fce9cd124925d488a4c7171cf74a authored over 1 year ago
This value will be corrupted if we reach this branch, so it seems
pointless to print it.
Fix #43129
github.com/JuliaLang/julia - 832e46d923d4cf81351038a046e22f221b5e6120 authored over 1 year ago
So that they can be constant folded when either of argument is known to
be `Core([false|true])`...
Actually testing the output instead of printing to stdout.
github.com/JuliaLang/julia - ad27e67b4f3b515c5c8795a4a098d95c792fcc3a authored over 1 year agoThe `close(t)` seems to be a typo.
github.com/JuliaLang/julia - b9203ce52fc7cd58ebf3d4ce4e15789853cc626d authored over 1 year ago
Fixes https://github.com/JuliaLang/julia/issues/8286, which regressed
due to a GMP upgrade in h...
It hadn't been fixed for years.
Let's get rid of the unnecessary allocation cost.
github.com/JuliaLang/julia - 7b9fdf852c1c69085b9ac85faeefe67b093d66c6 authored over 1 year ago
This is not a legal operation outside the lock because it's not atomic
Co-authored-by: Valent...
github.com/JuliaLang/julia - bbbcc4fed67337c038b485f00677e2e88d24becd authored over 1 year ago
Pull request proposes a minor modification to the man page. In this PR,
two additional sections...
github.com/JuliaLang/julia - 39501675ee4f9d99b7b72c4d4bd084003b87a4c6 authored over 1 year ago
And replaces `ccall(:jl_generating_out, ...)` with the new function.
---------
Co-authored...
github.com/JuliaLang/julia - 4c3aaa2b34996708367f9d5e4472fb5a1062bf63 authored over 1 year ago
There was two places where we were turning Effects into flags, one in
the optimizer, one in inf...
This PR is composed of a set of fixes and improvements to
`ipo_dataflow_analysis!`.
I will reb...