Kristoffer Carlsson

Results 401 issues of Kristoffer Carlsson

> If the ref doesn't exist in the repository, but existing refs start with ref they will be returned as an array. I ``` julia> GitHub.reference("JuliaLang/julia", "heads/v"; handle_error=false) ERROR: MethodError:...

bug

https://developer.github.com/v3/issues/

Will keep adding to this: - [x] `Ptr{Void} -> Ptr{Cvoid}` - [x] `Void` -> `Nothing` - [x] `unshift!` -> `pushfirst!`, `shift!`-> `popfirst!` - [x] `CartesianRange` -> `CartesianIndices` - [x] `sub2ind`...

Requires us getting a license for the Travis user

Stdlibs that live in their own repo generally needs to do a similar backport process as in the Julia repo. Roughly this is done by: - [x] Have a `release-1.x`...

The matrix multiplication here should likely be implemented with an `MKLSparse.matmul` or something instead of type piracying the Base matrix multiplication with more specific versions.

After https://github.com/JuliaLinearAlgebra/MKL.jl/pull/99 MKL runs single-threaded on mac which is very bad for performance. This will catch a lot of people off guard unless there is some screaming done by the...