Ecosyste.ms: Timeline

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

JuliaLang/julia

jishnub pushed 1 commit to jishnub/matmulenumdispatch JuliaLang/julia
  • alpha,beta instead of MulAddMul in _generic_matmatmul! 05452f4

View on GitHub

ViralBShah created a comment on an issue on JuliaLang/julia
Does Hwloc give an accurate notion of the number of threads?

View on GitHub

LilithHafner created a comment on a pull request on JuliaLang/julia
Sounds good enough to me.

View on GitHub

IanButterworth pushed 17 commits to gb/trampoline JuliaLang/julia
  • Revert "Extensions: make loading of extensions independent of what packages are in the sysimage (#52841)" This rever... e3f2f6b
  • fix lookup when extension is in `[deps]` ad1dc39
  • remove new references to explicit_loaded_modules 319ee70
  • add Pkg 1.11 news to HISTORY.md (#56277) Backport already on https://github.com/JuliaLang/julia/pull/56228 36593fd
  • Remove NewPM pass exports. (#56269) All ecosystem consumers have switched to the string-based API. 31f7df6
  • Revert "Extensions: make loading of extensions independent of what packages are in the sysimage (#52841) (#56234) Th... 5b677a1
  • jitlayers: use std::make_tuple instead of tuple constructor (#56287) this should be safer for the type deduction and... 7d4b2b7
  • move time_imports and trace_* macros to Base but remain owned by InteractiveUtils (#56276) This way all packages can... ab22f98
  • lowering: split `finally` blocks for exceptional control-flow (#55876) This change duplicates `finally` blocks in lo... 6de6b46
  • add recompile comment in --trace-compile in terminal color mode too (#56275) Update: Just adds the comment in color ... e4101b7
  • Some usability follow-ups and fixes for the world macro (#56273) 1. Allow fully qualified module names: `@world(Foo.... 7c1935d
  • REPL: Don't search for ?( completions when hinting (#56278) 049d92a
  • Use a curried helper for module-local eval/include (#55949) In https://github.com/JuliaLang/julia/pull/55466, the au... 73b85cf
  • Don't try to allocate new binding partitions from static show (#56298) In particular static show is used inside the ... be0ce9d
  • Fix fetching parent in symmetric algebra (#56286) We only need the `parent` of the result if it is a triangular matr... 5e4fb51
  • REPL: fix closing quote on completing files in a ~ path (#56253) 133051f
  • Merge branch 'master' into gb/trampoline 0f162a5

View on GitHub

aviatesk pushed 7 commits to avi/early-finalize-insertion JuliaLang/julia
  • Fix fetching parent in symmetric algebra (#56286) We only need the `parent` of the result if it is a triangular matr... 5e4fb51
  • REPL: fix closing quote on completing files in a ~ path (#56253) 133051f
  • optimizer: early `finalize` insertion Currently, in the finalizer inlining pass, if not all the code between the fin... 0ba49e4
  • optimizer: cancel finalizer registration rather than inserting `finalize` This seems to perform well. ```julia muta... 2d1ecfc
  • call `_cancel_finalizer` a bit earlier 1b0beb8
  • ignore `ThrownEscape` f12b6f1
  • just null out cancelled finalizers 5dab57d

View on GitHub

aviatesk created a review comment on a pull request on JuliaLang/julia
Implemented.

View on GitHub

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

View on GitHub

maleadt pushed 1 commit to tb/llvmpasses JuliaLang/julia
  • Switch to forced vector width instead. 18af3cf

View on GitHub

albinahlback opened an issue on JuliaLang/julia
pkg-config files point to the wrong directory for Julia binaries
As a developer of a library written in C, one can utilize pkg-config during the configuration process to obtain the correct set of flags for a dependency. In my case, I help to maintain [FLINT](htt...
maleadt created a comment on a pull request on JuliaLang/julia
> -force-vector-width=2 TIL; and that works too. Let me update the PR.

View on GitHub

aviatesk pushed 1 commit to jn/codeinfo-edges JuliaLang/julia
  • make `CallInfo` propagate the `edges` list of `CodeInstance`s Remaining TODOs: - Finalize the format for `sv.edges`.... a6e7b20

View on GitHub

vchuravy created a comment on a pull request on JuliaLang/julia
> ./usr/tools/opt: WARNING: failed to create target machine for 'x86_64-unknown-linux-gnu': unable to get target for 'x86_64-unknown-linux-gnu', see --version and --triple. So this is yet again ...

View on GitHub

d-netto pushed 2 commits to dcn-all-task-profiler JuliaLang/julia
  • REPL: fix closing quote on completing files in a ~ path (#56253) 133051f
  • all tasks profiler 6f15cfe

View on GitHub

IanButterworth closed an issue on JuliaLang/julia
REPL tab completion for paths inside double quotes adds an extra double quote when expanding to a single match
**versioninfo()** ``` julia> versioninfo() Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux ...
IanButterworth pushed 1 commit to master JuliaLang/julia
  • REPL: fix closing quote on completing files in a ~ path (#56253) 133051f

View on GitHub

IanButterworth closed a pull request on JuliaLang/julia
REPL: fix closing quote on completing files in a ~ path
Fixes https://github.com/JuliaLang/julia/issues/54958
giordano created a comment on an issue on JuliaLang/julia
> works which kind of suggests that the one without dashes should also work? That's ambiguous though. > What do other programming languages do for this? As far as I can tell, Python's [`datetime...

View on GitHub

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

View on GitHub

giordano created a comment on an issue on JuliaLang/julia
> Well, either way you align it you have two inputs which should be of the same length which are not. That's to allow parsing dates with less ambiguous formats (separating the parts with the the h...

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
``` julia> date::Date = Date(arg, "yyyy-mm-dd") 20024-10-22 ``` works which kind of suggests that the one without dashes should also work? What do other programming languages do for this?

View on GitHub

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

View on GitHub

edward-bestx created a comment on an issue on JuliaLang/julia
Well, either way you align it you have two inputs which should be of the same length which are not. It could be aligned either way. For numerical things, which something like a date is, we read th...

View on GitHub

giordano created a comment on an issue on JuliaLang/julia
> If we align both strings vertically, the issue becomes obvious: > > ``` > "200211111" > "yyyymmdd" > ``` That's an interesting way to align it, since parsing happens left-to-right, not right-t...

View on GitHub

aviatesk created a comment on a pull request on JuliaLang/julia
Now we have these remaining TODOs for the Julia-side refactoring: - Finalize the format for `sv.edges`. There might be cases where no `edge::CodeInstance` exists as a result of `abstract_call_m...

View on GitHub

jishnub created a comment on a pull request on JuliaLang/julia
This PR seems to worsen the latency in some unusual combinations: ```julia julia> using LinearAlgebra julia> A = rand(2,2); julia> @time Symmetric(A) * A'; 0.626372 seconds (2.43 M alloc...

View on GitHub

aviatesk pushed 79 commits to jn/codeinfo-edges JuliaLang/julia
  • add objects to concisely specify initialization PerProcess: once per process PerThread: once per thread id PerTask: ... 8a18f27
  • add precompile support for recording fields to change Somewhat generalizes our support for changing Ptr to C_NULL. N... a66733f
  • improve OncePer implementation Address reviewer feedback, add more fixes and more tests, rename to add Once prefix. dbbd4d9
  • fix use-after-free in test (detected in win32 CI) 9d56856
  • Some small follow-ups to stackless compiler (#55972) 1. Adjust the docstring for `Future`, which had its design chan... c07a40f
  • Break dependency between loading and Core.Compiler (#56186) This code was originally added in df81bf9a96c59f257a013... b7b79eb
  • Implement parallel sweeping of stack pools (#55643) Also use a round robin to only return stacks one thread at a tim... df5f437
  • add fenv cache to task struct (#51288) Fixes #51277, though we give no guarantee that it keeps working this way, or... 12aa9de
  • url relocation LinearAlgebra markdown (#56202) _cf_: https://github.com/JuliaLang/julia/issues/56147 .html and .p... 5c3f477
  • Update stable release tag to 1.11.1 in README.md (#56205) This still points to 1.10 and should be updated. e252877
  • Split reflection into compiler-dependent and compiler-independent pieces (#56185) The `reflection.jl` file provides ... 222cde9
  • Move EffectsOverride to expr.jl (#56187) It makes sense that we originally added this to the compiler, but these an... 7ee3ba9
  • Fix some grammatical errors on docstring of `GenericMemory` (#56197) bbd8158
  • Read views of destination in adjoint * adjoint (#56138) Also, add an aggressive constprop annotation to `generic_mat... 727a57e
  • Add context to `errorshow` `except_str` tests (#56199) With this, the error message in https://buildkite.com/julial... c4effc3
  • Include default user depot when JULIA_DEPOT_PATH has leading empty entry (#56195) af51bcc
  • Add news entry for `matprod_dest` (#56160) This was missed out in https://github.com/JuliaLang/julia/pull/55537 4329422
  • Improve type inference of nonmissingtype, nonnothingtype and of Ryu (#56120) Co-authored-by: Cody Tapscott <84105208... d32cc26
  • Limit implicit `show` in REPL to printing 20 KiB by default (#53959) closes https://github.com/JuliaLang/julia/issue... 6b95ac0
  • Add inferFunctionAttrsPass to the pipeline so that libfuncs get attributes (#52946) I doubt this will make too much ... c2e3498
  • and 59 more ...

View on GitHub

edward-bestx created a comment on an issue on JuliaLang/julia
As I already stated, it should not be printing an error which says `ArgumentError: Day: 111 out of range (1:30)`. That doesn't make any sense, because the user didn't pass `111` as the number of d...

View on GitHub

giordano created a comment on an issue on JuliaLang/julia
> It can see 9 digits have been supplied as input rather than the typical 8 which would be expected. So you want it to throw you an error for a mismatched input string/format? Which is what's alr...

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
Just to play safe: @nanosoldier `runbenchmarks("linalg", vs = ":master")`

View on GitHub

edward-bestx created a comment on an issue on JuliaLang/julia
> How can the program possibly know you meant the year to have 5 digits if you literally put 4 ys there without mindreading capabilities? It doesn't need to have mind reading capabilities. It can ...

View on GitHub

Load more