Revision f759bc34cb43e3cd7b941616ae819d26cab54265 authored by Stefan Karpinski on 05 February 2019, 16:34:17 UTC, committed by GitHub on 05 February 2019, 16:34:17 UTC
This was unintentionally made public by the great `_length` rename:

e99191a667e2a14c34186f54faed4e474943796c

Arrays and strings were using the `_length` name for private stuff
in different ways and the refactor made this part of the `length`
API when it should have remained private. Fortunately, it's not
documented and it seems unlikely that anyone is using it.

Also rename `next_continued` to `iterate_continued` to match the
name of the method that it's continuing.
1 parent 9f66185
History
File Mode Size
cbrt.jl -rw-r--r-- 4.9 KB
exp.jl -rw-r--r-- 5.0 KB
exp10.jl -rw-r--r-- 5.2 KB
hyperbolic.jl -rw-r--r-- 8.5 KB
ldexp_exp.jl -rw-r--r-- 4.9 KB
log.jl -rw-r--r-- 15.9 KB
rem_pio2.jl -rw-r--r-- 10.2 KB
trig.jl -rw-r--r-- 34.6 KB

back to top