Luca Palmieri
Luca Palmieri
We'd love to have this as well. We are currently working around the lack of this feature by using multiple deny statements - e.g. ``` deny = [ { name...
Hi @clarfonthey! Thanks for taking the time to review the RFC 😁 > While I do agree that there are cases that just can't avoid global state, I think it...
I tried to work around the issue by using related errors. It _could_ work, but some adjustments would be required to the way related errors are displayed (or, most likely,...
#171 is indeed related to the possible workaround - I left some comments, but it looks quite promising already! What about the more architecturally-impactful approach (first-class support for label labels...
Rephrasing, just to make sure I understand the concern: you are worried that supporting labels across multiple files (a niche-r usecase) will impact the ergonomics of the most common usecase...
Can you post the full backtrace for the case that panics? If the code you are working on is already here on GitHub a link would be useful to clone...
Ok, I cloned the repo and I managed to reproduce the test panic.
So, the panic doesn't happen the first time `Do` is called (which contains the call to `.svd`) - several SVD calls end successfully before you see the one that panics....
Could you provide some insights here @termoshtt?
I am bit confused because looking at LAPACK's code, it seems to be erroring because the `LDA` doesn't satisfy that equation. But this doesn't seem to be the case, given...