#601: fixed JavaScript handling for Java 15+ - #623
Conversation
Plugin Unit TestsAll tests passed (Java 17)
|
VStar Unit TestsTests failed (Java 17)
|
The previous #601 commit wired these libraries into the build and docs but did not add the binaries or their license texts. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Hi @dbenn , in general, it works (example.js). |
|
@mpyat2 Yes that's a very good point. Should be fixed although it's separate from the bug since it's just something the script should do, e.g. open a dialog ( |
…and fixed obs sink checking (save methods had changed with obs sink intro); added more error logging at end of script run; added/fixed a couple of scripts
|
Hmm. I have taken a closer look at the reason for the save failure you saw @mpyat2. Please see the last commit for this. At least there will be a log entry now, e.g. More could be done and the way errors get reported depends on whether we're in scripting mode. |
|
Hi @dbenn , yes, now I can see the error in log: |
Running JavaScript seems to work again now, e.g. script/JavaScript/example.js
Let me know if you see any issues @mpyat2