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 - 9a0d20929e251e1df21cca6e09479ecea7021873 authored about 1 year ago
github.com/JuliaLang/julia - 71ee30f9ed4ef9bb3aed48bb6808774716166b53 authored about 1 year ago
github.com/JuliaLang/julia - 75fdd86c6196de1c497657973f6edf8b2c99c0ef authored about 1 year ago
github.com/JuliaLang/julia - fa69f9c728c66ce5473f732b390bbfa76123fe67 authored about 1 year ago
This should allow more completions for cases involving dict operations.
github.com/JuliaLang/julia - 83abbcd551af37fd0bc4f8b66a090c24b5b1ecdb authored about 1 year ago
This commit makes irinterp skip `nothing` statements when looking
through `:nothrow` and `:noub...
github.com/JuliaLang/julia - bdbee27ae76cbbe84f48152a1e4f75f4ba26a410 authored about 1 year ago
Channel `iterate` calls might miss trailing items without this patch. I
have not seen proof of ...
github.com/JuliaLang/julia - 3aa943b21cf90a78e40fefe653fd4372ad328df5 authored about 1 year ago
github.com/JuliaLang/julia - e2af398a9679ca31374e522275b3e9efeda405c8 authored about 1 year ago
See
https://github.com/JuliaLang/julia/pull/52298#discussion_r1417407376.
So that we can provide a module context to evaluate in.
This is more aligned with the design of...
The offset should be in elements not bytes.
github.com/JuliaLang/julia - fd9d3c08c9e3229283e4d2b7d749234f0b903773 authored about 1 year agogithub.com/JuliaLang/julia - cfcc04308a0ea17b37585e3b752184c040197d0c authored about 1 year ago
github.com/JuliaLang/julia - 6a1df3d3e4a32435bb7bfcbc101356e0b8176ae2 authored about 1 year ago
Circa #45062 and #46975
github.com/JuliaLang/julia - b5abac441dba8b30e042a05654fdb9a28f7b265b authored about 1 year agoFix #52376
The completion hint starting offset was not computed considering the
case where t...
I am working on implementing a support for callsite `@assume_effects`
annotation, and this upda...
Co-authored-by: Jameson Nash <[email protected]>
github.com/JuliaLang/julia - 2949dd5723d0c02dc86f3f44f17e2f410fadc866 authored about 1 year ago
Add helper method `Docs.hasdoc` to facilitate automated testing of
whether documentation exists...
Co-authored-by: Daniel Karrasch <[email protected]>
github.com/JuliaLang/julia - fd41af5af8023c1bbaf2a4ead7966a09c891a1eb authored about 1 year ago
Supersedes https://github.com/JuliaLang/julia/pull/51061 and
https://github.com/JuliaLang/julia...
github.com/JuliaLang/julia - 2ef056a139d5fdc9d3a9aa9e5051a0127c9bdf7a authored about 1 year ago
Similarly, for `symmetric/symmetric_type`. These are meant to be
specialized by custom types, s...
Currently mainly to test a few things on CI here, but will update this
to an actual PR once 0.2...
Close #52373, or at least the part that may be addressed here. After
this, the first axis for a...
These methods presumably exist to throw an error at the top-level,
rather than after the arrays...
As
[suggested](https://github.com/JuliaLang/www.julialang.org/pull/1982#issuecomment-1839772373...
github.com/JuliaLang/julia - 705564413cad1e6d6835bab6c407b69437c63d8f authored about 1 year ago
When a missing closing token like `)`, `]` or `}` is encountered we want
the "Expected `)`" err...
github.com/JuliaLang/julia - c1ca0d35dc02478206a6f3733bfb9051b4527067 authored about 1 year ago
Co-authored-by: Dilum Aluthge <[email protected]>
Co-authored-by: Steven G. Johnson <stevenj@mi...
Co-authored-by: Daniel Karrasch <[email protected]>
github.com/JuliaLang/julia - 53f1eb82b8a4265def61ab677746b63a583ef865 authored about 1 year agogithub.com/JuliaLang/julia - 150c1adfd6f1a54e6a74393c7bb73af8f772fa30 authored about 1 year ago
---------
Co-authored-by: Valentin Churavy <[email protected]>
github.com/JuliaLang/julia - 0a4b8108ee44aa915619f4791d39345adbcd95ae authored about 1 year agogithub.com/JuliaLang/julia - bb7091c6f264f4ddbcb1ad7712bf0b96de365643 authored about 1 year ago
This is used in an example here in the docs
https://docs.julialang.org/en/v1.11-dev/manual/embe...
The PR adds a function `lacpy!` to easily copy a triangular part of a
square or rectangular den...
This improves type-inference by avoiding recursion, as the `A^p` method
calls `schurpow` if `p`...
Since https://github.com/JuliaLang/julia/pull/52102 these links to the
Pkg.jl docs are dead. Th...
Co-authored-by: ararslan <[email protected]>
github.com/JuliaLang/juliaup - 4e8c47a73e090a0170de829d7e68dd9fda7eb576 authored about 1 year agogithub.com/JuliaLang/julia - 3e4b38684e38a015446253f5752ee9cf840f50cc authored about 1 year ago
github.com/JuliaLang/julia - 641f717a15cf89964db446c1bb32d0d672763786 authored about 1 year ago
github.com/JuliaLang/julia - aef528d32a6291ce82452c3a1ff1fa56ccf17641 authored about 1 year ago
After looking into #52099, I discovered that it has the same root cause
as #51548. Essentially,...
github.com/JuliaLang/julia - bac3ba5697c21cfc5058dfdb85a829e756ba9c68 authored about 1 year ago
These are a response to
[this comment](https://stackoverflow.com/questions/17645167/implementin...
The fix in #52323 was not quite correct. Fix that and adjust the test to
more accurately reflec...
Simplifies test code.
xref:
<https://github.com/JuliaLang/julia/pull/52323#pullrequestreview-1...
An easily merged subset of @matthias314's #52296, separated from that PR
at @mkitti's suggestio...
Related to #52134. It would be nice if the underlying inference issue
was fixed but this seems ...
Mostly long-standing bugs related to not handling the virtual
predecessor to catch blocks, but ...
This is part of the work to address #51352 by attempting to allow the
compiler to perform SRAO ...
These fields are documented in the docstring of `stat`, and also
mentioned as being public in t...
~This is just me proposing a suggestion from @KristofferC in
https://discourse.julialang.org/t/...
Fix #52209.
github.com/JuliaLang/julia - 4a18886a16308dee8d475c942bc641d718e59e9f authored about 1 year agogithub.com/JuliaLang/julia - 08d89eb2cede81ce46b0337e2d1d31e812b82d46 authored about 1 year ago
This issue confused me for a few hours. Basically what happened was that
I had some IR that ver...
This is a prepratory commit in anticipation of giving :enter additional
responsibilities of ent...
Core.Compiler calls this on many functions, creating associated Types
inferred for each for som...
github.com/JuliaLang/julia - 9ea29d9b8f41509ea2609ce012cea69dfc4285e8 authored about 1 year ago
Right now, we require a :leave expression at both the end of a try
region and as the first expr...
While looking at some other things, I noticed that we call concrete
evaluation on every `error(...
We have had this smallintset code around for a while for internal
purposes, though it was not q...
Indexing using integers instead of a `Vector` uses constant-propagation
to improve the inferred...
Fixes https://github.com/JuliaLang/julia/issues/52255
Before this change:
```julia
julia> u...
By avoiding unnecessary copy of `argtypes[2:end]`.
github.com/JuliaLang/julia - 3bdf9d597ff7212be920ef191f0b92b44591bb12 authored about 1 year agoBy enforcing re-inference on calls with all constant arguments.
While it's debatable whether ...
github.com/JuliaLang/julia - c1fc9858d9d8643e4d8951f26220140d66f70198 authored about 1 year ago
I think `in!` is a useful general function for users, and would be good
to have as official API...
As noted here:
https://discourse.julialang.org/t/how-do-we-julians-win-big-when-the-situation-i...
Fixes #52213
Overwritting methods during cache creation is currently not something
that the ...
This is cherry-picked from #52245. This is an independent bugfix, and
looks like #52245 might n...
So after struggling with this for a long while it seems there were two
different issues. The fi...
github.com/JuliaLang/julia - 187e8c2222878c68b2afc9295ab8dc61773bd7f2 authored about 1 year ago
github.com/JuliaLang/julia - 79a845ce49b05bf0b7c3e088872f4c0d65a2b16a authored about 1 year ago
github.com/JuliaLang/julia - 9884e447e79241a27f88c6484f07aa58c5c6f681 authored about 1 year ago
github.com/JuliaLang/julia - 38438d7b1b510d6180058e63852aba9186278a4b authored about 1 year ago
There are some lexing ambituities in primes vs cmd delimiters. We break
these with a simple rul...
Implements effects refinement that goes in the reverse direction of what
was implemented in 8dd...
close #52168
close #27031
This commit introduces `Base.infer_return_type`, a new reflection
utility which shares a simila...
Right now, we're checking if a flag exists using bare operations like
`&` and `==`. This works ...
github.com/JuliaLang/julia - 418423b1af734ba7aba93e68ea7a908aff3047cd authored about 1 year ago
github.com/JuliaLang/julia - abfc2c6b57424e32a93a08f6121a8013c50504ee authored about 1 year ago
#49559 by @JeffBezanson updated `src/flisp/julia_charmap.h` but missed
[the
comment](https://g...
We're suffering from heavy fragmentation in some of our workloads.
Add a build-time option to...
github.com/JuliaLang/julia - 85e3da02bbf0f8fe40166c1bb06653821f7c9f3c authored about 1 year ago
Since methods such as `mul!`, `(l/r)mul!` and `(l/r)div!` are defined
for `AbstractTriangular`,...
github.com/JuliaLang/julia - 1b40e91ad516b3b12c569e7f8c5c40f0fff74d14 authored about 1 year ago
Currently `exc_bestguess` does not take into account the possibility of
stackoverflow error, ca...
github.com/JuliaLang/julia - 49d3e852d06138e23bae6c4a451d36a1477e8900 authored about 1 year ago
Currently the interpreter always returns false. Which isn't very good.
Make it follow whatever ...
Composed of:
- typeinf_local: factor into `update_cycle_worklists!` utility
(78f7b4ecf11b364...
This commit defines functions that mirror our tools for analyzing return
types and computationa...
In expressions like `"a +\n\n<:"` the presence of `peek(ps, skip_newlines=true)` was
inconsiste...
github.com/JuliaLang/julia - 8dd0cf5c43af7fe401157c6a5ff6704b71f8fd48 authored about 1 year ago
github.com/JuliaLang/julia - d85cb0ec0b7cd1b2182612443624e8d2542eb8b9 authored about 1 year ago
github.com/JuliaLang/julia - 808d7ac7b8c52a1dc8eb6dc951376347f2c515c0 authored about 1 year ago
github.com/JuliaLang/julia - da1258cb91a397dd4f1a31d2fd4af6fb354391bb authored about 1 year ago
This commit defines functions that mirror our tools for analyzing return
types and computational...
github.com/JuliaLang/julia - 65090d116eecddad5bdef88b1f3d6dace91310da authored about 1 year ago