Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Tuple.mapKind method#22824

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ivan-klass wants to merge1 commit intoscala:main
base:main
Choose a base branch
Loading
fromivan-klass:scala-Tuple-mapKind

Conversation

ivan-klass
Copy link

No description provided.

@ivan-klass
Copy link
Author

Sorry, I forgot to submit my CLA, now I've signed, so re-run should be green

seqTuple.mapKind[Seq, Option](firstTruthy) == expectFirstTruthyTuple
)
}
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Got the following pickling comparison error (diff before-pickling.txt after-pickling.txt)

172,173c172,173<             :[T <: scala.Int | scala.Double | (scala.Boolean | String)] => (seq: Seq[T]) => scala.Option[T]>@<               tests/run/Tuple-mapKind.scala<261..458>--->             :[T <: scala.Tuple.Fold[(scala.Int, scala.Double, scala.Boolean, String), scala.Nothing, [x, y] =>> x | y]>               ] => (seq: Seq[T]) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<261..458>404,405c404,405<                         <firstTruthy:[T <: scala.Int | scala.Double | (scala.Boolean | scala.Predef.String)] => (x$1:<                           Seq[T]) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<889..900>--->                         <firstTruthy:[T <: scala.Tuple.Fold[Test.Tup, scala.Nothing, [x, y] =>> x | y]] => (x$1: Seq[T]>                           ) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<889..900>614,615c614,615<                         <firstTruthy:[T <: scala.Int | scala.Double | (scala.Boolean | scala.Predef.String)] => (x$1:<                           Seq[T]) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<1106..1117>--->                         <firstTruthy:[T <: scala.Tuple.Fold[Test.Tup, scala.Nothing, [x, y] =>> x | y]] => (x$1: Seq[T]>                           ) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<1106..1117>678,682c678,679<                                   scala.Tuple.InverseMap[<                                     (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                       Seq[scala.Predef.String])),<                                   F],<                                 scala.Nothing, [x, y] =>> x | y]--->                                   scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]), F],>                                   scala.Nothing, [x, y] =>> x | y]685,689c682,683<                                   scala.Tuple.InverseMap[<                                     (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                       Seq[scala.Predef.String])),<                                   F],<                                 G]--->                                   scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]), F],>                                   G]696,699c690,691<                               scala.Tuple.InverseMap[<                                 (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                   Seq[scala.Predef.String])),<                               scala.package.Seq],--->                               scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]),>                                 scala.package.Seq],703,706c695,696<                               scala.Tuple.InverseMap[<                                 (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                   Seq[scala.Predef.String])),<                               scala.package.Seq],--->                               scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]),>                                 scala.package.Seq],749,753c739,740<                                   scala.Tuple.InverseMap[<                                     (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                       Seq[scala.Predef.String])),<                                   F],<                                 scala.Nothing, [x, y] =>> x | y]--->                                   scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]), F],>                                   scala.Nothing, [x, y] =>> x | y]756,760c743,744<                                   scala.Tuple.InverseMap[<                                     (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                       Seq[scala.Predef.String])),<                                   F],<                                 G]--->                                   scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]), F],>                                   G]767,770c751,752<                               scala.Tuple.InverseMap[<                                 (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                   Seq[scala.Predef.String])),<                               scala.package.Seq],--->                               scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]),>                                 scala.package.Seq],774,777c756,757<                               scala.Tuple.InverseMap[<                                 (seqTuple : (Seq[scala.Int], Seq[scala.Double], Seq[scala.Boolean],<                                   Seq[scala.Predef.String])),<                               scala.package.Seq],--->                               scala.Tuple.InverseMap[(seqTuple : scala.Tuple.Map[Test.Tup, scala.package.Seq]),>                                 scala.package.Seq],782,783c762,763<                         <firstTruthy:[T <: scala.Int | scala.Double | (scala.Boolean | scala.Predef.String)] => (x$1:<                           Seq[T]) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<1293..1304>--->                         <firstTruthy:[T <: scala.Tuple.Fold[Test.Tup, scala.Nothing, [x, y] =>> x | y]] => (x$1: Seq[T]>                           ) => scala.Option[T]>@tests/run/Tuple-mapKind.scala<1293..1304>

@ivan-klassivan-klass marked this pull request as draftMarch 17, 2025 22:08
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@ivan-klass

[8]ページ先頭

©2009-2025 Movatter.jp