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

Add text/html show method for styled strings

github.com/JuliaLang/julia - 98e9af49325ce27560fbb50c607e27b06d192f23 authored over 1 year ago
Introduce text faces

To easy text styling, a "Face" type is introduced which bundles a
collection of stylistic attrib...

github.com/JuliaLang/julia - c505b047ac44b2bbd4e536bef6b84cb11531abff authored over 1 year ago
Tests for styled strings and faces

github.com/JuliaLang/julia - 0569c57befe7015c4ba66150c863e5888b5d222c authored over 1 year ago
Add StyledStrings, Faces, and @S_str to NEWS

github.com/JuliaLang/julia - 5aaff189acc1d229d05c42718b3ffa28f73b40f9 authored over 1 year ago
Overhaul S"" macro

The previous S"" macro was essentially one giant for loop with a helper
function. When adding s...

github.com/JuliaLang/julia - 4a9128d6b8db5fe4473d3d422e76f25068df5b4d authored over 1 year ago
Load terminfo during exec_options

This way should any styled printing occur, regardless of whether a REPL
session is started, it w...

github.com/JuliaLang/julia - 96e3d6bbab80eaaef8ec087d6b962bc522c2b5cc authored over 1 year ago
Custom show methods for faces and simplecolor

This is just nicer to look at in the REPL

github.com/JuliaLang/julia - c214350944bfdb1e1dc9048cce8a3b1e393b28f4 authored over 1 year ago
Buffer styled printing

When printing directly to stdout, there is a non-negligible overhead
compared to simply printing...

github.com/JuliaLang/julia - ea24b5371368047dcaa11ebbcbdf64cd6eee6174 authored over 1 year ago
Introduce a styled string macro (@S_str)

To make specifying StyledStrings easier, the @S_str macro is added to
convert a minimalistic sty...

github.com/JuliaLang/julia - eada39b4e162b32454f967333b3557ece60293ee authored over 1 year ago
Document StyledStrings and Faces

github.com/JuliaLang/julia - f8192fe29c934a5d6422d9f3e83bd719df28c1b6 authored over 1 year ago
Parametrize RegexMatch string type

This allows for the construction of matches built on non-String
AbstractStrings.

github.com/JuliaLang/julia - 7bf226bf8a3c4a99a01e596a6a4c2de6b21ffd40 authored over 1 year ago
Introduce Styled{String,Char}

These new types allow for arbitrary properties to be attached to regions
of an AbstractString or...

github.com/JuliaLang/julia - 6113e1c338b23c16424b8f077b8f3b31f828067b authored over 1 year ago
Implement styled printing of StyledStrings

Printing StyledStrings is more complicated than using the printstyled
function as a Face support...

github.com/JuliaLang/julia - 13f32f1510d659abff9254c3f50876823cd7993d authored over 1 year ago
Allow SubString construction without index shift

github.com/JuliaLang/julia - 7489a3190432d0a9e77372dd6b6801c3e1589238 authored over 1 year ago
Bump version. (#143)

github.com/JuliaLang/BugReporting.jl - 50caabab6bbdf040044bca8eb743c1cd95a30d80 authored over 1 year ago
Stop using deprecated JLLWrappers methods (#141)

Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Tim Besard <t...

github.com/JuliaLang/BugReporting.jl - 07aee4892076c47e39523663dd52e1b92e655a22 authored over 1 year ago
Make server errors loud (#142)

github.com/JuliaLang/BugReporting.jl - 8002f33e522a7a4fb1c35255c5028ba5e28ad875 authored over 1 year ago
Fix remove-addrspaces pass in the presence of globals with addrspaces (#51782)

This fixes an assertion that might trigger if we run this pass on sysimg
modules.

github.com/JuliaLang/julia - 01f6c4c8b86f62af923a600327f9b6be1a905193 authored over 1 year ago
Add dex and nginx configs.

github.com/JuliaLang/headscale.julialang.org - e3c949d02accfc2a3ccaa5bd5fafc538aa05defd authored over 1 year ago
Use a single Float16 ABI. (#51666)

Currently, Julia uses 2 different Float16 ABIs, depending on the host compiler used to
compile ...

github.com/JuliaLang/julia - ef3bf66d5e1d60c9b604eb6e01539eb1c3aced90 authored over 1 year ago
Fix reference in manual (#51741)

github.com/JuliaLang/julia - f8f573dc0ddb10a9ca33d3e624f6e806fb68afb3 authored over 1 year ago
fix parallel peakflop usage (#51757)

This is required now once Distributed is not in the sysimage.

Fixes https://github.com/JuliaL...

github.com/JuliaLang/julia - 795d8d7a033cb711f5914b0da7587ab55edb0f39 authored over 1 year ago
Make precompile files relocatable (#49866)

String replacement with `@depot` when serializing out happens with any
paths that are located i...

github.com/JuliaLang/julia - f2df1b41b85843120a9715449eb5ff555a4a172d authored over 1 year ago
fix return type of `exec_options` (#51787)

Should fix the failures observed in JuliaLang/BugReporting.jl#141. Test
for this is in #51776 w...

github.com/JuliaLang/julia - d432821e0b869cae47e59d2541eee1243ee75630 authored over 1 year ago
fix `--bug-report=rr` (#51750)

This option is currently broken on nightly due to world age errors

github.com/JuliaLang/julia - cd8298400ff12c3a8b77d4eeb9415c9336c7305b authored over 1 year ago
allow more module declaration formats in module check (#51689)

github.com/JuliaLang/julia - 86305e3423b33ac80f186090a838d5ce22a01075 authored over 1 year ago
Better recovery when parsing empty characters (#369)

Consume the trailing ' in empty characters '' for better error recovery
when `ignore_errors=tru...

github.com/JuliaLang/JuliaSyntax.jl - 96137ed1efbefde3198d981250be9f0698beeabb authored over 1 year ago
Put mingw32 `*.a` files in `private_libdir` (#51698)

This avoid that these files are picked up during julia's build process,
and are instead only us...

github.com/JuliaLang/julia - 4ef353c6e4ad5156ad65cb40c3a2a61fbd324b59 authored over 1 year ago
Fix inlining logic for :invoke exprs (#51766)

This code path isn't currently used in Base, but is reached in external
abstract interpreters a...

github.com/JuliaLang/julia - 47d5c021539d4d3bd305d7104b40720217022827 authored over 1 year ago
limit TimeType subtraction (#51743)

Disallow some type combinations that don't make sense.

---------

Co-authored-by: Ben Baumg...

github.com/JuliaLang/julia - 8a889ffcd235ac75720205b0cd7446c9b66eb664 authored over 1 year ago
ignore mightalias for empty objects (#51761)

There is no bytes that overlap, so it is safe to use these without
needing to make an explicit ...

github.com/JuliaLang/julia - 101e475645df961c904ef5ed9995fb3268e468d5 authored over 1 year ago
🤖 [master] Bump the Pkg stdlib from ffb6edf03 to af5392db5 (#51749)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: ...

github.com/JuliaLang/julia - 3cc4fdc7a11b99a253fb1d4b1b420bb52ac95b69 authored over 1 year ago
codegen: fix gc rooting bug (#51744)

ccall was not creating roots for the contents of struct values which
contained roots on the sta...

github.com/JuliaLang/julia - e36f65f0f66c1306574f7ec577479bf381fa088c authored over 1 year ago
EA: allow tests to run for out-of-tree build (#51752)

github.com/JuliaLang/julia - 0b31e8b9e9c9093e88cc6610765cfccb21cde499 authored over 1 year ago
inference: use `jl_method_get_table` for `get_nospecializeinfer_sig` (#51735)

This allows `@nospecializeinfer` to be functional for `@overlay`ed
methods, making it more alig...

github.com/JuliaLang/julia - 86cbb604f853acef34b84416735e1c2640a45d4e authored over 1 year ago
Merge pull request #358 from JuliaLang/lh/flisp-fallback-hint

Add a "not your fault" hint to the fallback to flisp error

github.com/JuliaLang/JuliaSyntax.jl - b941fc083a524a063c53c24a9dad0d3461b85a03 authored over 1 year ago
Dots in displaying views of sparse/structured arrays (#51679)

With this, views of sparse/structured arrays are printed with dots as
well:
```julia
julia> D...

github.com/JuliaLang/julia - 4d2d8490bdee8f457948b949441e95a69a775217 authored over 1 year ago
REPL: remove 'oops.' for non Markdown help strings (#51734)

This was added in
https://github.com/JuliaLang/julia/pull/50105/files#diff-625b68d89f9d5b3eaa17...

github.com/JuliaLang/julia - 09dd7d7d0bd0e39d68acba9e2b86a84ddff02565 authored over 1 year ago
Add note in constructor doc about infix notation (#51610)

When reading the documentation---and later, when I was doing an Exercism
example implementing t...

github.com/JuliaLang/julia - 66cdf15f26a0dcd1dc0c4880e6491ccb9b95796c authored over 1 year ago
add `Printf.Format` and `Printf.format` to manual (#51723)

github.com/JuliaLang/julia - 214ac5185f5f6eb489fa6dbb0118508670f70d42 authored over 1 year ago
Use currently unused LLVM statistics (#51685)

These variables missed being incremented

github.com/JuliaLang/julia - 2e54092e0ebda81422d1a8239ad6dc9a9516b0d5 authored over 1 year ago
docs: `Base.Order.Ordering`: consistency with #48363 and #48387 (#51683)

"Total order" -> "strict weak order".

github.com/JuliaLang/julia - a0f16291a6d265437cad4e3a5a674b7b52999d9d authored over 1 year ago
Fix LinearAlgebra/diagonal test (#51733)

github.com/JuliaLang/julia - ac7eecb24a3f7ed952ecd5274d18e9d2407c0701 authored over 1 year ago
🤖 [master] Bump the Pkg stdlib from b02fb9597 to ffb6edf03 (#51732)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: ...

github.com/JuliaLang/julia - d42415ae79613970ca366c207d478988b31332e6 authored over 1 year ago
Merge #100 #101

100: Bump actions/cache from 1 to 3 r=DilumAluthge a=dependabot[bot]

Bumps [actions/cache](http...

github.com/JuliaLang/BumpStdlibs.jl - 74a38c11d95fa79f9223db0f02327a6b9d5ea81e authored over 1 year ago
support `public` in fallback/legacy parser (#51575)

github.com/JuliaLang/julia - bbcbac9752ad54faf960fa26d2f105fc8ae7771e authored over 1 year ago
clean up identifiers defined in `Main` (#51411)

Loaded packages do not need explicit bindings, and the name
`MainInclude` does not need to be v...

github.com/JuliaLang/julia - ab94a242f6e56438f86a1babab7721db45b7feed authored over 1 year ago
Bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](htt...

github.com/JuliaLang/BumpStdlibs.jl - 6f7f423d27da3a0b94d2b1c62770bade2236b135 authored over 1 year ago
Bump actions/cache from 1 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://g...

github.com/JuliaLang/BumpStdlibs.jl - aa8766295d14124b4bc93f8fcf2f04081710a1f9 authored over 1 year ago
Bump SparseArrays to pull in SuiteSparse 7.2.1 (#51725)

Upgrade SuiteSparse to 7.2.1
Upgrade SparseArrays.jl to the latest master

---------

Co-au...

github.com/JuliaLang/julia - d5cde522e2274ea8dddd93c3ee224a1e5d7cfe96 authored over 1 year ago
Merge #95 #97

95: Update README.md r=DilumAluthge a=ViralBShah

97: Create dependabot.yml r=DilumAluthge a=V...

github.com/JuliaLang/BumpStdlibs.jl - 1710c42f1a7d0493063b7f3f54cc10afb49490fe authored over 1 year ago
Merge #96

96: Update TagBot.yml r=DilumAluthge a=ViralBShah

Co-authored-by: Viral B. Shah <ViralBShah@u...

github.com/JuliaLang/BumpStdlibs.jl - 9ee9c2e61c22d52467c13bbfc55194c5ead1e26c authored over 1 year ago
Merge #98

98: Short-term fix to the docs r=DilumAluthge a=DilumAluthge

Co-authored-by: Dilum Aluthge <d...

github.com/JuliaLang/BumpStdlibs.jl - f44bb55bc2144d2454f8882ec7c80852d7495d0c authored over 1 year ago
Short-term fix to the docs

github.com/JuliaLang/BumpStdlibs.jl - 7d44532d7b6dfc635e3fe02ab8a1bd30289225b7 authored over 1 year ago
Lower Pidfile stale_age multiplier. Add pidfile to cache log message. (#51714)

github.com/JuliaLang/julia - 6ec149f3b19a0d1ba597ee20780856cd5ae31867 authored over 1 year ago
Improve dostring for error(msg...) (#51721)

This PR slightly modifies the docstring for the second method defined
for `error`, as the docst...

github.com/JuliaLang/julia - 4d36da7768ea403284cb7364366a941cfba40642 authored over 1 year ago
Update src/hooks.jl

Co-authored-by: Sebastian Pfitzner <[email protected]>

github.com/JuliaLang/JuliaSyntax.jl - e621db48cc08bc87a6c7b90060f30c05945b7bda authored over 1 year ago
Create dependabot.yml

github.com/JuliaLang/BumpStdlibs.jl - 9ca64c0edf3dd97afe69f75c5e0ea5d6c311df9a authored over 1 year ago
🤖 [master] Bump the SparseArrays stdlib from 4e6776a to 0f8bbda (#51678)

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

github.com/JuliaLang/julia - b0c6781676f08bc0150018cd5ed54d71bb0c49c2 authored over 1 year ago
Initial empty root commit.

github.com/JuliaLang/headscale.julialang.org - 566f262bb18a7b2a9ac01f10e1433a04c326e7f5 authored over 1 year ago
Add note about sysimage `__init__`s running before startup.jl (#51623)

What caught me out in https://github.com/JuliaLang/julia/issues/51620

github.com/JuliaLang/julia - 258ac4614f589cb46436c12b2fa12030efd0cca3 authored over 1 year ago
Fix typos [nfc] (#51709)

github.com/JuliaLang/julia - 0c4af3288e8a4aab71c39b6ee5174964101e0704 authored over 1 year ago
Allow using `ReturnNode()` in `@generated` code (#51715)

IRTools.jl currently tries to use `ReturnNode()` to model unreachable
block terminators but it ...

github.com/JuliaLang/julia - ff03e5116d452d0e6e5970a50c187d468febf594 authored over 1 year ago
Optimize away try/catch blocks that are known not to trigger (#51674)

This leverages the support from #51590 to delete any try catch block
that is known not to be tr...

github.com/JuliaLang/julia - 0acca3c35524cff5c3dd65c25d1b104e62db22cb authored over 1 year ago
Add versions to all stdlibs (#51696)

For upgradeable stdlibs we need versions numbers,
let's add them now instead of after excision.

github.com/JuliaLang/julia - 4a1d74edc509efc1aec4ace991d86a04fb1d75fc authored over 1 year ago
Avoid `Style()` during broadcast whenever possible. (#51708)

On master, `combine_styles(bc::Broadcasted)` calls
`BroadcastStyle(typeof(bc))`, which seems bad...

github.com/JuliaLang/julia - b1e711e5aeb8f0c8c16ec16efb12852812db3ac2 authored over 1 year ago
Fix SyntaxNode->Expr conversions of unterminated cmd strings (#367)

github.com/JuliaLang/JuliaSyntax.jl - 3621603f623e3e3fbc6586afce020f5a0d4e833a authored over 1 year ago
[LAPACK] Add a method to provide ipiv for sytrf! and hetrf! (#51705)

It's similar to what we have with `getrf!` / `geqrf!` and the vectors
`ipiv` / `tau`.

github.com/JuliaLang/julia - 730450c5bb909fa780c233a88f699e0a8290f899 authored over 1 year ago
Merge pull request #3 from jpsamaroo/jps/readme

Add a README

github.com/JuliaLang/Distributed.jl - 281b9e12b55818b9adaa4dc251dd482e7064e5dc authored over 1 year ago
AbstractMatrix{T}(::SpecialMat{T}) should make a copy (#50495)

Co-authored-by: Daniel Karrasch <[email protected]>

github.com/JuliaLang/julia - b050af1e9ead3cf8c3e45a5c3f43b5dfac51b60f authored over 1 year ago
fix `eigvals,eigvecs,eigen` for `Diagonal{Matrix}` (#50897)

github.com/JuliaLang/julia - 1911c006baed8ffb5bfe4344cbd8345dd1652f51 authored over 1 year ago
add effects for `Cmd` constructor (#51543)

These can't be synthesized automatically because the implementation uses mutation in a mix of lo...

github.com/JuliaLang/julia - a3effa97ee800fe0e14e2adf47f5428fb9c9cb73 authored over 1 year ago
clarify docs on for loops for general iterators (#51639)

This PR updates the `for` loop documentation in the manual, in two ways:

1. It moves the info...

github.com/JuliaLang/julia - 325080477039ae6d862348da85c6f687153e34b0 authored over 1 year ago
mention .= in assignment-vs-mutation docs (#51681)

This seemed like an omission from that section, in the paragraph listing
syntaxes that mutate a...

github.com/JuliaLang/julia - 97e3c5e2929cb38997340aa36ba7a621943d9e43 authored over 1 year ago
loader: Provide memset, and use hidden visibility instead of symbol renaming. (#51682)

This ensures that the compiler may generate calls to these functions.

github.com/JuliaLang/julia - 42fb22e23710775c0cf1231a395094dcbccb6b6c authored over 1 year ago
irinterp: Allow Expr(:boundscheck) in statement position (#51688)

We didn't used to see these because :boundscheck in statement position
would always taint consi...

github.com/JuliaLang/julia - 3df63a13c9084a1eed7a6629600433159cfbbf66 authored over 1 year ago
Revert "Reinstate load-time Pkg.precompile" (#51675)

github.com/JuliaLang/julia - 8a847d520c22a2d854a95a03819443025daa2f27 authored over 1 year ago
Handle infix operators in REPL completion (#51366)

Fix https://github.com/JuliaLang/julia/issues/51194

This PR fixes a regression introduced in
...

github.com/JuliaLang/julia - e949236f29347f3e57a1a3a7d5ec656872ad8347 authored over 1 year ago
Forward `copyto!` for `Adjoint` to `adjoint!` (#51650)

github.com/JuliaLang/julia - 71872d134a7adb88e0383151dfd0d4810b49e443 authored over 1 year ago
Reinstate load-time Pkg.precompile (#51672)

github.com/JuliaLang/julia - a045313e6a4df196f8b5ea71938fa7d77ab52c17 authored over 1 year ago
Add version to Distributed.jl

github.com/JuliaLang/Distributed.jl - 7047c4d1e96f74999752a04aef37b0e70d45a85d authored over 1 year ago
Merge pull request #2 from jpsamaroo/jps/ci

Add GHA CI

github.com/JuliaLang/Distributed.jl - 44365df12925ec9e007fa784ca05dba05a29a44d authored over 1 year ago
Update link for reference for day to date conversions (#51651)

Previous link is dead link

---------

Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmai...

github.com/JuliaLang/julia - 64a127d6d05d4509e9c5e9862f081b4ef7048df7 authored over 1 year ago
lowering: Keep track of which :enter correspond to which :leave (#51590)

This should be NFC and is intended to allow the optimizer to delete
:enter statements (by repla...

github.com/JuliaLang/julia - 3711749292ba9c29ad2e3b9eaee90995f8c8290a authored over 1 year ago
Allow tab after key name in TOML.parse (#51622)

Fixes https://github.com/JuliaLang/TOML.jl/issues/52

github.com/JuliaLang/julia - 8180240a5e3cef039e575e425c46334d16c1bf94 authored over 1 year ago
Do not shrink `Dict`/`Set` in `merge!`/`union!` (#51629)

github.com/JuliaLang/julia - 72779b53061e2bac430e02f4b76c9d28c8c86fe1 authored over 1 year ago
Add eachrsplit iterator (#51646)

Unlike rsplit, this iterator returns split substrings right to left, but
other- wise it behaves...

github.com/JuliaLang/julia - be1702e98d71ffec03d8885f364e4993e33770ea authored over 1 year ago
Add debug_info_level to cgparams (#51484)

github.com/JuliaLang/julia - 342e39433c6f28ce0cbf7b6ad5478ab8a8ac2031 authored over 1 year ago
[LibCURL_jll] Upgrade to v8.4.0 (#51667)

github.com/JuliaLang/julia - abf5d9e8062dd338e55962f411d2e24652e20015 authored over 1 year ago
[OpenBLAS_jll] Upgrade to v0.3.24 (#51660)

Co-authored-by: Mosè Giordano <[email protected]>

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