ZacSweers / redacted-compiler-plugin

A Kotlin compiler plugin that generates redacted toString() implementations.
Apache License 2.0
391 stars 26 forks source link

Update kotlinCompileTesting to v0.3.2 #155

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.zacsweers.kctfork:ksp 0.2.1 -> 0.3.2 age adoption passing confidence
dev.zacsweers.kctfork:core 0.2.1 -> 0.3.2 age adoption passing confidence

Release Notes

zacsweers/kotlin-compile-testing (dev.zacsweers.kctfork:ksp) ### [`v0.3.2`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#032) [Compare Source](https://togithub.com/zacsweers/kotlin-compile-testing/compare/0.3.1...0.3.2) *2023-08-01* - **Fix**: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code. - **Enhancement**: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful. ### [`v0.3.1`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#031) [Compare Source](https://togithub.com/zacsweers/kotlin-compile-testing/compare/0.3.0...0.3.1) *2023-07-22* - **Fix**: Set required `languageVersionSettings` property in `KspOptions`. - Update to KSP `1.9.0-1.0.12`. - Update to Okio `3.4.0`. ### [`v0.3.0`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#030) [Compare Source](https://togithub.com/zacsweers/kotlin-compile-testing/compare/0.2.1...0.3.0) *2023-07-06* - **New**: Refactor results into common `CompilationResult` hierarchy. - **Fix**: Missing UTF-8 encoding of logs resulting in unknown chars. - **Fix**: Set resources path when compilerPluginRegistrars not empty. - `useIR` is now enabled by default. - Update to Kotlin `1.9.0`. - Update to KSP `1.9.0-1.0.11`. Special thanks to [@​SimonMarquis](https://togithub.com/SimonMarquis) and [@​bennyhuo](https://togithub.com/bennyhuo) for contributing to this release!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.