Ecosyste.ms: Timeline

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

JuliaLang/julia

vtjnash created a comment on an issue on JuliaLang/julia
I hit this once also, and it was very weird, and affected every terminal and Julia version, then went away just as abruptly

View on GitHub

vtjnash created a comment on an issue on JuliaLang/julia
> true iff the argtype provided is completely covered by any method definition Covered by exactly one method is the actual definition of this query, since that is the definition used by invoke, an...

View on GitHub

nanosoldier created a comment on a pull request on JuliaLang/julia
[Your benchmark job](https://github.com/JuliaLang/julia/pull/55746#issuecomment-2427580732) has completed - possible performance regressions were detected. A full report can be found [here](https:/...

View on GitHub

vtjnash created a comment on an issue on JuliaLang/julia
Ah right. Maybe the issue is that it may return false because it determines is ambiguous which method to (not) call, so it would be wrong to ever use as an approximation of whether a method exists ...

View on GitHub

inkydragon created a comment on an issue on JuliaLang/julia
Cannot be reproduced on newer version: - Win 11 23H2 + WinTerminal 1.20.11781.0 (released on 2024-09-28) - Julia ``` PS C:\Users\inkyd> julia _ _ _ _(_)_ | Documentat...

View on GitHub

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

View on GitHub

topolarity created a comment on an issue on JuliaLang/julia
Is the disagreement about whether `Tuple{Float64, Any}` is a supertype of `Tuple{Union{},Union{}}`?

View on GitHub

topolarity created a comment on an issue on JuliaLang/julia
But that's also true for: ```julia julia> g(::Union{Int,Float64}) = 13 julia> hasmethod(g, Tuple{Int}) true ``` `Tuple{Int,Float32}` is a supertype of `Tuple{Int}` and isn't associated with any me...

View on GitHub

mkitti created a comment on a pull request on JuliaLang/julia
I was trying to test SSL under the scenario of Python loading Julia and OpenSSL.jl via `juliacall`. However, `juliacall` ends up loading the Python standard library `ssl` before I can load OpenS...

View on GitHub

leadacid starred JuliaLang/julia
fingolfin created a review on a pull request on JuliaLang/julia

View on GitHub

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

View on GitHub

mbauman created a review comment on a pull request on JuliaLang/julia
I mean, you can only determine "inside string" with a complete parser, I believe. I don't think we really need to fiddle with the regex with the `!hint` restriction that's now here. I had been ...

View on GitHub

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

View on GitHub

vtjnash created a branch on JuliaLang/julia

jn/parallel-require-loading - The Julia Programming Language

IanButterworth created a comment on a pull request on JuliaLang/julia
29s for me. m2 mac iTerm2

View on GitHub

mkitti created a comment on a pull request on JuliaLang/julia
Here's a fix for ScikitLearn.jl: ```julia using OpenSSL using ScikitLearn using NetworkOptions using PyCall if length(ARGS) > 0 && ARGS[1] == "--fix" py""" import ssl def c...

View on GitHub

IanButterworth created a review comment on a pull request on JuliaLang/julia
@Seelengrab just saw your comment in the issue, if you can help resolve this here

View on GitHub

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

View on GitHub

ericphanson created a comment on a pull request on JuliaLang/julia
BTW, it takes me 38-40s to print 1MiB with ```julia REPL.SHOW_MAXIMUM_BYTES = 1_048_576 struct A40735 str::String end str = string(('a':'z')...)^50 @time REPL.show_limited(stdout, MIME"t...

View on GitHub

IanButterworth created a review comment on a pull request on JuliaLang/julia
Yeah I think this needs fixing. How does the below proposal look? `(\w+\.|)\?\((.*)$` previous `^(?!\")(?:\w+\.|)\?\((.*)$` current `^\s*(?!\")(?:\w+\.|)\?\(\s*(.*)\s*$` proposed here ```juli...

View on GitHub

IanButterworth 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
Agreed. I think that a short comment in the docstring explaining that this tool may be useful to diagnose lock contention, IO bottlenecks, etc, might be useful. But we should probably write a...

View on GitHub

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

View on GitHub

topolarity created a comment on an issue on JuliaLang/julia
> that method cannot be called / does not exist for all supertypes of the input query What supertype can it not be called for?

View on GitHub

ericphanson created a comment on a pull request on JuliaLang/julia
> At the very least commands that are expected to produce large outputs (e.g. the various `@code` macros) need to be exempted. I'm not sure how you're hitting this, since `@code_warntype`, `@cod...

View on GitHub

gbaraldi opened a pull request on JuliaLang/julia
Fix trampoline warning on x86 as well
Fix https://github.com/JuliaLang/julia/pull/54634 on x86 as well.
gbaraldi pushed 1 commit to gb/trampoline JuliaLang/julia
  • Fix trampoline warning on x86 as well 63d4813

View on GitHub

d-netto created a review comment on a pull request on JuliaLang/julia
`sweep_mtarraylist_buffers` now runs while `bt_data_prof_lock` is held.

View on GitHub

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

View on GitHub

Load more