feat(assocPath): add support for Symbols#3506
Conversation
Coverage Summary> ramda@0.30.1 coverage:summary
> BABEL_ENV=cjs nyc --reporter=text-summary mocha -- --reporter=min --require @babel/register
�[2J�[1;3H
1202 passing (1s)
=============================== Coverage summary ===============================
Statements : 94.07% ( 2490/2647 )
Branches : 85.85% ( 977/1138 )
Functions : 93.28% ( 555/595 )
Lines : 94.35% ( 2338/2478 )
================================================================================ |
There was a problem hiding this comment.
this is not fully adding support for symbols ( i suppose to be thorough we'd need to add tests for everything else to be consistent - prop, lens, evolve, etc) but i'm happy with this as it just unbreaks the functionality for now
I'm happy with this being a silent, not officially support symbols, but fix the bug anyway PR.
thanks so much for submitting the PR so quickly @char0n 🙇
It's just a start and a precedence ;] |
|
The shallow-clone behavior of |
Refs #2137