Skip to content

use new wildcard syntax#3111

Merged
mergify[bot] merged 1 commit into
slick:mainfrom
xuwei-k:wildcard-syntax
Jan 21, 2025
Merged

use new wildcard syntax#3111
mergify[bot] merged 1 commit into
slick:mainfrom
xuwei-k:wildcard-syntax

Conversation

@xuwei-k

@xuwei-k xuwei-k commented Jan 18, 2025

Copy link
Copy Markdown
Contributor

[_] is deprecated in latest Scala 3.

Welcome to Scala 3.6.3 (21.0.5, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
                                                                                                                                           
scala> val a: List[_] = Nil
1 warning found
-- Warning: --------------------------------------------------------------------
1 |val a: List[_] = Nil
  |            ^
  |        `_` is deprecated for wildcard arguments of types: use `?` instead
val a: List[?] = List()
                                                                                                                                           
scala> val b: List[?] = Nil
val b: List[?] = List()

@github-actions

Copy link
Copy Markdown
Contributor

Incompatible changes

slick

3 changes since 3.6.0-pre.97.49087779

Code changes

Incompatibility Symbol Problem
Binary slick.compat.collection.package MissingClassProblem

class slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$ MissingClassProblem

object slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$JavaConverters$ MissingClassProblem

object slick.compat.collection.package#JavaConverters does not have a correspondent in current version

@xuwei-k xuwei-k marked this pull request as ready for review January 18, 2025 11:18
@nafg

nafg commented Jan 21, 2025

Copy link
Copy Markdown
Member

Thanks!!

@nafg nafg self-requested a review January 21, 2025 22:35
@mergify

mergify Bot commented Jan 21, 2025

Copy link
Copy Markdown
Contributor

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@nafg

nafg commented Jan 21, 2025

Copy link
Copy Markdown
Member

@Mergifyio requeue

@mergify

mergify Bot commented Jan 21, 2025

Copy link
Copy Markdown
Contributor

requeue

✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically

@mergify

mergify Bot commented Jan 21, 2025

Copy link
Copy Markdown
Contributor

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@github-actions

Copy link
Copy Markdown
Contributor

Incompatible changes

slick

3 changes since 3.6.0-pre.101.a249cabb

Code changes

Incompatibility Symbol Problem
Binary slick.compat.collection.package MissingClassProblem

class slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$ MissingClassProblem

object slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$JavaConverters$ MissingClassProblem

object slick.compat.collection.package#JavaConverters does not have a correspondent in current version

@mergify mergify Bot merged commit 061223e into slick:main Jan 21, 2025
@xuwei-k xuwei-k deleted the wildcard-syntax branch January 22, 2025 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants