Proposed change to the JSR223 script loading order

I’ve submitted a small PR to modify the script loading order. This change will correct an issue that is currently affecting the Jython helper libraries, but is possibly a nuisance for any other JSR223 user. Please follow the link to the PR for a lot of details, and chime in with your feedback!

2 Likes

done!

1 Like

Thank you, Michael! It’s merged!

The script loading order will now look first at the file name, and if the scripts have the same name, the sort will look at the parent directories. The docs have been updated.

1 Like