-
-
Notifications
You must be signed in to change notification settings - Fork 414
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 sending this
value to function environments
#526
Conversation
… `None` for initial `this` value * Call `bind_this_value` to properly set up `this` binding in functions
this
value to function environments
Codecov Report
@@ Coverage Diff @@
## master #526 +/- ##
==========================================
+ Coverage 68.05% 68.10% +0.05%
==========================================
Files 169 169
Lines 9932 9942 +10
==========================================
+ Hits 6759 6771 +12
+ Misses 3173 3171 -2
Continue to review full report at Codecov.
|
Benchmark for c3e2118Click to view benchmark
|
* updated editorConfig * removed problemMatcher from tasks.json
Benchmark for 6537aedClick to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks almost perfect. Check my comment about the new line, but from my side it's ready :)
.editorConfig
Outdated
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a new line at the end of this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah i don't know why my VSCode is not respecting that file for this haha
Benchmark for 18b5a59Click to view benchmark
|
None
for initialthis
valuebind_this_value
to properly set upthis
binding in functionsThis Pull Request fixes/closes #511.