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

[cleanup] Remove deep-equal npm dependency and use _.isEqual instead #5573

Merged
merged 1 commit into from
Aug 7, 2018

Conversation

kristw
Copy link
Contributor

@kristw kristw commented Aug 7, 2018

Remove package deep-equal dependency and use _.isEqual instead to compute deep equality.
https://underscorejs.org/#isEqual

Tested locally.

@kristw kristw changed the title Remove deep-equal dependency and use _.isEqual instead [cleanup] Remove deep-equal dependency and use _.isEqual instead Aug 7, 2018
@kristw kristw changed the title [cleanup] Remove deep-equal dependency and use _.isEqual instead [cleanup] Remove deep-equal npm dependency and use _.isEqual instead Aug 7, 2018
@codecov-io
Copy link

Codecov Report

Merging #5573 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5573   +/-   ##
=======================================
  Coverage   63.58%   63.58%           
=======================================
  Files         358      358           
  Lines       22742    22742           
  Branches     2530     2530           
=======================================
  Hits        14461    14461           
  Misses       8266     8266           
  Partials       15       15
Impacted Files Coverage Δ
superset/assets/src/reduxUtils.js 74.57% <100%> (ø) ⬆️

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 68ba63f...39c9fcb. Read the comment docs.

Copy link
Contributor

@williaster williaster left a comment

Choose a reason for hiding this comment

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

LGTM

@williaster williaster merged commit 39acd9f into apache:master Aug 7, 2018
@kristw kristw deleted the kristw/deepEqual branch August 13, 2018 20:59
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants