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

Post-batch-compiler move cleanup (#181) #577

Closed
wants to merge 4 commits into from

Conversation

iloveeclipse
Copy link
Member

@iloveeclipse iloveeclipse commented Dec 2, 2022

Moved grammar and parser generation scripts to batch compiler

  • 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.

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.

  • Removed obsoleted "batch" and "compiler" build references
  • Removed obsoleted main-class attribute from jdt.core manifest

jdt.core can't be used anymore as self containing Java compiler library, it is now org.eclipse.jdt.core.compiler.batch.

See #181

…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
)

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 iloveeclipse changed the title Moved grammar and parser generation scripts to batch compiler (#181) Post-batch-compiler move cleanup (#181) Dec 2, 2022
@iloveeclipse
Copy link
Member Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant