Skip to content
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

CombinedBinaryExpression.buildStringForConcatation() produces unexpected #1202

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

iloveeclipse
Copy link
Member

bytecode

  • additionally to the actual fix and test added StringConcatTest to the test suite (that was forgotten to be added before).

Fixes #1201

bytecode

- additionally to the actual fix and test added StringConcatTest to the
test suite (that was forgotten to be added before).

Fixes eclipse-jdt#1201
@iloveeclipse
Copy link
Member Author

iloveeclipse commented Jul 1, 2023

Note: PR fails because of 3 failing tests from #1201, and they will be only fixed after we've built tests with the fixed compiler, but to do that we have to deploy compiler first that is used to build tests.
Currently tests are built with broken compiler.

@jarthana
Copy link
Member

jarthana commented Jul 2, 2023

I confirm that the fix is what the original fix should have been.

I have also verified that the tests fail locally on the latest build but fail when the build is patched with this PR.

@jarthana jarthana merged commit 307d7d1 into eclipse-jdt:master Jul 2, 2023
@iloveeclipse iloveeclipse deleted the issue_1201 branch July 2, 2023 12:15
mpalat pushed a commit to mpalat/eclipse.jdt.core that referenced this pull request Jul 6, 2023
…ted (eclipse-jdt#1202)

bytecode

- additionally to the actual fix and test added StringConcatTest to the
test suite (that was forgotten to be added before).

Fixes eclipse-jdt#1201
robstryker pushed a commit to robstryker/eclipse.jdt.core that referenced this pull request Jul 18, 2024
…ted (eclipse-jdt#1202)

bytecode

- additionally to the actual fix and test added StringConcatTest to the
test suite (that was forgotten to be added before).

Fixes eclipse-jdt#1201
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.

CombinedBinaryExpression.buildStringForConcatation() produces unexpected bytecode
2 participants