Ecosyste.ms: Timeline

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

JuliaLang/julia

kshyatt created a branch on JuliaLang/julia

ksh/abstract_char - The Julia Programming Language

olivierverdier opened an issue on JuliaLang/julia
A TypeError crashes Julia
The following code crashes Julia ```julia using Test import Pkg Pkg.add("Manifolds") using Manifolds @testset "Julia crash" for M in [ Sphere(2), ] @test_throws TypeError [] ...
kshyatt opened a pull request on JuliaLang/julia
Tests for two AbstractString methods
kshyatt created a branch on JuliaLang/julia

ksh/abstract_str - The Julia Programming Language

kshyatt opened a pull request on JuliaLang/julia
Test for showing AnnotatedIOBuffer
Doesn't seem to be covered at the moment
kshyatt created a branch on JuliaLang/julia

ksh/anno_show - The Julia Programming Language

nsajko 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
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

Load more