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

JS engine refactor - graal upgrade - JS functions can be passed around safely #2081

Merged
merged 10 commits into from
Aug 2, 2022

Conversation

ptrthomas
Copy link
Member

refer #1883 #2009

a lot of the attach / detach code has gone away and I find the build 10% faster so that's great news

and I hope this resolves the context errors that have given us a hard time

still an issue with parallel scenario, but no longer the multi-thread issue
guess is that variables are being over-written by another scenario-thread
websocket may not be possible to do with custom js functions
so we will limit or revise existiing documented approach
feels good to get rid of that horrible recurse and attach stuff
in small steps because of how much trouble this caused in the past
note that this commit reverts the change made in #1835
my guess is that this was the source of the flakyness and how we swallowed the exception before
this should be the last of the graal upgrade and js fixes
@ptrthomas ptrthomas merged commit 220c5a1 into develop Aug 2, 2022
@joelpramos
Copy link
Contributor

Great achievement! Is there a timeframe in mind for making a formal minor/major release launch?

Hard to find time these days but given I experienced some of the pains would like to give it a go and ask a few groups to try this out.

@ptrthomas
Copy link
Member Author

@joelpramos I'll try for this week after going over some of the open issues. yes I agree, this may be a breakthrough !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants