Skip to content

Backport 26.1: parser cleanup - #4456

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

Backport 26.1: parser cleanup#4456
andimarek merged 1 commit into
26.xfrom
codex/backport-4442-to-26.x

Conversation

@andimarek

Copy link
Copy Markdown
Member

Backport of #4442 to the 26.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:

  • ./gradlew test --tests graphql.parser.StringValueParsingTest (15 tests)
  • ./gradlew check -x test -x testng javadoc

@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-22 22:04:55 UTC

@andimarek
andimarek merged commit 6d8b522 into 26.x Aug 22, 2026
10 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