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
bb-install.mk -rw-r--r-- 1.5 KB
common.mk -rw-r--r-- 7.8 KB
find_python2 -rwxr-xr-x 320 bytes
git-external.mk -rw-r--r-- 3.1 KB
jlchecksum -rwxr-xr-x 3.1 KB
jldownload -rwxr-xr-x 1.3 KB
stdlib-external.mk -rw-r--r-- 973 bytes

back to top