Replies: 3 comments 5 replies
-
Hi, basic math operators seem just fine on my part |
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you mean about performance perspective? |
Beta Was this translation helpful? Give feedback.
5 replies
-
If there are people who are still looking for a fix to the Nashorn engine, I published a pre-release of the plugin that fix the issue. If you use it, your feedback about it will be appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the narhorn engine has been removed from the jdk, complex hologram formats are not evaluate and throws errors. The fastest solution to solve this problem is to include the nashorn engine in the jar file. But I think that shading tons and tons of thing like that is not very clever, especially from performance perspective.
Another solution could be to remove the nashorn engine use completely from the plugin. But it will remove the possibility to create javascript scripts as they will not be evaluate.
So here comes my question. Does the script feature in hologram-format.yml is used only for arithmetic operations or is there people that use it in a more complex way ?
If everybody is using it to evaluate the stock with basic script, then I will implement classic operators (+ - * / %) and remove the possibility to do complex scripts.
Sharing your way of using it will be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions