Ecosyste.ms: Timeline

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

JuliaLang/julia

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

mbauman created a review comment on a pull request on JuliaLang/julia
I'm not particularly excited about publicizing `require_one_based_indexing` — the reason for its existence is entirely about adding safety checks to _old_ code. But I see that the pair reference e...

View on GitHub

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

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
Would it be possible for this macro to take this form instead/also? ``` @world 26866 Foo(1) ```

View on GitHub

paulmelis created a comment on an issue on JuliaLang/julia
"Subtly different", but with no explanation anywhere? At least, I can't find anything in `--help` or the manual that `--trace-compile value` is accepted, when `--trace-compile=value` is what is lis...

View on GitHub

putianyi889 created a review comment on a pull request on JuliaLang/julia
That issue discussed reasons of having the general interface.

View on GitHub

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

View on GitHub

StevenWhitaker created a comment on an issue on JuliaLang/julia
@tecosaur I agree that Issue 1 above is a dupe of #55069. However, #55069 doesn't mention anything about the `--project=@script/sub_dir` functionality (what I call Issue 2 above). So this issue isn...

View on GitHub

Load more