Ecosyste.ms: Timeline

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

JuliaLang/julia

oscardssmith created a review comment on a pull request on JuliaLang/julia
the issue here is purely in `log`, right?

View on GitHub

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

View on GitHub

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

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
```suggestion of its dependencies and of Julia, e.g., code in released packages, list the names it uses from each loaded package, e.g., `using Foo: Foo, f` rather than `using Foo`. ``` Same h...

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
```suggestion of its dependencies and of Julia, e.g., code in released packages, list the names it uses from each loaded package, e.g., `using Foo: Foo, f` rather than `using Foo`. ``` ...

View on GitHub

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

View on GitHub

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

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
Do you see if https://github.com/scipy/scipy/blob/628a6b3bf3e1a3149b8a6390322ae976bba930fa/scipy/linalg/_matfuncs_inv_ssq.py#L367-L377 and subsequent code handles it the same way? IIRC then the sci...

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
I checked locally and this also solves the example in https://github.com/JuliaLang/julia/issues/54833#issuecomment-2180915810.

View on GitHub

charleskawczynski created a comment on a pull request on JuliaLang/julia
@KristofferC, can this not be backported?

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
I'm marking for merge, but a review approval wouldn't hurt

View on GitHub

IanButterworth pushed 99 commits to kc/warn_using JuliaLang/julia
  • update LLVM docs (#56162) dump with raw=true so you don't get random erorrs, and show how to run single modules. ... 3b3a70f
  • Fix zero elements for block-matrix kron involving Diagonal (#55941) Currently, it's assumed that the zero element is... d749f0e
  • Call `MulAddMul` instead of multiplication in _generic_matmatmul! (#56089) Fix https://github.com/JuliaLang/julia/is... 0af99e6
  • improve `allunique`'s type stability (#56161) Caught by https://github.com/aviatesk/JET.jl/issues/667. fe82988
  • Add invalidation barriers for `displaysize` and `implicit_typeinfo` (#56159) These are invalidated by our own stdlib... 9223088
  • Fix markdown list in installation.md (#56165) Documenter.jl requires all trailing list content to follow the same i... 9f92989
  • [Random] Add more comments and a helper function in Xoshiro code (#56144) Follow up to #55994 and #55997. This shoul... d09abe5
  • 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
  • Make loading work when stdlib deps are missing in the manifest (#56148) Closes https://github.com/JuliaLang/julia/is... b02d671
  • Remove llvm-muladd pass and move it's functionality to to llvm-simdloop (#55802) Closes https://github.com/JuliaLang... 924dc17
  • Fix implicit `convert(String, ...)` in several places (#56174) This removes several `convert(String, ...)` from this... a7521ea
  • Change annotations to use a NamedTuple (#55741) Due to popular demand, the type of annotations is to be changed from... a9acdae
  • Remove redundant `convert` in `_setindex!` (#56178) Follow up to #56034, ref: https://github.com/JuliaLang/julia/pu... 54299d9
  • Improve type inference of Artifacts.jl (#56118) This also has some changes that move platform selection to compile t... 6ee784d
  • Initial support for RISC-V (#56105) Rebase and extension of @alexfanqi's initial work on porting Julia to RISC-V. R... a98f371
  • minor tweak on sysimg.md (#56183) 8a79822
  • Remove zero arg methods of `+` and `*` from linalg tests (#56184) There are tests elsewhere that i) make sure there ... f5937b4
  • and 79 more ...

View on GitHub

IanButterworth pushed 1 commit to kc/warn_using JuliaLang/julia

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
I'm ok on Mac, on linux I do get the weird behavior: ## Linux ```julia $ julia +nightly --trace-compile=linux --startup-file=no -e "Base.@time_imports @time using REPL" 59.8 ms StyledString...

View on GitHub

oscardssmith created a comment on an issue on JuliaLang/julia
How does the performance compare between before and after? I am slightly worried that I might have been accidentally relying on LLVM re-associating all my math.

View on GitHub

zvnkk created a comment on an issue on JuliaLang/julia
writing using Pkg in startup.jl file worked

View on GitHub

IanButterworth pushed 5 commits to backports-release-1.11 JuliaLang/julia
  • REPL: fix brace detection when ' is used for transpose (#56252) (cherry picked from commit 1c67d0cfdc8ab109120dc3f07... c00ba05
  • move time_imports and trace_* macros to Base but remain owned by InteractiveUtils (#56276) This way all packages can... 7b3408e
  • REPL: fix closing quote on completing files in a ~ path (#56253) (cherry picked from commit 133051f20f5995d4128f9c79... 70f87db
  • REPL: Don't search for ?( completions when hinting (#56278) (cherry picked from commit 049d92a2ac506316ca2413e103647... 32d97c4
  • REPL: don't complete str and cmd macros when the input matches the internal name like `r_` to `r"` (#56254) (cherry ... 6be0afc

View on GitHub

IanButterworth created a comment on an issue on JuliaLang/julia
I assume this is related to https://github.com/JuliaLang/julia/pull/54858 ? I see that's not on 1.11 and `Base.@time nothi<TAB>` works on 1.11

View on GitHub

mellonpizza starred JuliaLang/julia
IanButterworth created a comment on an issue on JuliaLang/julia
Also just noting that on nightly you can now time all stdlib loads. ```julia % julia +nightly --startup-file=no -e "Base.@time_imports @time using REPL" 35.1 ms StyledStrings ...

View on GitHub

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

View on GitHub

IanButterworth created a comment on an issue on JuliaLang/julia
I suspect some TTY print precompiles aren't sticking for some people. I'd investigate but I'm not one of those people.. ```julia % julia +1.11 --startup-file=no -e "using InteractiveUtils; @time_i...

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia
These tests already appear to pass on master? The description doesn't make sense, as you cannot actually add this edge (even with force=true), as the mt wouldn't permit invalidating it if any metho...

View on GitHub

PallHaraldsson created a comment on a pull request on JuliaLang/julia
julia> @code_native println("Palli", "X", "Y") .text .file "println" .globl japi1_println_7124 # -- Begin function japi1_println_7124 .p2align 4, 0x90 .type japi1_println_712...

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
> Note the fmul which now isn't annotated as contract anymore, which was precisely the point of https://github.com/JuliaLang/julia/pull/55802 to fix https://github.com/JuliaLang/julia/issues/55785....

View on GitHub

cuartataifa forked JuliaLang/julia

cuartataifa/julia

aviatesk opened a pull request on JuliaLang/julia
inference: fix backedge correctness for `applicable` calls
Even if the return value of `applicable(f, args...)` is initially inferred as `Const(true)`, when a new method is added to `f` then it may cause new method match ambiguities, requiring the call to ...
aviatesk pushed 1 commit to avi/reduce-applicable-backedge JuliaLang/julia
  • inference: fix backedge correctness for `applicable` calls Even if the return value of `applicable(f, args...)` is i... e51da3b

View on GitHub

aviatesk created a branch on JuliaLang/julia

avi/reduce-applicable-backedge - The Julia Programming Language

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

View on GitHub

Load more