Stefan Karpinski
Stefan Karpinski
Currently to update the URL of a package, you have to make a manual PR to the registry. This is actually pretty ok. However, it would be better to make...
People keep opening flights of PRs to register versions 0.1.2, 0.1.3, 0.1.4 and 0.1.5—all before 0.1.2 has been merged. Registrator should reject such attempts and direct the package author to...
We've been accepting compat entries verbatim for a couple of weeks now, which works ok but does cause problems down the road when those compat claims end up being completely...
@ararslan expressed minor disappointment that we didn't call this "Julia Registrar". It's not too late! In fact, if we're going to change the name, we should do it as early...
See discussion in https://github.com/JuliaLang/Pkg.jl/issues/849.
How do we know which PRs we should run through the whole registration CI process? We don't want to allow arbitrary people to make a PR and automatically kick off...
@timholy just implemented manual histogram bounds in https://github.com/JuliaCI/BenchmarkTools.jl/pull/255, but it occurred to me that when you display multiple benchmarks together (in an array, for example), then it would be even...
On Slack today, some timings were posted: ```jl julia> @btime sum(a) > 0 26.323 μs (1 allocation: 16 bytes) false julia> @btime any(a .> 0) 116.147 μs (5 allocations: 16.64...
BenchmarkTools is the bomb and everyone uses it – or should! The name is a little awkward though and doesn't have quite the gravitas and officialness that it deserves. What...
This would compute the ratio of all the relevant metrics: - memory estimate - allocs estimate - minimum time - median time - mean time - maximum time Would it...