Revision 9329e0fc9b9bd2f32189ed30b040e9a907786d64 authored by Matt Bauman on 01 March 2019, 11:10:40 UTC, committed by Fredrik Ekre on 01 March 2019, 11:10:40 UTC
* Don't export `reindex`

It was inadvertently exported by #30789.  It's tailored to `SubArray` and doesn't check for preconditions that are enforced by the `SubArray` constructor — so while we could export it, I'd like to do so intentionally and add friendlier errors for violations of these preconditions.

* Same deal for `substrides`
1 parent ef1f981
History
File Mode Size
.gitignore -rw-r--r-- 28 bytes
LocalModule.jl -rw-r--r-- 258 bytes
Makefile -rw-r--r-- 2.0 KB
embedding-test.jl -rw-r--r-- 952 bytes
embedding.c -rw-r--r-- 4.9 KB

back to top