Ivan “CLOVIS” Canet
Ivan “CLOVIS” Canet
> Hi @CLOVIS-AI . The pull request is created: [gradle/community#45](https://github.com/gradle/community/pull/45) I will go ahead and close this pull request is that's fine with you Go ahead :) Out of curiosity;...
> So I think the bug here is that trace.suppressedExceptions() includes a reference to the original exception. If that is fixed, then trace.suppressedExceptions() should be empty and you should only...
> I think this behavior is what is expected. @CLOVIS-AI? Honestly, I'm having a really hard time understanding what this all entails. At a very high level, what I want...
Also, very minor nitpick, but the error message has missing spaces after periods :) ``` ...Always re-throw it if captured.This swallows the exception of Arrow's Raise, and leads to unexpected...
I see in `Trace#stackTraceToString()` that it prefers using the `exception.cause` over the `exception` itself. How does this relate with everything said here?
@nomisRev Sorry for the bump, do you know when you will have time to look at this? If you agree with my previous comments, I will just hide the message...
> So if you have time, and are still interested in doing this feel free to open a issue to discuss, a PR with proposal, or whatever you think makes...
In which repository can I find 2.2.0-SNAPSHOT? My project isn't finding it. The same problem has appeared in another of my projects, but this time it's complaining about Arrow, not...
It doesn't look like 2.2.0-SNAPSHOT fixes the problem for Pedestal :/ I need to make reproduction easier though, I had to add the repository in a bunch of places.
After updating to `2.2.0`, I don't see the problem anymore on the Spine repository. However, I still see it on the Pedestal repository. Reproduction: - Clone https://gitlab.com/opensavvy/pedestal.git, branch `tests` -...