sdedic commented on PR #7268:
URL: https://github.com/apache/netbeans/pull/7268#issuecomment-2058848998

   @matthiasblaesing (or others): I am not well trained in using sigtests, so 
I'd probably use some advice. From the diff, I can see that 
`org.graalvm.nativeimage.RuntimeOptions$OptionClass` has been removed; and then 
`AbstractPolyglotImpl` substantially changed. This second one is actually used 
in `libs.truffle`, that delivers its `TrufflePolyglotImpl`, which was and is a 
separate library in this case.  Sadly we do not have a way how to separate APIs 
from SPIs -- especially if as in here, the 3rd party's `impl` package mixes 
SPIs and real implementations.
   
   The AbstractPolyglotImpl change seems farily"local" to graalsdk-truffle 
combo. Can you advise how to reliably list all removed/changed things ? I fear 
that I can loose something when manually searching through diff.


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

Reply via email to