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

src: added context around the TODO change #37140

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

yashLadha
Copy link
Contributor

Added more context around the TODO change required for achieving the
task. When destructuring the isolate and environment_vars from the
environment object, it is leading to recursive dependency and thus not
able to refactor it in a better way.

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jan 30, 2021
@yashLadha
Copy link
Contributor Author

If needed I can work on refactoring it to reduce the recursion but effort vs impact seems odd.

src/env.cc Outdated Show resolved Hide resolved
@yashLadha yashLadha force-pushed the chore_minor_comment_addition branch 2 times, most recently from c05c74f to 78f142a Compare February 2, 2021 16:01
@nodejs-github-bot
Copy link
Collaborator

Add more context around the TODO change required for achieving the
task. When destructuring the isolate and environment_vars from the
environment object, it is leading to recursive dependency and thus not
able to refactor it in a better way.

PR-URL: nodejs#37140
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott Trott force-pushed the chore_minor_comment_addition branch from 78f142a to d6e9446 Compare February 6, 2021 22:37
@Trott Trott merged commit d6e9446 into nodejs:master Feb 6, 2021
@Trott
Copy link
Member

Trott commented Feb 6, 2021

Landed in d6e9446

danielleadams pushed a commit that referenced this pull request Feb 16, 2021
Add more context around the TODO change required for achieving the
task. When destructuring the isolate and environment_vars from the
environment object, it is leading to recursive dependency and thus not
able to refactor it in a better way.

PR-URL: #37140
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This was referenced Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants