Ross A. Baker
Ross A. Baker
Thanks for the offers of help, but it's in active progress.
Apologies, I've never been a core maintainer, but I'm cleaning up. Are there any laws `Run` might have, either for itself, or in relation to other classes?
I'm sorry this got buried. Closing and reopening to see where we're at from a bincompat perspective...
Yeah, this has binary compatibility ramifications. I'm trying to think of the best way to test against a large corpus of MTL code if we get a MiMa-compliant solution.
> we should sort things by name or something so at least it's consistent behavior between the builds. We just got eaten by this and floated the same idea internally....
I may have a use case both for this and a free construction of it! I am [experimenting with an `HttpCodec` in http4s](https://github.com/http4s/http4s/pull/6917) based on `FreeInvariantMonoidal`. `HttpVersion` looks like: ```scala...
`pkgs.llvmPackages.libcxxabi` has gone missing, and I haven't chased why.
I think "library" is not a name that aged well, since different projects have different requirements, and the world wasn't ever going to cut it off at once. Maybe we...
But that doesn't capture the different defaults of the non-JDK platforms. Drat. It's nice to have a one liner to drop in a command line or private .envrc.
This ought to be benchmarked before and after [01275e4](https://github.com/http4s/http4s/pull/6769/commits/01275e4896c8dd5b9b16c30d6c99f4615aa798e1) so we can tell whether the more complicated applyOrElse encoding makes a difference. I'm pretty sure it doesn't make a difference...