Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Regenerate docs
  • Loading branch information
ghostbuster91 committed Sep 24, 2023
commit 3640340dafea10432c84c913588df1bb73400eed
6 changes: 3 additions & 3 deletions generated-docs/out/integrations/cats.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [org.typelevel.cats](https://gith
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-cats" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-cats" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-cats::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-cats::0.9.0"
```

## Usage
Expand Down Expand Up @@ -50,4 +50,4 @@ compare(t1, t2)
// )
// )
// )
```
```
6 changes: 3 additions & 3 deletions generated-docs/out/integrations/refined.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [eu.timepit.refined](https://gith
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-refined" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-refined" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-refined::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-refined::0.9.0"
```

## Usage
Expand Down Expand Up @@ -50,4 +50,4 @@ compare(t1, t2)
// )
// )
// )
```
```
6 changes: 3 additions & 3 deletions generated-docs/out/integrations/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [com.softwaremill.common.tagging]
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-tagging" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
"com.softwaremill.diffx" %% "diffx-tagging" % "0.9.0"
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-tagging::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-tagging::0.9.0"
```

## Usage
Expand Down Expand Up @@ -43,4 +43,4 @@ compare(t1, t2)
// "p2" -> DiffResultValue(left = 1, right = 3)
// )
// )
```
```
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/munit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with munit, add following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-munit" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-munit" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-munit::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-munit::0.9.0"
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions generated-docs/out/test-frameworks/scalatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ To use with scalatest, add the following dependency:

For use with `should` matchers:
```scala
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0" % Test
```

For use with `must` matchers:
```scala
"com.softwaremill.diffx" %% "diffx-scalatest-must" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-scalatest-must" % "0.9.0" % Test
```

## mill

For use with `should` matchers:
```scala
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.9.0"
```

For use with `must` matchers:
```scala
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/specs2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with specs2, add the following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-specs2" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-specs2" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-specs2::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-specs2::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/utest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with utest, add following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-utest" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.diffx" %% "diffx-utest" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-utest::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-utest::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/weaver.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with weaver, add the following dependency:
## sbt

```scala
"com.softwaremill.weaver" %% "diffx-weaver" % "0.9.0+2-f87b8412+20230924-1748-SNAPSHOT" % Test
"com.softwaremill.weaver" %% "diffx-weaver" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-weaver::0.9.0+2-f87b8412+20230924-1748-SNAPSHOT"
ivy"com.softwaremill.diffx::diffx-weaver::0.9.0"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion generated-docs/out/usage/ignoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ implicit val conf: DiffConfiguration = DiffConfiguration(makeIgnored =
)
// conf: DiffConfiguration = DiffConfiguration(makeIgnored = <function1>)
val d = Diff[Person].ignore(_.age)
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@2b2c0d3f
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@32c068ef
d(Person("bob", 25), Person("bob", 30))
// res2: DiffResult = DiffResultObject(
// name = "Person",
Expand Down
14 changes: 7 additions & 7 deletions generated-docs/out/usage/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ By default, it is set to an identical function.
```scala
implicit val showConfig = ShowConfig.default.copy(transformer = DiffResultTransformer.skipIdentical)
// showConfig: ShowConfig = ShowConfig(
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$9509/0x00000008023f7380@138872c6,
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$9509/0x00000008023f7380@218ffbee,
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$9509/0x00000008023f7380@62ec1f1b,
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$9509/0x00000008023f7380@4b736101,
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$9512/0x00000008023f7b90@1bbd34eb,
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$9509/0x00000008023f7380@4533fcf9,
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$9501/0x00000008023f5358@47a52783
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$11385/0x0000000801da75d0@482f0f0e,
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$11385/0x0000000801da75d0@2f117bce,
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$11385/0x0000000801da75d0@427879ce,
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$11385/0x0000000801da75d0@25da3ed0,
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$11388/0x0000000801dac000@153d021a,
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$11385/0x0000000801da75d0@3156c478,
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$11377/0x0000000801da55a8@30616d95
// )
case class Person(name:String, age:Int)

Expand Down