Fork me on GitHub
#cljs-dev
<
2016-06-15
>
rohit19:06:49

@dnolen: I am having a go at CLJS-1497. I’ve studied the problem and I’ve created a failing test case for it. I don’t see a way of fixing this without creating a new protocol and having the necessary collections implement it. The function would be similar to entryAt method for clojure’s PersistentHashMap/`PersistentArrayMap`

rohit19:06:17

Is that the right approach for it?

dnolen19:06:51

@rohit before tackling anything write up your proposed approach in the comments - I’ll look at it when I have time

rohit19:06:28

@dnolen: cool, I’ll do that. Thanks.