Reno Reckling
Reno Reckling
Lot's of tests failing, I'll check what's up with that.
@987Nabil Then i'm not sure what the intended behaviour is. Routes uses the normal `++` behaviour, which when doing `oldApp ++ newApp`, will create Chunks of routes and put the...
@guizmaii @jdegoes I went through a couple of iterations in this PR already but I'm now a bit lost on what the desired solution is. I think the key issue...
@kyri-petrou @987Nabil Turns out, our notion of how `++` is supposed to work is wrong for `Routes`. I just found this comment: https://github.com/zio/zio-http/blob/502331c7c8ec548b326120a9596864d30fabf4a7/zio-http/shared/src/main/scala/zio/http/Routes.scala#L51-L57 It seems like "old (left) has precedence...
@psy0rz I just wanted to get early feedback if this approach seems reasonable. I know you don't have much time to implement it yourself, so worst case i'll just use...
@psy0rz rebased ✅
/attempt #2443 | [Algora profile](https://console.algora.io/@/exi) | Completed bounties | Tech | Active attempts | Options | | --- | --- | --- | --- | --- | | @exi |...
I spent roughly a day on this and here are my findings, although none of them will achieve the goal you set since this is a "death by 1000 paper...
@JanCizmar Cool, glad I could help a bit. I attempted a version upgrade myself but quickly abandoned the idea because I already spent a lot of time just profiling and...
@JanCizmar thank you. Much appreciated.