-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
8347825: Make IDEA ide support use proper build system mechanisms #23140
Conversation
👋 Welcome back ihse! A progress list of the required criteria for merging this PR into |
@mcimadamore Can you please verify that the IDEA generation still works properly? I've tried it locally and it seems fine to me, but I'd like you to verify it as well. |
@magicus This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 17 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
@magicus The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
Turns out we actually did have a |
I will take a look. Thanks for the headsup. We should probably also ask somebody with Windows (@JornVernee ?) |
Hey, don't forget about me! How do I test this, just set up an IDEA Workspace as instructed in the docs? |
Yes, that would be the case. E.g. run |
I do see a couple of warnings being printed when I run the script:
Other than that, the generated project files seem to work fine. |
Yeah.. technically it is more of a "note" than a "warning". "Make sure that you intend to override this variable" it says, and that is what I intend. If this is very annoying I figure out another way to pass this information without triggering this, but this was the simple way. |
I personally rarely need to run the idea.sh script. Mostly just the first time after cloning a repo. So, I don't think it matters. |
I went to sleep before actually testing the change, sorry about that. Same thing that Jorn reports, it seems to work fine apart from a warning |
Works as expected (except for the warnings). I think it's good to go, at least for the time being. I tried creating project (with |
Thanks for the testing! /integrate |
Going to push as commit 3b6e576.
Your commit was automatically rebased without conflicts. |
The idea.sh script which creates a configuration for IDEA does at some point call a makefile, to extract information from the build system. However, this is done in an ad-hoc manner that does not fit properly in the build system.
I ran into this as a problem when trying to implement another change, so this needs to be fixed, and should be fixed separately.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23140/head:pull/23140
$ git checkout pull/23140
Update a local copy of the PR:
$ git checkout pull/23140
$ git pull https://git.openjdk.org/jdk.git pull/23140/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 23140
View PR using the GUI difftool:
$ git pr show -t 23140
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23140.diff
Using Webrev
Link to Webrev Comment