jtulach opened a new pull request, #4666: URL: https://github.com/apache/netbeans/pull/4666
On Dec 22, 2021 the `truffle` sources started to use `generatedDependencies` tag: https://github.com/oracle/graal/blob/master/truffle/mx.truffle/suite.py#L496 Since then NetBeans cannot open [GraalVM Truffle sources](https://github.com/oracle/graal/blob/master/truffle/) properly. Shows how much people actually use NetBeans to develop GraalVM and how much of them cares about NetBeans... This PR adds support for `generatedDependencies` tag which improves handling of the `com.oracle.truffle.api.dsl.Cached` imports in current Truffle sources. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
