I'm getting a compilation error (see below) that's related to the recent change to the overlap detection.
ic/core.hpp:46:
In file included from /Users/jlaroche/ua_conda-Darwin.x86_64/miniforge/envs/jean/lib/python3.8/site-packages/pythran/pythonic/types/slice.hpp:5:
In file included from /Users/jlaroche/ua_conda-Darwin.x86_64/miniforge/envs/jean/lib/python3.8/site-packages/pythran/pythonic/types/NoneType.hpp:6:
In file included from /Users/jlaroche/ua_conda-Darwin.x86_64/miniforge/envs/jean/lib/python3.8/site-packages/pythran/pythonic/builtins/bool_.hpp:6:
In file included from /Users/jlaroche/ua_conda-Darwin.x86_64/miniforge/envs/jean/lib/python3.8/site-packages/pythran/pythonic/types/tuple.hpp:8:
In file included from /Users/jlaroche/ua_conda-Darwin.x86_64/miniforge/envs/jean/lib/python3.8/site-packages/pythran/pythonic/types/ndarray.hpp:38:
/Users/jlaroche/ua_conda-Darwin.x86_64/miniforge/envs/jean/lib/python3.8/site-packages/pythran/pythonic/types/numpy_gexpr.hpp:58:14: error: no member named 'baseid' in
'(anonymous namespace)::pythonic::types::sliced_list<long, (anonymous namespace)::pythonic::types::cstride_slice<1>>'
return e.baseid();
I hope this is enough to get an idea of where this happens
I'm getting a compilation error (see below) that's related to the recent change to the overlap detection.
I hope this is enough to get an idea of where this happens