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
images
man
src
.gitignore -rw-r--r-- 31 bytes
Makefile -rw-r--r-- 2.2 KB
NEWS-update.jl -rw-r--r-- 456 bytes
README.md -rw-r--r-- 905 bytes
REQUIRE -rw-r--r-- 81 bytes
make.jl -rw-r--r-- 8.0 KB

README.md

back to top