-
Notifications
You must be signed in to change notification settings - Fork 950
Cache echoEnabled #7280
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
Merged
Merged
Cache echoEnabled #7280
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as resolved.
This comment was marked as resolved.
eed3si9n
approved these changes
Jun 3, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @andrzejressel!
mergify bot
referenced
this pull request
in slick/slick
Jun 26, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sbt/sbt](https://togithub.com/sbt/sbt) | patch | `1.9.0` -> `1.9.1` | --- ### Release Notes <details> <summary>sbt/sbt (sbt/sbt)</summary> ### [`v1.9.1`](https://togithub.com/sbt/sbt/releases/tag/v1.9.1): 1.9.1 [Compare Source](https://togithub.com/sbt/sbt/compare/v1.9.0...v1.9.1) ##### Change to Scala CLA sbt 1.9.1 is the first release of sbt after changing to Scala CLA in [#​7306][7306] etc. A number of contributors to sbt voiced concerns about donating our work to Lightbend after 2022, and Lightbend, Scala Center, and I agreed on changing the contributor license agreement such that the copyright would tranfer to Scala Center, a non-profit organization. sbt and its subcompoments, including Zinc, will remain available under Apache v2 license. ##### Updates - Fixes "Repository for publishing is not specified" error even when `publish / skip` is set `true` by [@​adpi2][@​adpi2] in [#​7295][7295] - Fixes scripted test not working when `sbtPluginPublishLegacyMavenStyle := false` by [@​adpi2][@​adpi2] in [#​7286][7286] - Fixes copy-pasting to `sbt console` being slow by [@​andrzejressel][@​andrzejressel] in [#​7280][7280] - Fixes missing range in BSP Diagnostic by [@​adpi2][@​adpi2] in [#​7298][7298] - Fixes zip64 offset writing by [@​dwijnand][@​dwijnand] in [zinc#​1206][zinc1206] - Fixes a typo in the description of `exportPipelining` key by [@​alexklibisz][@​alexklibisz] in [#​7291][7291] - `dependencyBrowseGraph` and `dependencyDot` render in color by [@​sideeffffect][@​sideeffffect] in [#​7301][7301]. This can be opted-out using `dependencyDotNodeColors` setting. - Adds softwaremill/tapir.g8 to `sbt new` default menu by [@​katlasik][@​katlasik] in [#​7300][7300] - Makes `sbt new` default menu extensible via `templateDescriptions` setting key and `templateRunLocal` input key by [@​eed3si9n][@​eed3si9n] in [#​7304][7304] - Adds Hedgehog Scala to default test framework by [@​kevin-lee][@​kevin-lee] in [#​7287][7287] - Updates `semanticdbVersion` to 4.7.8 by [@​ckipp01][@​ckipp01] in [#​7294][7294] - Updates JNA to 5.13.0 by [@​xuwei-k][@​xuwei-k] in [io#​346][io346] - Updates Scala 2.13 for Zinc etc to 2.13.11 by [@​mkurz][@​mkurz] in [#​7279][7279] - Updates sbtn to 1.9.0 by [@​mkurz][@​mkurz] in [#​7290][7290] - Updates Scala Toolkit to 0.2.0 by [@​eed3si9n][@​eed3si9n] in [#​7318][7318] ##### Behind the scene - Adds `@tailrec` annotation by [@​xuwei-k][@​xuwei-k] in [zinc#​1209][zinc1209] - Updates Scala versions in scripted tests by [@​xuwei-k][@​xuwei-k] in [#​7312][7312] - Many typo fixes by [@​xuwei-k][@​xuwei-k] in [#​7313][7313] - Fixes Scaladoc warnings by [@​xuwei-k][@​xuwei-k] in [#​7314][7314] - Typo fix in `DEVELOPING.md` by [@​dongxuwang][@​dongxuwang] in [#​7299][7299] - Avoids deprecated `java.net.URL` constructor by [@​xuwei-k][@​xuwei-k] in [#​7315][7315] - Refactors `filter` to `withFilter` where possible by [@​xuwei-k][@​xuwei-k] in [#​7317][7317] #### new contributors - [@​andrzejressel](https://togithub.com/andrzejressel) made their first contribution in [https://github.com/sbt/sbt/pull/7280](https://togithub.com/sbt/sbt/pull/7280) - [@​kevin-lee](https://togithub.com/kevin-lee) made their first contribution in [https://github.com/sbt/sbt/pull/7287](https://togithub.com/sbt/sbt/pull/7287) - [@​alexklibisz](https://togithub.com/alexklibisz) made their first contribution in [https://github.com/sbt/sbt/pull/7291](https://togithub.com/sbt/sbt/pull/7291) - [@​dongxuwang](https://togithub.com/dongxuwang) made their first contribution in [https://github.com/sbt/sbt/pull/7299](https://togithub.com/sbt/sbt/pull/7299) - [@​katlasik](https://togithub.com/katlasik) made their first contribution in [https://github.com/sbt/sbt/pull/7300](https://togithub.com/sbt/sbt/pull/7300) **Full Changelog**: sbt/sbt@v1.9.0...v1.9.1 [@​eed3si9n]: https://togithub.com/eed3si9n [@​Nirvikalpa108]: https://togithub.com/Nirvikalpa108 [@​adpi2]: https://togithub.com/adpi2 [@​er1c]: https://togithub.com/er1c [@​eatkins]: https://togithub.com/eatkins [@​dwijnand]: https://togithub.com/dwijnand [@​ckipp01]: https://togithub.com/ckipp01 [@​mdedetrich]: https://togithub.com/mdedetrich [@​xuwei-k]: https://togithub.com/xuwei-k [@​julienrf]: https://togithub.com/julienrf [@​mkurz]: https://togithub.com/mkurz [@​andrzejressel]: https://togithub.com/andrzejressel [@​kevin-lee]: https://togithub.com/kevin-lee [@​alexklibisz]: https://togithub.com/alexklibisz [@​dongxuwang]: https://togithub.com/dongxuwang [@​katlasik]: https://togithub.com/katlasik [@​sideeffffect]: https://togithub.com/sideeffffect [7306]: https://togithub.com/sbt/sbt/pull/7306 [7279]: https://togithub.com/sbt/sbt/pull/7279 [7280]: https://togithub.com/sbt/sbt/pull/7280 [7287]: https://togithub.com/sbt/sbt/pull/7287 [7286]: https://togithub.com/sbt/sbt/pull/7286 [7290]: https://togithub.com/sbt/sbt/pull/7290 [7291]: https://togithub.com/sbt/sbt/pull/7291 [7294]: https://togithub.com/sbt/sbt/pull/7294 [7295]: https://togithub.com/sbt/sbt/pull/7295 [7298]: https://togithub.com/sbt/sbt/pull/7298 [7299]: https://togithub.com/sbt/sbt/pull/7299 [7300]: https://togithub.com/sbt/sbt/pull/7300 [7301]: https://togithub.com/sbt/sbt/pull/7301 [7304]: https://togithub.com/sbt/sbt/pull/7304 [7312]: https://togithub.com/sbt/sbt/pull/7312 [7313]: https://togithub.com/sbt/sbt/pull/7313 [7314]: https://togithub.com/sbt/sbt/pull/7314 [7315]: https://togithub.com/sbt/sbt/pull/7315 [7317]: https://togithub.com/sbt/sbt/pull/7317 [7318]: https://togithub.com/sbt/sbt/pull/7318 [io346]: https://togithub.com/sbt/io/pull/346 [zinc1206]: https://togithub.com/sbt/zinc/pull/1206 [zinc1209]: https://togithub.com/sbt/zinc/pull/1209 </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/slick/slick). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Asciinema recording of changes:
Fixes #7155
Fixes #6644