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

Notices: Fix Array.reverse call #2498

Merged
merged 1 commit into from
Aug 22, 2017
Merged

Notices: Fix Array.reverse call #2498

merged 1 commit into from
Aug 22, 2017

Conversation

youknowriad
Copy link
Contributor

We have to clone the input array to avoid mutating the original parameter.

cc #1437 (comment)

We have to clone the input array to avoid mutating the original parameter
@youknowriad youknowriad self-assigned this Aug 22, 2017
@youknowriad youknowriad requested a review from mcsf August 22, 2017 14:22
@codecov
Copy link

codecov bot commented Aug 22, 2017

Codecov Report

Merging #2498 into master will increase coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2498      +/-   ##
==========================================
+ Coverage   27.23%   27.41%   +0.18%     
==========================================
  Files         161      161              
  Lines        4943     4957      +14     
  Branches      824      829       +5     
==========================================
+ Hits         1346     1359      +13     
  Misses       3047     3047              
- Partials      550      551       +1
Impacted Files Coverage Δ
components/tooltip/index.js 86.66% <0%> (+2.79%) ⬆️

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 83bfd41...dc08249. Read the comment docs.

@youknowriad youknowriad merged commit 279493a into master Aug 22, 2017
@ntwb ntwb deleted the fix/reverse-in-place branch September 4, 2017 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants