dantaras

Results 4 issues of dantaras

Let me know if you think a test is required here. I didn't add one as the only side effects are extra allocations in some cases which wouldn't make for...

``` julia> function check_alloc(d, n) for i in 1:n a = @allocated d[i] = i println(i, " ", a) end nothing end check_alloc (generic function with 1 method) julia> check_alloc(sizehint!(RobinDict{Int,...

The code below crashes with `Illegal instruction` on Julia 1.6.2 and 1.7.0. ``` using Test struct I end Base.iterate(i::I) = nothing struct A end foo(a::A) = nothing @testset "test" begin...

bug

# Description Small change to fix mingw32 build which is failing for me with the following error `i686-w64-mingw32-gcc: error: $