Ecosyste.ms: Timeline

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

JuliaLang/julia

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

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

View on GitHub

topolarity created a review comment on a pull request on JuliaLang/julia
```suggestion if (is_recompile) { if (s_precompile == JL_STDERR && jl_options.color != JL_OPTIONS_COLOR_OFF) { jl_printf(s_precompile, " # recompile\e[0m"); ...

View on GitHub

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

View on GitHub

vtjnash created a comment on a pull request on JuliaLang/julia
Probably mostly noise though, since it is worth noting this only affects code which uses Matrix (or rather, Array !<: Vector)

View on GitHub

gbaraldi created a comment on a pull request on JuliaLang/julia
So looking at this it doesn't look like there's really a super satisifying path forward. Though it seems @mkitti has dealt with this on the conda side and honestly we should just follow that IMO. I...

View on GitHub

awadell1 created a comment on an issue on JuliaLang/julia
Yes, I can take a stab at it this weekend. > On Oct 21, 2024, at 1:29 PM, Timothy ***@***.***> wrote: > > > Thanks for reporting and investigating this @awadell1 <https://github.com/awade...

View on GitHub

tecosaur reopened an issue on JuliaLang/julia
`--project=@script` is broken or NEWS entry is incorrect (Julia 1.11.0-rc3)
This issue has two parts. # Issue 1 The following NEWS entry is incorrect: > If no path is given after (i.e. `--project=@script`) then (like `--project=@.`) the directory and its parents are...
tecosaur created a comment on an issue on JuliaLang/julia
Ah right, I think I just missed that nuance in a skim-read. I'll reopen the issue 🙂

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
Okay. Yeah

View on GitHub

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

View on GitHub

StevenWhitaker created a comment on an issue on JuliaLang/julia
I am slightly doubtful the same fix will apply to both issues because in Issue 2 above an absolute path somehow gets introduced. In other words, if Issue 2 did just depend on Issue 1 getting the co...

View on GitHub

topolarity created a comment on a pull request on JuliaLang/julia
I think we should just add `# recompile` - I was confused about what the coloring meant when I first saw it

View on GitHub

tobyfarley starred JuliaLang/julia
topolarity created a comment on a pull request on JuliaLang/julia
Planning on landing this today or tomorrow, unless there are any objections.

View on GitHub

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

View on GitHub

IanButterworth created a comment on an issue on JuliaLang/julia
Probably https://github.com/JuliaLang/julia/blob/f9765410821dce0f2e5ce8a625fbdf9a52f02462/stdlib/REPL/src/REPLCompletions.jl#L1231

View on GitHub

IanButterworth created a comment on an issue on JuliaLang/julia
Profile from while it's doing it. Looks like completion is finding a massive list of `MethodCompletion` and the time is spent doing repr for each of those.. ``` dOverhead ╎ [+additional indent] Co...

View on GitHub

mbauman created a comment on an issue on JuliaLang/julia
Yeah, I suspect it's likely a bad interaction between https://github.com/JuliaLang/julia/pull/38791 and https://github.com/JuliaLang/julia/pull/51229

View on GitHub

tecosaur created a comment on an issue on JuliaLang/julia
At a glance, I suspect that Issue 2 might be solved by fixing Issue 1 (if the base path is determined incorrectly, paths relative to it will be incorrect too).

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
Oh, I get it, thanks.

View on GitHub

nsajko 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 agree with @nsajko. It's always possible to add more generic functionality later, but it's impossible to go backwards. The most generic `zero` gets is `::Number`. If we have a function in base,...

View on GitHub

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

View on GitHub

Load more