-
Notifications
You must be signed in to change notification settings - Fork 77
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
Unanticipated comparator errors in I20230922-1800 #1388
Comments
@akurtakov : I don't see a diff generated for JDT in the https://download.eclipse.org/eclipse/downloads/drops4/I20230922-1800/buildlogs/comparatorlogs/artifactcomparisons.zip Could it be, the new compiler.batch bundle need to be made "known" in some build scripts that generate the zip file with diff? |
The eclipse-equinox#285 changed IStorageConstants.DEFAULT_CIPHER that is inlined by TabAdvanced in org.eclipse.equinox.security.ui but which was not touched. See eclipse-platform/eclipse.platform.releng.aggregator#1388
The #285 changed IStorageConstants.DEFAULT_CIPHER that is inlined by TabAdvanced in org.eclipse.equinox.security.ui but which was not touched. See eclipse-platform/eclipse.platform.releng.aggregator#1388
I don't see any changes in JDT that would explain diff on except the suspicious pom file changes switching But I assume we still have to touch batch compiler. Will push a PR in a moment. |
That's really forensic work. |
In org.eclipse.jdt.internal.compiler.parser.Parser we have lambdas (we had issues with lambda order generated differently for same source), but not in org.eclipse.jdt.internal.compiler.ast.TypeReference. Interestingly, zip doesn't contain diffs for both classes bytecode, and also comparing class files from different ecj jars I also see no difference. So I guess the JDT problem reported could be really related to |
OK, I've merged everything needed, going to start new I Build. https://ci.eclipse.org/releng/job/Builds/job/I-build-4.30/34/ |
See
I assume that
but I haven't checked if that assumption is correct. Going to investigate.
The text was updated successfully, but these errors were encountered: