Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GraalJS engine to latest version #1388

Open
Angelk90 opened this issue Aug 25, 2023 · 1 comment · May be fixed by #2022
Open

Update GraalJS engine to latest version #1388

Angelk90 opened this issue Aug 25, 2023 · 1 comment · May be fixed by #2022
Labels
enhancement New feature request or improvement of an existing feature good first issue Good for newcomers wanting to contribute js Related to JavaScript support maestro cli Related to the command-line Maestro tool

Comments

@Angelk90
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently the version used seems to be 22.0.0

Check:

graaljs = "22.0.0" # Latest version that supports Java 8

As you can see here, a lot of cool stuff has been implemented: https://github.com/oracle/graaljs/blob/master/CHANGELOG.md

Take a look here too:
https://github.com/oracle/graaljs/blob/master/docs/user/JavaScriptCompatibility.md

If I try to run the following code with the current version it doesn't work, there are some things I would like to try, I don't even know if they work with the latest current version.

var BigDec = Java.type('java.math.BigDecimal');
var bd = new BigDec("0.1");
console.log(bd.add(bd).toString());

Describe the solution you'd like
Update the version to the latest.

@Angelk90 Angelk90 added the enhancement New feature request or improvement of an existing feature label Aug 25, 2023
@bartekpacia bartekpacia added maestro cli Related to the command-line Maestro tool good first issue Good for newcomers wanting to contribute labels Jul 12, 2024
@bartekpacia bartekpacia changed the title [Feature Request] Update GraalJS 23.1.0 Update GraalJS engine to latest version Jul 12, 2024
@bartekpacia
Copy link
Member

Hey @Angelk90, we appreciate you sharing this issue with us!

We're a small and very busy team. That said we'll do our best do review a contribution for it:)

@bartekpacia bartekpacia added the js Related to JavaScript support label Jul 12, 2024
This was referenced Aug 25, 2024
@tokou tokou linked a pull request Sep 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request or improvement of an existing feature good first issue Good for newcomers wanting to contribute js Related to JavaScript support maestro cli Related to the command-line Maestro tool
Projects
None yet
2 participants