You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/03 07:40:18 UTC

[GitHub] [openwhisk] markusthoemmes opened a new pull request #4847: Fix slight compilation differences between Scala 2.12 -> 2.13.

markusthoemmes opened a new pull request #4847: Fix slight compilation differences between Scala 2.12 -> 2.13.
URL: https://github.com/apache/openwhisk/pull/4847
 
 
   <!--- Provide a concise summary of your changes in the Title -->
   
   ## Description
   A selection of small compilation differences between 2.12 to 2.13, most notably:
   - Removing the last Unit values
   - Fix usages of mutable collections as `Seq` to explicitly call that out (`toSeq`).
   - Infix and Postfix notation removal in places where the 2.13 compiler stumbles.
   
   **Note:** This is the last PR needed to make 2.13 fully compilable 😀 
   
   ## Related issue and scope
   Ref #4741 
   
   ## Checklist:
   <!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. -->
   
   - [X] I signed an [Apache CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md).
   - [X] I reviewed the [style guides](https://github.com/apache/openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :).
   - [X] I added tests to cover my changes.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk] markusthoemmes merged pull request #4847: Fix slight compilation differences between Scala 2.12 -> 2.13.

Posted by GitBox <gi...@apache.org>.
markusthoemmes merged pull request #4847: Fix slight compilation differences between Scala 2.12 -> 2.13.
URL: https://github.com/apache/openwhisk/pull/4847
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services