sdedic commented on PR #7268: URL: https://github.com/apache/netbeans/pull/7268#issuecomment-2059013889
I've done yet another experiment ... make `libs.truffleapi` implementation-dependent on `libs.graalsdk` and remove `polyglot.impl` from its public packages -- as this should be a 'semi-private' SPI between truffle and polyglot. Seems to work, but does not solve the issue - the harm of exposing half-implementation package has been already done. I would prefer now to continue with non-breaking versioning, I'll add impl version of 24000 (24.00.0) that could be incremented / matched to upgraded graal packages ... -- 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
