apache / pekko-http

The Streaming-first HTTP server/module of Apache Pekko
https://pekko.apache.org/
Apache License 2.0
153 stars 39 forks source link

figure out what to about the shapeless code in the parsing module #63

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago
mdedetrich commented 1 year ago

Regarding Scala 3, Scala has apparently added HLists and other datastructures which shapeless has historically been used for (see https://www.scala-lang.org/2021/02/26/tuples-bring-generic-programming-to-scala-3.html), so one thing we can look into is to remove shapeless for Scala 3 specifically

pjfanning commented 1 year ago

this code was removed alongside the parboiled code