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

fix(#263): Implement script- & test-runtime in node:vm #1565

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Its-treason
Copy link
Member

@Its-treason Its-treason commented Feb 10, 2024

Description

Closes: #263 & #922

Implemented the existing script- & test-runtime with node:vm to deprecate vm2. All runtimes are now combined in one file / function, because the other three runtimes before shared a lot of same code.

If you want to test this locally, you have to manually activate the runtime by changing the hard-coded if (false) to true, so it uses the new runtime.

Test collection for anyone wanting to try / test it:

https://cdn.discordapp.com/attachments/1036297730483564687/1227724527752974336/VM-Test.zip?ex=66297291&is=6616fd91&hm=63637d55a57c17b3b2fff3ca34d9b17bdcd0deb734a0d685f64b17bab21bd464&

@tonytvo
Copy link

tonytvo commented Jun 28, 2024

is it possible that we can get this merged?

@tonytvo
Copy link

tonytvo commented Aug 22, 2024

@helloanoop is there anything I can do to get this one merged in?

@brvaland
Copy link

@helloanoop @lohxt1 is it possible to prioritise review of this pull request to help unblock our team ?

If you can share timelines when your team will be able review will also help us plan migrate to Bruno.

Cc: @Its-treason

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.

Deprecate VM2
4 participants