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/juliaup - c5df6faf6cdb26951bf378e1633a0cf4bfe77a78 authored about 1 year ago
github.com/JuliaLang/juliaup - 9a81a3f374564a0b4dae3f7d1ba28eb33254bda9 authored about 1 year ago
github.com/JuliaLang/juliaup - ee3113509f9b5352866ad0de463078c26970282b authored about 1 year ago
github.com/JuliaLang/juliaup - efd205b96f19e53a7b89d842bd4fec11601a09ed authored about 1 year ago
github.com/JuliaLang/juliaup - 08f5028d22b4039d61b20c2363b4b72ea07c79a5 authored about 1 year ago
github.com/JuliaLang/juliaup - 3fd40c0254b6bdfff80868abe7fa23d5ccc78691 authored about 1 year ago
github.com/JuliaLang/juliaup - 0917d8fe1d5c12d5f0746a6cff135e5b2b9d7fd0 authored about 1 year ago
github.com/JuliaLang/juliaup - f65cb6905ec2fd17b33d63cb7d2f362aaa64d388 authored about 1 year ago
github.com/JuliaLang/juliaup - dc4d88dd26e9f72ed542e6bc534ad83683557c74 authored about 1 year ago
github.com/JuliaLang/juliaup - c08dbdae89d1956c6dce3ec306b57aab505d245c authored about 1 year ago
This is spamming
([example](https://buildkite.com/julialang/julia-master/builds/30247#018be235-...
For the `sigsetjmp` bypass; looks like glibc removed the
`__libc_siglongjmp` symbol in glibc 2....
github.com/JuliaLang/julia - 7327a8f4256b3dd250ba3838990947b6e7798b25 authored about 1 year ago
github.com/JuliaLang/julia - 72cd63ce28c50c8c72e009df03dfec608802450e authored about 1 year ago
Currently the type of a caught exception is always modeled as `Any`.
This isn't a huge problem,...
After #52169, the UB previously associated with allocations with
uninitialized fields has been ...
With #50457 now merged, an `AbstractRange` of `CartesianIndex`es should
use `CartesianIndexing` ...
github.com/JuliaLang/julia - ec3911cfd46b0413ce435956b372ab7202d127f8 authored about 1 year ago
Depending on the order of basic block, cfg_simplify! could occasionally
forget to renumber a ph...
As of #51494 is used in the base pipeline, so external abstract
interpreters inherit it by defa...
Usual memo to self:
* update version in `stdlib/nghttp2_jll/Project.toml` and
`deps/nghttp2....
github.com/JuliaLang/julia - 959b474d0516df77a268d9f23ccda5d2ad32acdf authored about 1 year ago
We already know from
https://github.com/lgoettgens/julia/blob/d0a3edddda407302930f3b2a742a7c8eb...
In the time since the creation of issue #26764, there _is_ now 'a way to
say to llvm "I don't c...
This warning was distracting and annoying me, so I looked into whether
it was a bug. Turns out ...
github.com/JuliaLang/julia - 20440fd9a379f450c3c4317cb320669c9dc6d631 authored about 1 year ago
Teach value_to_pointer to convert primitive types to their stored
representation first, to avoi...
Implement algorithm described in https://arxiv.org/pdf/2204.04342.pdf.
The algorithm is pleasin...
This commit is aiming to integrate EA into the Base compiler pipeline by
using it during the po...
Currently our effects system does not track `:noub` about memory
operations. While this sounds ...
This seems to cause (probably not very profitable) union-splitting all
over the place and compli...
Adds assertion that checks if `IRCode` passed to irinterp or post-opt
analysis has been compacte...
See the [release notes of
v0.3.25](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.25...
Co-authored-by: Gabriel Baraldi <[email protected]>
github.com/JuliaLang/julia - 29be3ef88c0e4e093c6563f50237c37d5ab14a39 authored about 1 year ago
The llvm optimizations may increase alignment beyond the initial
MAX_ALIGN. This pool's alignme...
Co-authored-by: Lilith Orion Hafner <[email protected]>
github.com/JuliaLang/julia - 1cb85ad3fb1ba32e18be9be67775d1b36dc27079 authored about 1 year agogithub.com/JuliaLang/julia - f26947b4f5aee73135581bb14290c1c00102b8e3 authored about 1 year ago
github.com/JuliaLang/julia - b1c8e120d1c73655578a557b4fbe3d6e142dadcc authored about 1 year ago
One of the limitations is that it's only accurate right after the GC.
Still might be helpful fo...
Make them able to handle potential `Vararg` argument. Also adds plenty
of tests.
Fix #52095 by passing the `reindex`ed indices through `to_indices` to
convert them to `Integer`...
Composed of the following two commits:
---
> stop passing `arginfo` to `builtin_effects`
...
github.com/JuliaLang/juliaup - a9d67559c42ddf87598dc80c808674d2381fa623 authored about 1 year ago
Use JULIAUP_DEPOT_PATH instead of JULIA_DEPOT_PATH
github.com/JuliaLang/juliaup - 945eb57dce697c326d3bbb9208ce9f5b4fd1205c authored about 1 year agogithub.com/JuliaLang/juliaup - fc9fa6ff4459ea8502d8041800e59c985b6713ee authored about 1 year ago
`builtin_effects` no longer requires the `arginfo` parameter, as
`getfield_effects` doesn't depe...
Streamlined the `builtin_effects` function to accept `argtypes` without
including the builtin fu...
By allowing us to change data size at one place when we make a change to
the layout of compress...
Co-authored-by: Dilum Aluthge <[email protected]>
github.com/JuliaLang/julia - aa00204afd0532e3e81547e6673e386a0907835e authored about 1 year ago
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: ma...
Fixes https://github.com/JuliaLang/julia/issues/51985
Ensure that the REPL completions escape...
github.com/JuliaLang/julia - 5edcdc5a234fa69a65f5e2b8d85ac51cfb37a653 authored about 1 year agogithub.com/JuliaLang/BugReporting.jl - 03987bd1ed70b3f66b85ae235e8757a903ffe3d7 authored about 1 year ago
github.com/JuliaLang/BugReporting.jl - 7823619ffb72ea17c218360ee510738e837ed9f3 authored about 1 year ago
github.com/JuliaLang/juliaup - 1a0cf2f3fd67e17548c0787653f750c07bdf22b6 authored about 1 year ago
github.com/JuliaLang/juliaup - 89536759157418d0e9dc8c1152a4f0ee258df0fc authored about 1 year ago
Handle an error condition correctly
github.com/JuliaLang/juliaup - d6d7569ae9c544e6a12175e5302a09dc3c50a1b5 authored about 1 year ago
Explanation for the `GetFullPathName` behavior
https://developercommunity.visualstudio.com/t/Ge...
github.com/JuliaLang/julia - 25bcc6066000a3288b6c804642b0bdb6298eb872 authored about 1 year ago
To show how this is used, this updates the profile_printing_listener
background job to use this...
Avoids the need to rehash most dictionaries on reload.
System image data size increase is abo...
github.com/JuliaLang/julia - a26e23a4cf9c43a8da0d904c2674ec8e284cf2c6 authored about 1 year ago
This always fails on CI. Refs
https://github.com/JuliaLang/julia/pull/51776
github.com/JuliaLang/juliaup - 235a4340289e6af1abbebeb00f7f1319c8ae063f authored about 1 year ago
Return full 32 bit exit code from julialauncher
github.com/JuliaLang/juliaup - 77f80eb1fe0d34653039a752013c604f1a19450d authored about 1 year agogithub.com/JuliaLang/juliaup - 40c089b6bfb0a5ced106bd7227ee06d6fca1acc0 authored about 1 year ago
github.com/JuliaLang/juliaup - 389b5b6d0fec7eef386c27b12183f91cbdb8b524 authored about 1 year ago
Do not error when adding an already installed channel.
github.com/JuliaLang/juliaup - 8beb581410c989a9565356ce2e92ba53f3e30071 authored about 1 year agogithub.com/JuliaLang/juliaup - 468d878d564348b9b3749e1aa1f29ea7a3a2e947 authored about 1 year ago
Fix DB update when julia launcher is symlinked
github.com/JuliaLang/juliaup - 09fad4376d06e677ab47ddb2f8755a235c8de5f0 authored about 1 year agoAdd .rustfmt.toml
github.com/JuliaLang/juliaup - 73d227f88fef2c2896b1d65616875cfc5e291f66 authored about 1 year agogithub.com/JuliaLang/juliaup - d555921d40fa5c146eb9e9a714ed041c92288577 authored about 1 year ago
Update deps
github.com/JuliaLang/juliaup - 47937a332f8a0940a69628268eae3bbc83a40986 authored about 1 year agogithub.com/JuliaLang/juliaup - d8ac984d3f27a35fa0c02f884b9b0779d8fefa45 authored about 1 year ago
This is another attempt at improving the compile time issue with generic
matmatmul, hopefully i...
github.com/JuliaLang/julia - 67ec832373a581358b0d6430b35fe427818d8dd7 authored about 1 year ago
github.com/JuliaLang/julia - d8a410c8eb18f4f6cd797211ef21783cf7b2ca3a authored about 1 year ago
To show how this is used, this updates the profile_printing_listener
background job to use this ...
Exposed by the presence of any atexit hooks in the new process, such as added in this PR.
github.com/JuliaLang/julia - 4fd96924c324f2ff41ec7396bebfe2c65b9072fb authored about 1 year agogithub.com/JuliaLang/juliaup - 90865979b55979acf5d43ec441493e08ed2c2071 authored about 1 year ago
Co-authored-by: ararslan <[email protected]>
github.com/JuliaLang/juliaup - 63210f575de8cc79068ea11e4313df49d2bbd718 authored about 1 year agogithub.com/JuliaLang/julia - 4bc45a7f0adbf15416ca860eb3e4cb100b115e91 authored about 1 year ago
github.com/JuliaLang/julia - 1a885c4f7209b64cede127756382fdae907dcd30 authored about 1 year ago
See
https://ariadne.space/2021/06/25/understanding-thread-stack-sizes-and-how-alpine-is-differe...
github.com/JuliaLang/julia - 092f95fa33d89bd57de615b0fb5bc5affe4c61f0 authored about 1 year ago
This does two things:
1. Give the latest addition to the loading test an active project, so
th...
github.com/JuliaLang/julia - d5f873f2f3017c268c388081158f7b1401e1e304 authored about 1 year ago
github.com/JuliaLang/julia - 2d449d4c870fcb8e347d0a49e974d4ca0020e440 authored about 1 year ago
This makes it possible to suppress the output and easier to catch the
exception if a deployed a...
This is #50914, with only the documentation changes, plus an improvement
to the warning message...
This fixes a whole bunch of small but annoying bugs, as described in the
JuliaSyntax-0.4.7 rele...
github.com/JuliaLang/julia - e746ba4085b7de0036e596e19c0979071ee0a920 authored about 1 year ago
github.com/JuliaLang/julia - c15f4e9ed5540b8a64558c985a4ffda50151353c authored about 1 year ago
This code was using the sentinel value -1 as a special marker in
addition to the negative BB in...
Currently [1] it is illegal [2] in IRCode to have a GlobalRef in value
position that could pote...
github.com/JuliaLang/julia - 8944a22b7aced0767cf8980ca6c89ca64de4a238 authored about 1 year ago
github.com/JuliaLang/julia - b567b377e532835ae1b2d1cdfcd92d925b1c6a2b authored about 1 year ago
Tests whether key is updated even if they are equal.
Refs #52066
github.com/JuliaLang/julia - 5303a7a16c4bf87c7dfc3913e2a2308c08a124c1 authored about 1 year ago
First we add an optional API parameter for `sizehint!` that controls
whether it is for `push!` ...
empirically this makes a very minor difference, but it seems to be at
least very slightly more ...
A (very) small memory optimization to avoid saving objects that are
essentially unreachable
Minor optimization to compute index in `Dict` only once.
This PR should not be merged before ...
github.com/JuliaLang/julia - d88d5cddacdc96c1eb13f12c9c3541e5f2908e02 authored about 1 year ago