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

Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptions #196

Merged

Conversation

gahaas
Copy link

@gahaas gahaas commented Jun 27, 2024

Two fields on the v8::FastApiCallbackOptions struct were deprecated recently, fallback and wasm_memory. This PR removes uses of these two fields in node.js.

This change is a refactoring and does not add new features. Therefore existing tests should be sufficient.

Two fields on the v8::FastApiCallbackOptions struct were deprecated
recently, fallback and wasm_memory. This PR removes uses of these two
fields in node.js.

This change is a refactoring and does not add new features. Therefore
existing tests should be sufficient.
@gahaas gahaas marked this pull request as ready for review June 27, 2024 13:46
@isheludko isheludko self-requested a review June 27, 2024 13:49
Copy link

@isheludko isheludko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@isheludko isheludko merged commit f6fb3fe into v8:node-ci-2024-06-03 Jun 27, 2024
23 of 29 checks passed
@gahaas gahaas deleted the 2024-06-27_remove_deprecated_fast_api branch June 27, 2024 13:50
pthier pushed a commit that referenced this pull request Jul 15, 2024
…ns (#196)

* Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptions

Two fields on the v8::FastApiCallbackOptions struct were deprecated
recently, fallback and wasm_memory. This PR removes uses of these two
fields in node.js.

This change is a refactoring and does not add new features. Therefore
existing tests should be sufficient.

* return correct type
victorgomes pushed a commit that referenced this pull request Aug 22, 2024
…ns (#196)

* Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptions

Two fields on the v8::FastApiCallbackOptions struct were deprecated
recently, fallback and wasm_memory. This PR removes uses of these two
fields in node.js.

This change is a refactoring and does not add new features. Therefore
existing tests should be sufficient.

* return correct type
pthier pushed a commit that referenced this pull request Oct 2, 2024
…ns (#196)

* Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptions

Two fields on the v8::FastApiCallbackOptions struct were deprecated
recently, fallback and wasm_memory. This PR removes uses of these two
fields in node.js.

This change is a refactoring and does not add new features. Therefore
existing tests should be sufficient.

* return correct type
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