Skip to content

Conversation

reinsch82
Copy link
Member

Fixes https://github.com/gradle/gradle-private/issues/4448

Reviewing cheatsheet

Before merging the PR, comments starting with

  • ❌ ❓must be fixed
  • 🤔 💅 should be fixed
  • 💭 may be fixed
  • 🎉 celebrate happy things

@reinsch82 reinsch82 added the a:feature A new functionality label Sep 3, 2024
@reinsch82 reinsch82 added this to the 8.11 RC1 milestone Sep 3, 2024
@reinsch82 reinsch82 self-assigned this Sep 3, 2024
@reinsch82 reinsch82 force-pushed the reinhold/problems/use-alternative-library-for-json-serialization- branch from 7a9fd77 to 22fb12a Compare September 3, 2024 11:21
@reinsch82 reinsch82 force-pushed the reinhold/problems/use-alternative-library-for-json-serialization- branch from 22fb12a to 5beda6c Compare September 3, 2024 11:40
@reinsch82 reinsch82 marked this pull request as ready for review September 3, 2024 13:04
@reinsch82 reinsch82 requested review from a team as code owners September 3, 2024 13:04
@reinsch82 reinsch82 requested review from 6hundreds, alllex and hegyibalint and removed request for a team September 3, 2024 13:04
@reinsch82 reinsch82 added this pull request to the merge queue Sep 3, 2024
@bot-gradle
Copy link
Collaborator

WARN: Based on labels, this pull request addresses notable issue but no changes to release note found.

@reinsch82 reinsch82 added a:bug and removed a:feature A new functionality labels Sep 3, 2024
Merged via the queue into master with commit ac2a744 Sep 3, 2024
21 checks passed
@reinsch82 reinsch82 deleted the reinhold/problems/use-alternative-library-for-json-serialization- branch September 3, 2024 15:20
val toString = StringWriter().also {
val jsonWriter = JsonWriter(it)
jsonWriter.apply(builder)
jsonWriter.flush()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💭 Making it an AutoCloseable resource would probably help here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants