dweiss opened a new pull request, #15583: URL: https://github.com/apache/lucene/pull/15583
Intellij by default complains that the vector module is inaccessible to java25 folder (mr-jar module under the core). This patch tweaks compiler settings during the "sync" phase so that IntelliJ thinks we add the vector module and tweaks compiler options accordingly - <img width="2774" height="1748" alt="image" src="https://github.com/user-attachments/assets/6e7d13ca-32d7-45bf-b6ea-a1e54dc9ccc3" /> These settings don't seem to be used if gradle is used for actual compilation (which is the default). And it improves dev experience because now vector API classes are visible and don't show red flags: <img width="2176" height="1560" alt="image" src="https://github.com/user-attachments/assets/85160203-2811-4df2-936b-78f3d03d7b19" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
