pjfanning commented on PR #456:
URL: https://github.com/apache/pekko-grpc/pull/456#issuecomment-2912604862

   * this code does not compile in Scala 2.13 or 3.3
   ```
   [error] -- Error: 
/home/runner/work/pekko-grpc/pekko-grpc/runtime/src/main/scala/org/apache/pekko/grpc/scaladsl/headers/headers.scala:133:68
 
   [error] 133 |  override def parse(value: String): Try[`Trailer`] = 
Try(`Trailer`(value.split(',')))
   [error]     |                                                                
    ^
   [error]     |method copyArrayToImmutableIndexedSeq in class 
LowPriorityImplicits2 is deprecated since 2.13.0: implicit conversions from 
Array to immutable.IndexedSeq are implemented by copying; use `toIndexedSeq` 
explicitly if you want to copy, or use the more efficient non-copying 
ArraySeq.unsafeWrapArray
   [error] one error found
   ```
   * would it be possible to add tests?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to