question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add mergeLeft and mergeRight

See original GitHub issue

Pretty often I find myself using R.merge(R.__, object), it would be nice to have R.mergeLeft and R.mergeRight by analogy with R.mergeDeepLeft and R.mergeDeepRight.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
CrossEyecommented, Oct 22, 2017

You’re right. It’s not deprecating merge, which remains a shallow merge but adding all the mergeDeep* functions. Sorry about that.

1reaction
CrossEyecommented, Jul 14, 2017

Actually, we missed noting in the 0.24 release notes that we were deprecating merge in favor of these mergeDeep* versions. So, no, we don’t want to add another version! 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ramda Documentation
Creates a new list iteration function from an existing one by adding two new parameters to its callback function: the current index, and...
Read more >
mergeLeft and mergeRight functions | Ramda JS Tutorials
This video will help you understand the mergeLeft and mergeRight functions of the Ramda Js library.
Read more >
Differences between svn merge left, right & working files after ...
Let's say there are two branches, and last ( HEAD ) revision in branch A is 9 , while it is 6 in...
Read more >
Using Merge Left/Right Anti to display added/deleted records ...
I am trying to use Merge with Left-Anti and Right-Anti to determine if records have been added or deleted from a table. Merging...
Read more >
(0 , _ramda.mergeright) is not a function - You.com | The AI ...
How to use ramda mergeRight in Typescript and respect interface definitions ... Add mergeLeft and mergeRight · Issue #2225 · ramda/ramda · GitHub....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found