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

Disable freezing V8 flags on initialization #141

Merged

Conversation

backes
Copy link
Member

@backes backes commented Jun 10, 2022

Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.

Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.
@backes
Copy link
Member Author

backes commented Jun 10, 2022

@victorgomes are you the right contact to approve/merge this?

@backes
Copy link
Member Author

backes commented Jun 10, 2022

The failures look unrelated to my change. Any idea what's wrong? Am I merging into the wrong branch?

@backes
Copy link
Member Author

backes commented Jun 13, 2022

@pthier as Victor is OOO, can you take a look please?
And do you have an idea what's wrong with the failing checks?

@pthier
Copy link

pthier commented Jun 13, 2022

I have never really looked at the github ci checks (and apparently no one did). I will try to resolve the issues the next time I sync our repo with upstream. Definitely not related to your changes.

@pthier pthier merged commit 86378a7 into v8:node-ci-2022-05-12 Jun 13, 2022
@backes
Copy link
Member Author

backes commented Jun 13, 2022

Thanks, Patrick!

pthier pushed a commit that referenced this pull request Jun 14, 2022
Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.
pthier pushed a commit that referenced this pull request Jul 20, 2022
Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.
victorgomes pushed a commit that referenced this pull request Aug 11, 2022
Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.
pthier pushed a commit that referenced this pull request Sep 22, 2022
Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.
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.

3 participants