-
Notifications
You must be signed in to change notification settings - Fork 130
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
Post-batch-compiler move cleanup (#181) #577
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e-jdt#181) - Grammar file belongs to compiler, build scripts for it too. - Added grammar to sources. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=562044 for original contribution motivation for parser build scripts. No idea if the code still works and no idea where to get the *right* native JikesPG executable, so I can't test if that works or not. See eclipse-jdt#181
iloveeclipse
force-pushed
the
issue_181
branch
from
December 2, 2022 16:14
e5155ae
to
89c7b30
Compare
) Cleaning up org.eclipse.jdt.core and trying to sort out old unused scripts from still used but requiring an update after move. See eclipse-jdt#181
…e-jdt#181) jdt.core can't be used anymore as self containing Java compiler library, it is now org.eclipse.jdt.core.compiler.batch. See eclipse-jdt#181
iloveeclipse
changed the title
Moved grammar and parser generation scripts to batch compiler (#181)
Post-batch-compiler move cleanup (#181)
Dec 2, 2022
Replaced by #578 |
datho7561
added a commit
to datho7561/eclipse.jdt.core
that referenced
this pull request
Jul 9, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/eclipse.jdt.core
that referenced
this pull request
Jul 10, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Jul 15, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
akurtakov
pushed a commit
to akurtakov/eclipse.jdt.core
that referenced
this pull request
Jul 17, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 18, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 18, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 18, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 18, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Jul 20, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 22, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 22, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Jul 26, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
akurtakov
pushed a commit
to akurtakov/eclipse.jdt.core
that referenced
this pull request
Jul 29, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
akurtakov
pushed a commit
to akurtakov/eclipse.jdt.core
that referenced
this pull request
Aug 16, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Sep 5, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
gayanper
pushed a commit
to gayanper/eclipse.jdt.core
that referenced
this pull request
Sep 7, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Sep 9, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Sep 10, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
akurtakov
pushed a commit
to akurtakov/eclipse.jdt.core
that referenced
this pull request
Sep 18, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Sep 24, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Sep 24, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Oct 15, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/eclipse.jdt.core
that referenced
this pull request
Oct 18, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
mickaelistria
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this pull request
Oct 23, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
akurtakov
pushed a commit
to akurtakov/eclipse.jdt.core
that referenced
this pull request
Nov 12, 2024
- I think this is overkill, the recovered binding is often correct. However, I think this will fix the issue with duplicate type names being imported using `*`; Fixes eclipse-jdt#577 Signed-off-by: David Thompson <davthomp@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moved grammar and parser generation scripts to batch compiler
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=562044 for original contribution motivation for parser build scripts. No idea if the code still works and no idea where to get the right native JikesPG executable, so I can't test if that works or not.
Removed ancient build scripts related to batch compiler
Cleaning up org.eclipse.jdt.core and trying to sort out old unused
scripts from still used but requiring an update after move.
jdt.core can't be used anymore as self containing Java compiler library, it is now org.eclipse.jdt.core.compiler.batch.
See #181