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

chore: Release juliaup version 1.12.5

github.com/JuliaLang/juliaup - c5df6faf6cdb26951bf378e1633a0cf4bfe77a78 authored about 1 year ago
chore: Release juliaup version 1.12.4

github.com/JuliaLang/juliaup - ee3113509f9b5352866ad0de463078c26970282b authored about 1 year ago
Fix path in github workflow

github.com/JuliaLang/juliaup - efd205b96f19e53a7b89d842bd4fec11601a09ed authored about 1 year ago
chore: Release juliaup version 1.12.3

github.com/JuliaLang/juliaup - 08f5028d22b4039d61b20c2363b4b72ea07c79a5 authored about 1 year ago
Tweaks to workflow

github.com/JuliaLang/juliaup - 3fd40c0254b6bdfff80868abe7fa23d5ccc78691 authored about 1 year ago
chore: Release juliaup version 1.12.2

github.com/JuliaLang/juliaup - 0917d8fe1d5c12d5f0746a6cff135e5b2b9d7fd0 authored about 1 year ago
More tweaks to github actions

github.com/JuliaLang/juliaup - f65cb6905ec2fd17b33d63cb7d2f362aaa64d388 authored about 1 year ago
chore: Release juliaup version 1.12.1

github.com/JuliaLang/juliaup - dc4d88dd26e9f72ed542e6bc534ad83683557c74 authored about 1 year ago
Publish portable version

github.com/JuliaLang/juliaup - c08dbdae89d1956c6dce3ec306b57aab505d245c authored about 1 year ago
Silence noisy test in `test/cmdlineargs.jl` (#52225)

This is spamming
([example](https://buildkite.com/julialang/julia-master/builds/30247#018be235-...

github.com/JuliaLang/julia - 67161a3ba8253f64932a3e7023ab81aa20a6bf65 authored about 1 year ago
build: ASAN fixes for glibc (#51755)

For the `sigsetjmp` bypass; looks like glibc removed the
`__libc_siglongjmp` symbol in glibc 2....

github.com/JuliaLang/julia - 5cb0e514a143a7aa4dfb371e25f03c35007fa927 authored about 1 year ago
effects: add some more test cases for `Base.@propagate_inbounds` (#52236)

github.com/JuliaLang/julia - 7327a8f4256b3dd250ba3838990947b6e7798b25 authored about 1 year ago
jitlayers: reduce excess alignment of #52182 (#52210)

github.com/JuliaLang/julia - 72cd63ce28c50c8c72e009df03dfec608802450e authored about 1 year ago
inference: Model type propagation through exceptions (#51754)

Currently the type of a caught exception is always modeled as `Any`.
This isn't a huge problem,...

github.com/JuliaLang/julia - c8ca350832030992fca113ed56d979b6a8ff7fd3 authored about 1 year ago
effects: don't taint `:noub` for `:new` allocations (#52222)

After #52169, the UB previously associated with allocations with
uninitialized fields has been ...

github.com/JuliaLang/julia - f5d189fa3dbe5076ef07bf495e5582a73cd1acca authored about 1 year ago
Cartesian indexing for SubArrays with non-integer AbstractRanges (#52094)

With #50457 now merged, an `AbstractRange` of `CartesianIndex`es should
use `CartesianIndexing` ...

github.com/JuliaLang/julia - c07893d0ab90ef44ea7256fc5877b625761738d3 authored about 1 year ago
Add `lmul!` and `rmul!` for `Bidiagonal` (#51777)

github.com/JuliaLang/julia - ec3911cfd46b0413ce435956b372ab7202d127f8 authored about 1 year ago
cfg_simplify: Fix phi node renaming corner case bug (#52224)

Depending on the order of basic block, cfg_simplify! could occasionally
forget to renumber a ph...

github.com/JuliaLang/julia - 19ca07d00fdc34b90d79511acf4ebbe9d2bf9527 authored about 1 year ago
Thread lattice through escape analysis (#52223)

As of #51494 is used in the base pipeline, so external abstract
interpreters inherit it by defa...

github.com/JuliaLang/julia - 41a6f268ff07f68779bdf6f8f9dd6ebba82a02b5 authored about 1 year ago
[nghttp2_jll] Upgrade to v1.58.0 (#52218)

Usual memo to self:

* update version in `stdlib/nghttp2_jll/Project.toml` and
`deps/nghttp2....

github.com/JuliaLang/julia - e75dd479ee38907183cb940e572440411ea1c448 authored about 1 year ago
docs: update latest stable version (#52215)

github.com/JuliaLang/julia - 959b474d0516df77a268d9f23ccda5d2ad32acdf authored about 1 year ago
Add missing type annotation reported by JET (#52207)

We already know from
https://github.com/lgoettgens/julia/blob/d0a3edddda407302930f3b2a742a7c8eb...

github.com/JuliaLang/julia - e754f2036cbfc37ea24a33d02e86e41a9cf56af9 authored about 1 year ago
codegen: remove UB from uninitialized bitstypes in new (#52169)

In the time since the creation of issue #26764, there _is_ now 'a way to
say to llvm "I don't c...

github.com/JuliaLang/julia - 81afdbc36b365fcbf3ae25b7451c6cb5798c0c3d authored about 1 year ago
build: disable DT_TEXTREL warning for i686 (#52211)

This warning was distracting and annoying me, so I looked into whether
it was a bug. Turns out ...

github.com/JuliaLang/julia - 625bbdef20f59cd546ed841f9c53f00beaba4d8b authored about 1 year ago
Move "Creating Packages" from Pkg.jl docs (#52102)

github.com/JuliaLang/julia - 20440fd9a379f450c3c4317cb320669c9dc6d631 authored about 1 year ago
codegen: ensure i1 bool is widened to i8 before storing (#52189)

Teach value_to_pointer to convert primitive types to their stored
representation first, to avoi...

github.com/JuliaLang/julia - 9aa7980358349ee7017fa614525f571ffa92c55d authored about 1 year ago
invmod(n::BitInteger): efficient native modular inverses (#52180)

Implement algorithm described in https://arxiv.org/pdf/2204.04342.pdf.
The algorithm is pleasin...

github.com/JuliaLang/julia - 045b6f9c8837776d11e75a73841d6c23718c4e08 authored about 1 year ago
post-opt-analysis: use EA to refine `:effect_free` (#51494)

This commit is aiming to integrate EA into the Base compiler pipeline by
using it during the po...

github.com/JuliaLang/julia - 234a7586c397140489d78fd149fa5a67eec56446 authored about 1 year ago
effects: taint :noub for memory operations (#52186)

Currently our effects system does not track `:noub` about memory
operations. While this sounds ...

github.com/JuliaLang/julia - 113431532e24c999b89d93136974ead53cd2d534 authored about 1 year ago
remove `switch_[to|from]_irinterp` mechanism (#52204)

This seems to cause (probably not very profitable) union-splitting all
over the place and compli...

github.com/JuliaLang/julia - 03bbf91902b5dbeb04d71fb02f4f168dd1c3c6df authored about 1 year ago
irinterp: check if `IRCode` has been compacted (#52203)

Adds assertion that checks if `IRCode` passed to irinterp or post-opt
analysis has been compacte...

github.com/JuliaLang/julia - 8af47bd585fc81ec373167b3ca02010177e7ccf8 authored about 1 year ago
[OpenBLAS_jll] Upgrade to v0.3.25 (#52178)

See the [release notes of
v0.3.25](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.25...

github.com/JuliaLang/julia - f1f84a2bfd735f8d05f71899b65eee49afc8c5cf authored about 1 year ago
Move heap_size batching code into pair of functions (#51611)

Co-authored-by: Gabriel Baraldi <[email protected]>

github.com/JuliaLang/julia - 29be3ef88c0e4e093c6563f50237c37d5ab14a39 authored about 1 year ago
jitlayers: replace sharedbytes intern pool with one that respects alignment (#52182)

The llvm optimizations may increase alignment beyond the initial
MAX_ALIGN. This pool's alignme...

github.com/JuliaLang/julia - a65bc9a267837fcf9813bef2fc6eb79d02e25ea5 authored about 1 year ago
Revert "Support sorting iterators (#46104)" (#52010)

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

github.com/JuliaLang/julia - 1cb85ad3fb1ba32e18be9be67775d1b36dc27079 authored about 1 year ago
cap the number of GC threads to number of cpu cores (#52192)

github.com/JuliaLang/julia - f26947b4f5aee73135581bb14290c1c00102b8e3 authored about 1 year ago
Use pkgimages for coverage & malloc tracking by ignoring native code in tracked packages (#52123)

github.com/JuliaLang/julia - b1c8e120d1c73655578a557b4fbe3d6e142dadcc authored about 1 year ago
add some instrumentation to measure page utilization per size class (#52164)

One of the limitations is that it's only accurate right after the GC.
Still might be helpful fo...

github.com/JuliaLang/julia - 40e56a50cca62b55a70bbd62bdb935d5a00dd30c authored about 1 year ago
inference: enhance memoryop tfunc robustness (#52185)

Make them able to handle potential `Vararg` argument. Also adds plenty
of tests.

github.com/JuliaLang/julia - 7f18f767ab5711b03eee98a03594e909e5510365 authored about 1 year ago
Compatible parent index when displaying dots in SubArrays (#52097)

Fix #52095 by passing the `reindex`ed indices through `to_indices` to
convert them to `Integer`...

github.com/JuliaLang/julia - 4689850aadbdeb2be9ffe5cc7ce04770eef334b3 authored about 1 year ago
inference: streamline `builtin_effects` (#52177)

Composed of the following two commits:

---

> stop passing `arginfo` to `builtin_effects`
...

github.com/JuliaLang/julia - 2fb06a7c25fa2b770a8f6e8a45fec48c002268e4 authored about 1 year ago
chore: Release juliaup version 1.12.0

github.com/JuliaLang/juliaup - a9d67559c42ddf87598dc80c808674d2381fa623 authored about 1 year ago
Merge pull request #661 from JuliaLang/juliaup-home-env-var

Use JULIAUP_DEPOT_PATH instead of JULIA_DEPOT_PATH

github.com/JuliaLang/juliaup - 945eb57dce697c326d3bbb9208ce9f5b4fd1205c authored about 1 year ago
Fix formatting

github.com/JuliaLang/juliaup - fc9fa6ff4459ea8502d8041800e59c985b6713ee authored about 1 year ago
stop passing `arginfo` to `builtin_effects`

`builtin_effects` no longer requires the `arginfo` parameter, as
`getfield_effects` doesn't depe...

github.com/JuliaLang/julia - 3c824030a403ba47706c161986c3a630465c2573 authored about 1 year ago
exclude the first builtin function from `argtypes` of `builtin_effects`

Streamlined the `builtin_effects` function to accept `argtypes` without
including the builtin fu...

github.com/JuliaLang/julia - 574c5d121f0239c9458148e974827dfbb19a5125 authored about 1 year ago
enhance maintainability of `jl_ir_` accessors (#52167)

By allowing us to change data size at one place when we make a change to
the layout of compress...

github.com/JuliaLang/julia - 253cddc6b6bafd05afd02fff064e9f3ba8d7004e authored about 1 year ago
🤖 [master] Bump the SparseArrays stdlib from 7786a73 to f154de2 (#52183)

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

github.com/JuliaLang/julia - aa00204afd0532e3e81547e6673e386a0907835e authored about 1 year ago
🤖 [master] Bump the SparseArrays stdlib from 37fc321 to 7786a73 (#52181)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: ma...

github.com/JuliaLang/julia - 221f074fff180aa462792d82e5c6435ae8ddea15 authored about 1 year ago
[REPL] fix computation of startpos for path completions (#52009)

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

Ensure that the REPL completions escape...

github.com/JuliaLang/julia - 5edcdc5a234fa69a65f5e2b8d85ac51cfb37a653 authored about 1 year ago
Bump version (#146)

github.com/JuliaLang/BugReporting.jl - 03987bd1ed70b3f66b85ae235e8757a903ffe3d7 authored about 1 year ago
Split upload_rr_trace to allow manual upload fallback. (#145)

github.com/JuliaLang/BugReporting.jl - 7823619ffb72ea17c218360ee510738e837ed9f3 authored about 1 year ago
Merge branch 'main' into juliaup-home-env-var

github.com/JuliaLang/juliaup - 1a0cf2f3fd67e17548c0787653f750c07bdf22b6 authored about 1 year ago
chore: Release juliaup version 1.11.23

github.com/JuliaLang/juliaup - 89536759157418d0e9dc8c1152a4f0ee258df0fc authored about 1 year ago
Merge pull request #751 from JuliaLang/handle-error-state

Handle an error condition correctly

github.com/JuliaLang/juliaup - d6d7569ae9c544e6a12175e5302a09dc3c50a1b5 authored about 1 year ago
Make c func `abspath` consistent on Windows. Fix tracking path conversion. (#52140)

Explanation for the `GetFullPathName` behavior
https://developercommunity.visualstudio.com/t/Ge...

github.com/JuliaLang/julia - eaef647957ca5e085eea299cfa9f699c6afe6d8f authored about 1 year ago
tidy up the inlining algorithm (#52158)

github.com/JuliaLang/julia - 25bcc6066000a3288b6c804642b0bdb6298eb872 authored about 1 year ago
atexit: move hook before precompile output (#51849)

To show how this is used, this updates the profile_printing_listener
background job to use this...

github.com/JuliaLang/julia - 539ca89ade6205bc8f3929ea4766358b90d7b1f6 authored about 1 year ago
make objectid effects total (#52119)

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
test: disable bug-report=rr-local on aarch64 (#52172)

This always fails on CI. Refs
https://github.com/JuliaLang/julia/pull/51776

github.com/JuliaLang/julia - cd986324cc05615f86b33949915f6982fa5a18a5 authored about 1 year ago
Merge branch 'main' into handle-error-state

github.com/JuliaLang/juliaup - 235a4340289e6af1abbebeb00f7f1319c8ae063f authored about 1 year ago
Merge pull request #750 from JuliaLang/fullexitcode

Return full 32 bit exit code from julialauncher

github.com/JuliaLang/juliaup - 77f80eb1fe0d34653039a752013c604f1a19450d authored about 1 year ago
Fix formatting

github.com/JuliaLang/juliaup - 40c089b6bfb0a5ced106bd7227ee06d6fca1acc0 authored about 1 year ago
Handle an error condition correctly

github.com/JuliaLang/juliaup - 389b5b6d0fec7eef386c27b12183f91cbdb8b524 authored about 1 year ago
Merge pull request #716 from GunnarFarneback/already_installed_not_error

Do not error when adding an already installed channel.

github.com/JuliaLang/juliaup - 8beb581410c989a9565356ce2e92ba53f3e30071 authored about 1 year ago
Return full 32 bit exit code from julialauncher

github.com/JuliaLang/juliaup - 468d878d564348b9b3749e1aa1f29ea7a3a2e947 authored about 1 year ago
Merge pull request #747 from MikeInnes/mji/symlink

Fix DB update when julia launcher is symlinked

github.com/JuliaLang/juliaup - 09fad4376d06e677ab47ddb2f8755a235c8de5f0 authored about 1 year ago
Merge pull request #717 from kdheepak/add-rustfmt

Add .rustfmt.toml

github.com/JuliaLang/juliaup - 73d227f88fef2c2896b1d65616875cfc5e291f66 authored about 1 year ago
Merge branch 'main' into pr/MikeInnes/747

github.com/JuliaLang/juliaup - d555921d40fa5c146eb9e9a714ed041c92288577 authored about 1 year ago
Merge pull request #749 from JuliaLang/update-deps2

Update deps

github.com/JuliaLang/juliaup - 47937a332f8a0940a69628268eae3bbc83a40986 authored about 1 year ago
Fix a mingw error

github.com/JuliaLang/juliaup - d8ac984d3f27a35fa0c02f884b9b0779d8fefa45 authored about 1 year ago
Reduce compile time for generic matmatmul (#52038)

This is another attempt at improving the compile time issue with generic
matmatmul, hopefully i...

github.com/JuliaLang/julia - 0cf2bf143552c2f425150fcb2a60225c67ea042d authored about 1 year ago
restore deprecated function for Pkg tests

github.com/JuliaLang/julia - 67ec832373a581358b0d6430b35fe427818d8dd7 authored about 1 year ago
improve "deadlock avoidance" of unexpectedly abrubt exits

github.com/JuliaLang/julia - d8a410c8eb18f4f6cd797211ef21783cf7b2ca3a authored about 1 year ago
atexit: move hook before precompile output

To show how this is used, this updates the profile_printing_listener
background job to use this ...

github.com/JuliaLang/julia - b638381d23e8d4d3f11c81a4cdf0093818552dcd authored about 1 year ago
test: fix race in atexit test

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 ago
Update version db (#748)

Co-authored-by: ararslan <[email protected]>

github.com/JuliaLang/juliaup - 63210f575de8cc79068ea11e4313df49d2bbd718 authored about 1 year ago
Transpose elements in `copy_transpose!` (#52116)

github.com/JuliaLang/julia - 4bc45a7f0adbf15416ca860eb3e4cb100b115e91 authored about 1 year ago
AbsInt: thread lattice throughout `abstract_call_gf_by_type` (#52162)

github.com/JuliaLang/julia - 1a885c4f7209b64cede127756382fdae907dcd30 authored about 1 year ago
Use libuv thread instead of std::thread to avoid musl issues (#52149)

See
https://ariadne.space/2021/06/25/understanding-thread-stack-sizes-and-how-alpine-is-differe...

github.com/JuliaLang/julia - c1f67f82bda6918b736fb592a16567c7cd2fda7b authored about 1 year ago
fix up the test case to pass custom codegen params to `code_llvm` (#52144)

github.com/JuliaLang/julia - 092f95fa33d89bd57de615b0fb5bc5affe4c61f0 authored about 1 year ago
Tweak test LOAD_PATH and fix loading test (#52150)

This does two things:
1. Give the latest addition to the loading test an active project, so
th...

github.com/JuliaLang/julia - 9729f312186c70de4f5209dfa0d0fdf0f1669ee6 authored about 1 year ago
fix `--pkgimage[s]` inconsistencies (#52147)

github.com/JuliaLang/julia - d5f873f2f3017c268c388081158f7b1401e1e304 authored about 1 year ago
Rewrite sortslices from scratch and add inference tests (#52039)

github.com/JuliaLang/julia - 2d449d4c870fcb8e347d0a49e974d4ca0020e440 authored about 1 year ago
add an exception type for missing IR (#52121)

This makes it possible to suppress the output and easier to catch the
exception if a deployed a...

github.com/JuliaLang/julia - 9754dbbde5c0b39faa682c390668cf00f9a3df43 authored about 1 year ago
Devdocs on fixing precompile hangs, take 2 (#51895)

This is #50914, with only the documentation changes, plus an improvement
to the warning message...

github.com/JuliaLang/julia - 6d5787a993ae7623df479217c9805767ceaa3556 authored about 1 year ago
Bump JuliaSyntax to 0.4.7 (#52136)

This fixes a whole bunch of small but annoying bugs, as described in the
JuliaSyntax-0.4.7 rele...

github.com/JuliaLang/julia - 85d7ccad2cc2154d9c3371283512eec33252cc40 authored about 1 year ago
Fix typo in devdocs (#52128)

github.com/JuliaLang/julia - e746ba4085b7de0036e596e19c0979071ee0a920 authored about 1 year ago
🤖 [master] Bump the Pkg stdlib from 2d59169bf to debc38b9a (#52124)

github.com/JuliaLang/julia - c15f4e9ed5540b8a64558c985a4ffda50151353c authored about 1 year ago
cfg_simplify: Avoid ambiguous magic number (#52111)

This code was using the sentinel value -1 as a special marker in
addition to the negative BB in...

github.com/JuliaLang/julia - fcd62da13d9c3ed7e3d3772479bcade7473b3e24 authored about 1 year ago
Outline potentially undefined globals during lowering (#51970)

Currently [1] it is illegal [2] in IRCode to have a GlobalRef in value
position that could pote...

github.com/JuliaLang/julia - 16e61e25c7e15280b1e3c11b549b410e324175c4 authored about 1 year ago
Mark the indexing as `@inbounds` in `triu!` (#52117)

github.com/JuliaLang/julia - 8944a22b7aced0767cf8980ca6c89ca64de4a238 authored about 1 year ago
docs: Add link to external tutorials (#52104)

github.com/JuliaLang/julia - b567b377e532835ae1b2d1cdfcd92d925b1c6a2b authored about 1 year ago
Add `Dict` test whether key is updated on re-assignment (#52110)

Tests whether key is updated even if they are equal.

Refs #52066

github.com/JuliaLang/julia - 5303a7a16c4bf87c7dfc3913e2a2308c08a124c1 authored about 1 year ago
add sizehint! for `first` and make append!/prepend! safer (#51903)

First we add an optional API parameter for `sizehint!` that controls
whether it is for `push!` ...

github.com/JuliaLang/julia - 9eb277059ca7fec1ac1d56117a2ff94a2956a841 authored about 1 year ago
lowering: avoid calling a generated function to make new IR just for the side-effect of calling diff_names for kwarg error checking (#52081)

empirically this makes a very minor difference, but it seems to be at
least very slightly more ...

github.com/JuliaLang/julia - 786caaa567255f2f63a12f41bd47f0f20331a237 authored about 1 year ago
staticdata: gc the global_roots_table contents during saving (#52088)

A (very) small memory optimization to avoid saving objects that are
essentially unreachable

github.com/JuliaLang/julia - 0513228cae1e28fd1614226899b996b51130a028 authored about 1 year ago
Optimize `pop!(s::Set, x, default)` (#52023)

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