Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add explicit type #784

Closed
wants to merge 1 commit into from
Closed

add explicit type #784

wants to merge 1 commit into from

Conversation

xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Sep 11, 2023

prepare Scala 2.13.12

[error] core/src/main/scala/com/typesafe/tools/mima/core/PackageInfo.scala:14:7: under -Xsource:3, inferred com.typesafe.tools.mima.core.PackageInfo instead of com.typesafe.tools.mima.core.NoPackageInfo.type [quickfixable]
[error] Scala 3 migration messages are errors under -Xsource:3. Use -Wconf / @nowarn to filter them or add -Xmigration to demote them to warnings.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part of the message>, cat=scala3-migration, site=com.typesafe.tools.mima.core.NoPackageInfo.owner
[error]   val owner       = this
[error]       ^
[error] core/src/main/scala/com/typesafe/tools/mima/core/PackageInfo.scala:15:7: under -Xsource:3, inferred com.typesafe.tools.mima.core.Definitions instead of Nothing [quickfixable]
[error] Scala 3 migration messages are errors under -Xsource:3. Use -Wconf / @nowarn to filter them or add -Xmigration to demote them to warnings.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part of the message>, cat=scala3-migration, site=com.typesafe.tools.mima.core.NoPackageInfo.definitions
[error]   def definitions = sys.error("Called definitions on NoPackageInfo")
[error]       ^

@lightbend-cla-validator
Copy link
Collaborator

Hi @xuwei-k,

Thank you for your contribution! We really value the time you've taken to put this together.

We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it.
Please review the new CLA and sign it before we proceed with reviewing this pull request:

https://www.lightbend.com/contribute/cla

@xuwei-k xuwei-k closed this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants