Matt Sicker
Matt Sicker
I'll review this in more detail later.
@dependabot rebase
@dependabot rebase
This is now creating a new `dependency-reduced-pom.xml` with no license header, thus a rat report failure.
I've been working on reimplementing the Scala implementation in Java lately in this project, https://github.com/jvz/future-promise, and during testing, I remembered Vavr having pattern matching features which could make the Scala...
My library isn’t even published yet. I was thinking that I could refactor it to use Vavr types and integrate into the existing Future/Promise/Try classes you already have. I’m mostly...
I think the confusion here is that I'm interested in the implementation details, not specifically the API. This issue is about the API, though, which is related to the original...
Most of the classes are package-private implementation details of Future/Promise (the upstream Scala code uses fancier access control mechanisms to hide things better), and the other classes are there because...
Which is why static analysis is complaining about what exactly?
Oh, then consider this a bug for that. Unused fields are a bug.