Skip to content

Commit

Permalink
Update community build
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jun 13, 2023
1 parent 42c7c20 commit 0d7b97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community-build/community-projects/munit
Submodule munit updated 154 files
2 changes: 1 addition & 1 deletion community-build/community-projects/specs2
Submodule specs2 updated 45 files
+6 −0 .git-blame-ignore-revs
+14 −36 .github/workflows/ci.yml
+1 −1 .scalafmt.conf
+8 −5 build.sbt
+13 −10 common/shared/src/main/scala/org/specs2/collection/Seqx.scala
+1 −1 common/shared/src/main/scala/org/specs2/control/Action.scala
+36 −24 common/shared/src/main/scala/org/specs2/execute/Result.scala
+1 −1 common/shared/src/main/scala/org/specs2/main/SystemProperties.scala
+1 −1 core/jvm/src/test/scala/org/specs2/control/ThrowablexSpec.scala
+8 −4 core/jvm/src/test/scala/org/specs2/io/LocationSpec.scala
+1 −1 core/jvm/src/test/scala/org/specs2/reporter/TextPrinterSpec.scala
+1 −1 core/shared/src/main/scala/specs2/run.scala
+3 −6 core/shared/src/test/scala/org/specs2/matcher/TypecheckSpec.scala
+38 −0 examples/jvm/src/test/scala/examples/IntegrationSpec.scala
+15 −0 examples/jvm/src/test/scala/examples/integration/DatabaseIntegrationSpec.scala
+15 −0 examples/jvm/src/test/scala/examples/integration/RemoteServiceIntegrationSpec.scala
+27 −0 examples/jvm/src/test/scala/examples/integration/StartDatabase.scala
+0 −2 examples/shared/src/test/scala/examples/DataTablesSpec.scala
+0 −2 examples/shared/src/test/scala/examples/HelloWorldAutoExamplesSpec.scala
+0 −2 examples/shared/src/test/scala/examples/HelloWorldSpec.scala
+0 −2 examples/shared/src/test/scala/examples/HelloWorldUnitSpec.scala
+0 −2 examples/shared/src/test/scala/examples/ScalaCheckExamplesSpec.scala
+0 −2 examples/shared/src/test/scala/examples/SnippetsScriptSpec.scala
+0 −2 examples/shared/src/test/scala/examples/StackSpec.scala
+1 −1 form/src/main/scala/org/specs2/form/Form.scala
+2 −4 guide/src/test/scala/org/specs2/Website.scala
+2 −2 guide/src/test/scala/org/specs2/guide/Specs2Variables.scala
+5 −2 guide/src/test/scala/org/specs2/guide/matchers/ExceptionMatchers.scala
+1 −1 junit/src/main/scala/org/specs2/reporter/JUnitXmlPrinter.scala
+1 −1 junit/src/main/scala/org/specs2/reporter/ShowDescription.scala
+1 −1 junit/src/main/scala/org/specs2/runner/Specs2TestEngine.scala
+1 −1 markdown/src/main/scala/org/specs2/text/Markdown.scala
+1 −1 matcher/shared/src/main/scala/org/specs2/matcher/EqualityMatcher.scala
+101 −180 matcher/shared/src/main/scala/org/specs2/matcher/ExceptionMatchers.scala
+5 −3 matcher/shared/src/main/scala/org/specs2/matcher/StringMatchers.scala
+23 −4 matcher/shared/src/main/scala/org/specs2/matcher/TryMatchers.scala
+1 −1 project/build.properties
+6 −6 project/depends.scala
+6 −6 project/plugins.sbt
+7 −7 scripts/wordle.scala
+30 −1 tests/jvm/src/test/scala/org/specs2/reporter/SbtPrinterSpec.scala
+82 −49 tests/shared/src/test/scala/org/specs2/matcher/ExceptionMatchersSpec.scala
+1 −1 tests/shared/src/test/scala/org/specs2/matcher/TraversableMatchersSpec.scala
+2 −2 tests/shared/src/test/scala/org/specs2/matcher/TryMatchersSpec.scala
+3 −4 tests/shared/src/test/scala/org/specs2/matcher/describe/DiffablePlusSpec.scala

0 comments on commit 0d7b97d

Please sign in to comment.