jtulach commented on PR #9302:
URL: https://github.com/apache/netbeans/pull/9302#issuecomment-4163559529
> A good property is that the tests no longer require the GraalVM, but can
run on any supported JDK.
Right, there is no need to run on GraalVM anymore! Testing debugging
capabilities of `debugger.jpda.truffle` should be possible on OpenJDK21+
> Instead of running the GraalVM launcher (which no longer exists), run
`java` with the appropriate launcher class.
Yes, that sounds like the right approach.
> This patch currently only fixes JS, as that's what we already have/bundle.
Hopefully support for R/Python/Ruby could be added
- R is being abandoned as far as I know.
- Ruby isn't that much maintained either.
- Python is still actively supported by GraalVM guys, but:
- the `debugger.jpda.truffle` support is **generic**
- getting it run for JavaScript should be enough to verify it works
- thanks Jan for getting the tests running at all!
- few times I wanted to do some refactorings of the code ...
- but I always gave up due to non-functional tests
--
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