shrealist
Results
2
issues of
shrealist
- [x] I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG). - [x] I have included a self contained code...
bug - miscompile
invoking the initializer_list converter fails. Below is the reproducible code: ``` cppyy.cppdef(""" void f1(std::span x) { } """) cppyy.gbl.f1(np.array([1, 2])) ``` After examining the source code, I found that the...