FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

vm,lib: refactor microtaskQueue assignment logic by XadillaX · Pull Request #47765 · nodejs/node · GitHub

/ node Public

vm,lib: refactor microtaskQueue assignment logic - #47765

Closed
XadillaX wants to merge 1 commit into
nodejs:mainfrom
XadillaX:remove-unxxx
Closed

vm,lib: refactor microtaskQueue assignment logic#47765
XadillaX wants to merge 1 commit into
nodejs:mainfrom
XadillaX:remove-unxxx

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

nodejs-github-bot added needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem. labels Apr 28, 2023
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the conditional block with a more concise ternary
operator. This change improves code readability and maintainability.
XadillaX changed the title vm: remove an unnecessary microtaskMode condition vm,lib: refactor microtaskQueue assignment logic Apr 29, 2023
XadillaX requested a review from addaleax April 30, 2023 00:53

yorkie left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This change looks easiler to read to me :)

theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label May 1, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 1, 2023

Copy link
Copy Markdown
Collaborator

XadillaX added the request-ci Add this label to start a Jenkins CI on a PR. label May 7, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 7, 2023

Copy link
Copy Markdown
Collaborator

XadillaX removed the request for review from addaleax May 13, 2023 14:07
XadillaX added a commit that referenced this pull request May 13, 2023
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the conditional block with a more concise ternary
operator. This change improves code readability and maintainability.

PR-URL: #47765
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

Copy link
Copy Markdown
Contributor Author

Landed in 23e6b12

XadillaX closed this May 13, 2023
targos pushed a commit that referenced this pull request May 14, 2023
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the conditional block with a more concise ternary
operator. This change improves code readability and maintainability.

PR-URL: #47765
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request May 15, 2023
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the conditional block with a more concise ternary
operator. This change improves code readability and maintainability.

PR-URL: #47765
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the conditional block with a more concise ternary
operator. This change improves code readability and maintainability.

PR-URL: #47765
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the conditional block with a more concise ternary
operator. This change improves code readability and maintainability.

PR-URL: nodejs#47765
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL