Ecosyste.ms: Timeline

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

JuliaLang/julia

nsajko created a review comment on a pull request on JuliaLang/julia
You're right, sorry.

View on GitHub

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

View on GitHub

nhz2 created a review comment on a pull request on JuliaLang/julia
Ref: https://github.com/JuliaLang/julia/issues/22983 https://discourse.julialang.org/t/why-inv-complex-0-0-0-0-returns-complex-nan-nan/92694/1

View on GitHub

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

View on GitHub

nhz2 created a review comment on a pull request on JuliaLang/julia
With complex numbers, there are many possible infinities, I'm not sure what infinity is correct. ```julia-repl julia> 1.0/(0.0im) NaN + NaN*im ```

View on GitHub

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

View on GitHub

nsajko created a review comment on a pull request on JuliaLang/julia
This is wrong. The correct result is positive infinite, just like here: ```julia-repl julia> (1 // 1) / 0 1//0 ```

View on GitHub

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

View on GitHub

nsajko created a comment on an issue on JuliaLang/julia
The offending oneliner is buggy in other ways, too: #56245.

View on GitHub

nsajko opened an issue on JuliaLang/julia
the `//(::Number, ::Complex)` method is not correct when the second argument is zero or infinite
This is the method: https://github.com/JuliaLang/julia/blob/877de9839809e769d4f9707a61df3400d087d8d3/base/rational.jl#L101-L101 The math behind the transformation incorrectly assumes `y` is finit...
nsajko created a review comment on a pull request on JuliaLang/julia
```suggestion Return a structure whose fields contain information about the file. ```

View on GitHub

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

View on GitHub

ianna starred JuliaLang/julia
nsajko created a review comment on a pull request on JuliaLang/julia
```suggestion inv(x::Rational{T}) where {T} = checked_den(x.den, x.num) ``` This change is not related, right? IMO unrelated cosmetic changes should go separate from bugfix PRs, making both re...

View on GitHub

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

View on GitHub

jishnub pushed 1 commit to jishnub/exp_inplace JuliaLang/julia
  • Add missing BASE_TEST_PATH d3cd3f4

View on GitHub

KronosTheLate opened a pull request on JuliaLang/julia
Improve docstring filesize
The docstring for `filesize` failes to mention how paths are joined, and document the full-path-as-single-argument method. I know that this version of the docstring might be a regression when it co...
d-netto pushed 1 commit to master JuliaLang/julia
  • Refactoring to be considered before adding MMTk (#55608) This PR contains some refactoring of common functions that ... 877de98

View on GitHub

d-netto closed a pull request on JuliaLang/julia
Refactoring to be considered before adding MMTk
This PR contains some refactoring of common functions that were moved to `gc-common.c` and should be shared between MMTk and Julia's stock GC.
jishnub pushed 1 commit to jishnub/eachindex JuliaLang/julia
  • Narrower inbounds annotations in generic LinearAlgebra functions 3752c12

View on GitHub

jishnub opened a pull request on JuliaLang/julia
LinearAlgebra: replace some hardcoded loop ranges with axes
These are safer in general, as well as easier to read.
jishnub pushed 1 commit to jishnub/eachindex JuliaLang/julia
  • Update copytrito! and rotate! 34b5aa0

View on GitHub

jishnub created a branch on JuliaLang/julia

jishnub/eachindex - The Julia Programming Language

Ekkanit starred JuliaLang/julia
jishnub opened a pull request on JuliaLang/julia
Change in-place exp to out-of-place in matrix trig functions
This makes the functions work for arbitrary matrix types that support `exp`, but not necessarily the in-place `exp!`. For example, the following works after this: ```julia julia> m = SMatrix{2,2}...
jishnub created a branch on JuliaLang/julia

jishnub/exp_inplace - The Julia Programming Language

d-netto pushed 3 commits to dcn-all-task-profiler JuliaLang/julia
  • rename: invalid -> incompatible cache header (#56240) Falling back to the older serial precompilation process is bas... aa51abe
  • Restore support for checking for UndefVarError variable name in at-test_throws (#56231) Fix https://github.com/Julia... b0c1525
  • all tasks profiler b158646

View on GitHub

giordano created a review comment on a pull request on JuliaLang/julia
`Base.cwstring` is only defined on Windows: https://github.com/JuliaLang/julia/blob/b0c1525f1731186767ae42e7d625bf0909e49af8/base/strings/cstring.jl#L108-L124 This testset should only be run on Win...

View on GitHub

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

View on GitHub

giordano created a comment on a pull request on JuliaLang/julia
> Also, sorry for the wall of filemode changes. I tried to remove them from the commit but kept getting "unable to index file" errors. Advice on how to fix would be appreciated! What operating s...

View on GitHub

Load more