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 532, 533, 641 #642

Merged
merged 2 commits into from
Aug 19, 2020
Merged

Fix 532, 533, 641 #642

merged 2 commits into from
Aug 19, 2020

Conversation

54k1
Copy link
Contributor

@54k1 54k1 commented Aug 18, 2020

This Pull Request fixes #532, #533, & #641.

@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #642 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #642      +/-   ##
==========================================
+ Coverage   72.64%   72.67%   +0.02%     
==========================================
  Files         179      179              
  Lines       13275    13279       +4     
==========================================
+ Hits         9644     9650       +6     
+ Misses       3631     3629       -2     
Impacted Files Coverage Δ
boa/src/exec/mod.rs 74.23% <100.00%> (+0.15%) ⬆️
boa/src/exec/tests.rs 100.00% <100.00%> (ø)
boa/src/builtins/object/internal_methods.rs 30.72% <0.00%> (+1.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d025207...e7f8cff. Read the comment docs.

@Razican Razican added bug Something isn't working builtins PRs and Issues related to builtins/intrinsics execution Issues or PRs related to code execution labels Aug 19, 2020
Copy link
Member

@Razican Razican left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!
I'm not an expert on how this should work, so I leave that for @jasonwilliams, @HalidOdat and @Lan2u.

From my side, the code looks perfect :)

@Razican Razican added this to the v0.10.0 milestone Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working builtins PRs and Issues related to builtins/intrinsics execution Issues or PRs related to code execution
Projects
None yet
3 participants