You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/05/21 10:02:05 UTC

[GitHub] [incubator-pekko-persistence-jdbc] mdedetrich opened a new pull request, #40: Remove deprecated multiarg infix tuple syntax

mdedetrich opened a new pull request, #40:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/pull/40

   This PR removes this use of deprecated syntax, i.e.
   
   ```
   [warn] /Users/mdedetrich/github/incubator-pekko-persistence-jdbc/core/src/main/scala/org/apache/pekko/persistence/jdbc/snapshot/dao/SnapshotTables.scala:56:22: multiarg infix syntax looks like a tuple and will be deprecated
   [warn]         metaPayload) <> (SnapshotRow.tupled, SnapshotRow.unapply)
   ```
   
   We would have likely had to do this anyways because in Scala 3 this code wouldn't even compile


-- 
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-unsubscribe@pekko.apache.org

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


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


[GitHub] [incubator-pekko-persistence-jdbc] mdedetrich merged pull request #40: Remove deprecated multiarg infix tuple syntax

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich merged PR #40:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/pull/40


-- 
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-unsubscribe@pekko.apache.org

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


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