You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really dislike segmentation faults! Unfortunately, there are many issues reporting them.
Findings in #21654, #21283 were easier with setting boundscheck = True.
Proposition
Set up one CI configuration that runs with boundscheck = True globally which should be easier now that #21512 is merged.
The text was updated successfully, but these errors were encountered:
I think that one of @ogrisel@jeremiedbb@jjerphan had suggested such changes. We did not know if it was necessary or not. But your current experience shows that we should do that :)
I really dislike segmentation faults! Unfortunately, there are many issues reporting them.
Findings in #21654, #21283 were easier with setting
boundscheck = True
.Proposition
Set up one CI configuration that runs with
boundscheck = True
globally which should be easier now that #21512 is merged.The text was updated successfully, but these errors were encountered: