Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.kotlinx:lincheck from 2.19 to 2.24 #782

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps org.jetbrains.kotlinx:lincheck from 2.19 to 2.24.

Release notes

Sourced from org.jetbrains.kotlinx:lincheck's releases.

Lincheck 2.24

Bug fixes:

  • Fix hashCode() support (#263, #131)
  • Fix representation of anonymous objects in interleaving traces (#245)

Improvements:

  • Enable validation function tracing (#240)
  • Allow at most one validation function (#243)
  • Execute init and post parts via the same mechanism as for the parallel one. (#238)
  • Call validation functions only at the end of the scenario (#237)
  • Cache instrumented classes (#229)

Lincheck 2.23

Bug fixes:

  • Interleaving replay after a spin cycle is added to avoid side effects (#224)
  • Fix an infinite loop in TraceCollector and analyze only the first spin lock cycle when detecting one (#216)
  • Allow removing all operations in the parallel part during minimization (#217)

Lincheck 2.22

Bug Fixes:

  • Validation functions are now running in ignored section (#213)
  • Do not transform DebugKt to avoid ExceptionInInitializerError (#212)
  • Show operation calls in the execution trace even when no events occur in them (#205)

Lincheck 2.21

Improvements:

  • Shorten spin locks in traces (#191)
  • Optimize synchronization when the number of threads exceeds the number of cores (#204)

Lincheck 2.20

New Features:

  • Add a parameter generator for enum classes (#187)

Bug Fixes:

  • Fix a race in FixedActiveThreadsExecutor (#202)
  • Bugfix for wait/notify support with lock re-entrance (#145)

Improvements:

  • Run init/post parts of the scenario in the 1st thread, changing the scenario and trace output formats correspondingly (#146)
  • Consider all exceptions as possible execution results (#181)
  • Validation exception stack trace shortened (#198)
  • Print operation results in interleaving traces (#197)

Thanks to @​eupp and @​avpotapov00 for your effort in significantly improving Lincheck in this release!

Commits
  • a2f1639 Release lincheck-2.24
  • 89c0d70 Merge branch 'master' into develop
  • d6b4ed6 Fix hashCode() support (#263)
  • 1969a53 Remove ConcurrentDequeTest, it duplicates the same test for the user guide (#...
  • c779c25 Clean up InternalLincheckBugTest (#246)
  • cabb16e Cleanup SwitchAsFirstMethodEventTest documentation (#248)
  • e3ac786 Add CAV '23 paper to README.md
  • da9637e Fix representation of anonymous objects in interleaving traces (#245)
  • 3544b62 At most one validation function is allowed (#243)
  • 81564f8 Enable validation function tracing (#240)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.kotlinx:lincheck](https://github.com/Kotlin/kotlinx-lincheck) from 2.19 to 2.24.
- [Release notes](https://github.com/Kotlin/kotlinx-lincheck/releases)
- [Changelog](https://github.com/JetBrains/lincheck/blob/master/RELEASE.md)
- [Commits](JetBrains/lincheck@lincheck-2.19...lincheck-2.24)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:lincheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies 依赖更新相关 label Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@ForteScarlet ForteScarlet merged commit 152b0d3 into v4-dev Feb 5, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/v4-dev/org.jetbrains.kotlinx-lincheck-2.24 branch February 5, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 依赖更新相关
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant