Skip to content

Conversation

iRevive
Copy link
Contributor

@iRevive iRevive commented Apr 14, 2024

The API is similar to Future.traverse.

Copy link
Contributor

Incompatible changes

slick

3 changes since 3.5.2-pre.6.ff1a094c

Code changes

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

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

Backward slick.compat.collection.package$ MissingClassProblem

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

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

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

@iRevive iRevive force-pushed the feature/db-traverse branch 2 times, most recently from f11adf4 to 07881c4 Compare April 15, 2024 07:47
Copy link
Contributor

Incompatible changes

slick

3 changes since 3.5.2-pre.6.ff1a094c

Code changes

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

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

Backward slick.compat.collection.package$ MissingClassProblem

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

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

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

1 similar comment
Copy link
Contributor

Incompatible changes

slick

3 changes since 3.5.2-pre.6.ff1a094c

Code changes

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

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

Backward slick.compat.collection.package$ MissingClassProblem

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

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

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

@nafg nafg force-pushed the feature/db-traverse branch from 07881c4 to b9da42e Compare May 24, 2024 08:14
Copy link
Contributor

Incompatible changes

slick

5 changes since 3.6.0-pre.11.5d5b8f60

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

Source slick.dbio.DBIOAction.traverse DirectMissingMethodProblem

static method traverse(scala.collection.IterableOnce,scala.Function1,scala.collection.Factory)slick.dbio.DBIOAction in interface slick.dbio.DBIOAction does not have a correspondent in current version

Source slick.dbio.DBIOAction.traverse DirectMissingMethodProblem

method traverse(scala.collection.IterableOnce,scala.Function1,scala.collection.Factory)slick.dbio.DBIOAction in object slick.dbio.DBIOAction does not have a correspondent in current version

slick-testkit

1 change since 3.6.0-pre.11.5d5b8f60

Code changes

Incompatibility Symbol Problem
Source com.typesafe.slick.testkit.tests.ActionTest.testTraverse DirectMissingMethodProblem

method testTraverse()slick.dbio.DBIOAction in class com.typesafe.slick.testkit.tests.ActionTest does not have a correspondent in current version

@nafg nafg force-pushed the feature/db-traverse branch from b9da42e to 600b182 Compare May 24, 2024 21:03
Copy link
Contributor

Incompatible changes

slick

5 changes since 3.6.0-pre.23.9ccf20ab

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

Source slick.dbio.DBIOAction.traverse DirectMissingMethodProblem

static method traverse(scala.collection.IterableOnce,scala.Function1,scala.collection.Factory)slick.dbio.DBIOAction in interface slick.dbio.DBIOAction does not have a correspondent in current version

Source slick.dbio.DBIOAction.traverse DirectMissingMethodProblem

method traverse(scala.collection.IterableOnce,scala.Function1,scala.collection.Factory)slick.dbio.DBIOAction in object slick.dbio.DBIOAction does not have a correspondent in current version

slick-testkit

1 change since 3.6.0-pre.23.9ccf20ab

Code changes

Incompatibility Symbol Problem
Source com.typesafe.slick.testkit.tests.ActionTest.testTraverse DirectMissingMethodProblem

method testTraverse()slick.dbio.DBIOAction in class com.typesafe.slick.testkit.tests.ActionTest does not have a correspondent in current version

@mergify mergify bot merged commit 4b6b79b into slick:main May 24, 2024
@nafg nafg linked an issue May 30, 2024 that may be closed by this pull request
4 tasks
@nafg nafg added improvement release-highlight A highlight of the release labels Aug 2, 2024
@nafg nafg added this to the 3.5.2 milestone Aug 2, 2024
@nafg nafg changed the title Add DBIO#traverse Add DBIO.traverse Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement release-highlight A highlight of the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conveniences that could be added to DBIO
2 participants