Navigation Menu

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

remove utils.uniq() #1718

Closed
wants to merge 1 commit into from
Closed

remove utils.uniq() #1718

wants to merge 1 commit into from

Conversation

msimerson
Copy link
Member

Changes proposed in this pull request:

  • remove utils.uniq()
    • it's unused
    • implementation is poor. It only works on ordered arrays

(discovered while adding test coverage)

it is not used anywhere & implementation is poor. It only works if the array provided is ordered
@codecov-io
Copy link

Current coverage is 36.15% (diff: 100%)

Merging #1718 into master will increase coverage by 0.04%

@@             master      #1718   diff @@
==========================================
  Files            24         24          
  Lines          6059       6049    -10   
  Methods         781        780     -1   
  Messages          0          0          
  Branches       1532       1530     -2   
==========================================
- Hits           2188       2187     -1   
+ Misses         3871       3862     -9   
  Partials          0          0          

Powered by Codecov. Last update 43cd4ac...47540a1

@msimerson
Copy link
Member Author

this PR obsoleted by #1720

@msimerson msimerson closed this Nov 17, 2016
@msimerson msimerson deleted the remove-utils-uniq branch November 17, 2016 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants