Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

JuliaLang/julia

mkitti created a comment on a pull request on JuliaLang/julia
For the PyCall / PythonCall based packages that we can control, we should modify them to use a [SSL context](https://docs.python.org/3/library/ssl.html#ssl.SSLContext) as I [mentioned earlier](http...

View on GitHub

aviatesk deleted a branch JuliaLang/julia

avi/56248

aviatesk pushed 1 commit to master JuliaLang/julia
  • inference: fix inference error from constructing invalid `TypeVar` (#56264) - fixes JuliaLang/julia#56248 08d11d0

View on GitHub

aviatesk closed an issue on JuliaLang/julia
A TypeError crashes Julia
The following code crashes Julia ```julia using Test import Pkg Pkg.add("Manifolds") using Manifolds @testset "Julia crash" for M in [ Sphere(2), ] @test_throws TypeError [] ...
aviatesk closed a pull request on JuliaLang/julia
inference: fix inference error from constructing invalid `TypeVar`
- fixes JuliaLang/julia#56248
mbauman created a review on a pull request on JuliaLang/julia
Easiest to review ignoring whitespace: https://github.com/JuliaLang/julia/pull/56278/files?w=1. This looks good to me, thanks @IanButterworth!

View on GitHub

gmgunter starred JuliaLang/julia
d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

mkitti created a comment on a pull request on JuliaLang/julia
For Julia, we should just do what OpenSSL.jl is currently doing. https://github.com/JuliaWeb/OpenSSL.jl/blob/74ce7df91f28ae5618f834488f8e3e5dd2ae30a6/src/ssl.jl#L134-L168 That is we should us...

View on GitHub

KristofferC created a comment on a pull request on JuliaLang/julia
@nanosoldier `runbenchmarks(ALL, vs = ":release-1.10")`

View on GitHub

KristofferC created a comment on a pull request on JuliaLang/julia
@nanosoldier `runbenchmarks(vs = ":release-1.10")`

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
We now have C functions `failed_to_stop_thread_fun` and `failed_to_sample_task_fun` which will be used as place-holders in the backtraces whenever we fail to stop a thread or sample a task.

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
Now holding `bt_data_prof_lock` in `sweep_stack_pools`.

View on GitHub

d-netto created a review on a pull request on JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 1 commit to dcn-all-task-profiler JuliaLang/julia

View on GitHub

d-netto pushed 2 commits to dcn-all-task-profiler JuliaLang/julia
  • trimming: don't abort where we used to resolve dynamic calls (#56271) This call resolution code was deleted in #5617... 1ba035d
  • all tasks profiler a3a4cf4

View on GitHub

KristofferC created a comment on a pull request on JuliaLang/julia
> Is there another way we can avoid these kinds of completions for the end-of-line suggestions +1, just disable for inline completions.

View on GitHub

mbauman created a comment on a pull request on JuliaLang/julia
Is there another way we can avoid these kinds of completions for the end-of-line suggestions? This seems helpful, but not quite complete.

View on GitHub

nanosoldier created a comment on a pull request on JuliaLang/julia
The package evaluation job [you requested](https://github.com/JuliaLang/julia/pull/52850#issuecomment-2425803991) has completed - possible new issues were detected. The [**full report**](https://s3...

View on GitHub

giordano created a review comment on a pull request on JuliaLang/julia
Do I understand correctly this is only ignoring a line starting with a string?

View on GitHub

giordano created a review on a pull request on JuliaLang/julia

View on GitHub

topolarity pushed 1 commit to master JuliaLang/julia
  • trimming: don't abort where we used to resolve dynamic calls (#56271) This call resolution code was deleted in #5617... 1ba035d

View on GitHub

topolarity closed a pull request on JuliaLang/julia
trimming: don't abort where we used to resolve dynamic calls
This call resolution code was deleted in #56179 (rightfully so), but it should be a no-op until we implement this in inference.
topolarity created a review on a pull request on JuliaLang/julia
Thanks, @IanButterworth !

View on GitHub

IanButterworth created a review comment on a pull request on JuliaLang/julia
ah yeah. Fixed. Thanks

View on GitHub

Load more