Ecosyste.ms: Timeline

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

JuliaLang/julia

LilithHafner created a branch on JuliaLang/julia

LilithHafner-patch-1 - The Julia Programming Language

ViralBShah created a comment on a pull request on JuliaLang/julia
@ararslan Is this something that should be added to Tier 3 support on the downloads page?

View on GitHub

jishnub created a review comment on a pull request on JuliaLang/julia
Actually, the constant propagation seems to work in this function even without the aggressive propagation hint.

View on GitHub

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

View on GitHub

fredrikekre created a comment on a pull request on JuliaLang/julia
These types of PRs are usually rejected with a pointer to StaticArrays.jl.

View on GitHub

ViralBShah created a comment on a pull request on JuliaLang/julia
Does it make sense to provide these binaries on the downloads page or is it too early for that? I imagine that we at least want something coming out of CI to put it on the downloads page.

View on GitHub

giordano created a comment on an issue on JuliaLang/julia
Yes, but as [Stefan said above](https://github.com/JuliaLang/julia/issues/33409#issuecomment-638308843), it's always problematic to add new binary libraries as julia deps, also because we're stuck ...

View on GitHub

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

Load more