-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Merged by Bors] - Restructure lint lists in boa_engine
#2455
Conversation
Test262 conformance changes
|
Codecov Report
@@ Coverage Diff @@
## main #2455 +/- ##
==========================================
+ Coverage 51.49% 51.65% +0.15%
==========================================
Files 336 337 +1
Lines 35524 35421 -103
==========================================
+ Hits 18293 18295 +2
+ Misses 17231 17126 -105
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Great work! Only halfway there with the review, and it looks promising :)
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.
Looks good to me! :)
06f30bb
to
20837c6
Compare
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 added a couple of suggestions, but I'm happy to merge it as-is :)
bors r+ |
This Pull Request restructures the lint deny/warn/allow lists in `boa_engine`. It adds a lot of documentation to pup functions. There are still a few clippy lints that are not fixed, mainly regarding casting of number types. Fixing those lints effectiveley would in some cases probably require bigger refactors. This should probably wait for #2449 to be merged, because that PR already fixes that lints regarding the `Date` built-in.
Pull request successfully merged into main. Build succeeded: |
boa_engine
boa_engine
This Pull Request restructures the lint deny/warn/allow lists in
boa_engine
. It adds a lot of documentation to pup functions. There are still a few clippy lints that are not fixed, mainly regarding casting of number types. Fixing those lints effectiveley would in some cases probably require bigger refactors.This should probably wait for #2449 to be merged, because that PR already fixes that lints regarding the
Date
built-in.