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(Symbol): deprecate for_global in favour of for_key and for_api #1324

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

lrowe
Copy link
Contributor

@lrowe lrowe commented Sep 17, 2023

for_global was documented as for_key but implemented as for_api.

Closes #1323

lrowe added a commit to lrowe/deno_core that referenced this pull request Sep 17, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Sep 17, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
Copy link
Contributor

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

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

LGTM

@mmastrac mmastrac enabled auto-merge (squash) September 17, 2023 14:29
`for_global` was documented as `for_key` but implemented as `for_api`.

Closes denoland#1323
auto-merge was automatically disabled September 17, 2023 18:04

Head branch was pushed to by a user without write access

lrowe added a commit to lrowe/deno_core that referenced this pull request Sep 17, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
@mmastrac mmastrac merged commit b2a7cfe into denoland:main Sep 18, 2023
8 checks passed
lrowe added a commit to lrowe/deno_core that referenced this pull request Sep 27, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Nov 7, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Nov 27, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Nov 28, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Nov 28, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Nov 28, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
lrowe added a commit to lrowe/deno_core that referenced this pull request Nov 28, 2023
Avoids substantial slowdown caused by host objects with embedder fields.

* Depends on: denoland/rusty_v8#1322
* Depends on: denoland/rusty_v8#1324
* Deno bug: denoland/deno#12067
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.

Symbol::for_global incorrectly using ForApi, returns symbols from separate registry
2 participants