Revision aaa77ae541c507634f2d8aca8aa490db354d7693 authored by Rafael Fourquet on 08 January 2018, 21:09:21 UTC, committed by Jeff Bezanson on 08 January 2018, 21:09:21 UTC
`replace!` had one stack-overflow problem reported in #25384.
Its fix #25386 made a method-overwrite, tentatively fixed in #25422.
But `replace!` also didn't handle non-Int count arguments as
expected (because there is no dispatch on keyword arguments).
This fixes the root problem and adds tests for non-Int count.
1 parent 8245356
History
File Mode Size
juliarc.jl -rw-r--r-- 198 bytes
write_base_cache.jl -rw-r--r-- 388 bytes

back to top