Skip to content

Backport 24.4: parser cleanup - #4466

Merged
andimarek merged 1 commit into
24.xfrom
codex/backport-4442-to-24.x
Aug 23, 2026
Merged

Backport 24.4: parser cleanup#4466
andimarek merged 1 commit into
24.xfrom
codex/backport-4442-to-24.x

Conversation

@andimarek

Copy link
Copy Markdown
Member

Backport of #4442 to the 24.x maintenance branch.

The original commit applies without changes.

Summary:

  • makes block string indentation removal linear by retaining an index window over the split lines
  • avoids repeated removal from the front of an array-backed list
  • adds focused coverage for large runs of leading and trailing blank lines

Testing:

  • RELEASE_VERSION=local-test ./gradlew :test --tests graphql.parser.StringValueParsingTest

@github-actions

Copy link
Copy Markdown
Contributor

Test Results

  312 files    312 suites   59s ⏱️
4 611 tests 4 602 ✅ 9 💤 0 ❌
4 700 runs  4 691 ✅ 9 💤 0 ❌

Results for commit 8aeb6b3.

@github-actions

Copy link
Copy Markdown
Contributor

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 - - - - -
Java 17 - - - - -
Java 21 - - - - -
Java 25 - - - - -
jcstress - - - - -

Updated: 2026-08-23 23:37:21 UTC

@andimarek
andimarek merged commit b02c482 into 24.x Aug 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant