om

Please ask the channel first, not @dnolen directly!
peeja 2017-03-11T18:30:46.658700Z

tree->db / normalize* appears to fall apart when keys in the query have params. Does that sound right, or am I doing something wrong?

peeja 2017-03-11T18:31:48.662740Z

For instance, in this (let [[k sel] (util/join-entry expr) …): https://github.com/omcljs/om/blob/master/src/main/om/next.cljc#L1956

peeja 2017-03-11T18:32:42.666064Z

If the key of the join entry has params, k will look like (:key {:some-params})

peeja 2017-03-11T18:33:09.667638Z

but later it looks up the value in the data as (get data k)

peeja 2017-03-11T18:33:59.670784Z

Or does Om expect the key params to be in the keys in the response?

anmonteiro 2017-03-11T18:46:01.714183Z

@peeja sounds like a bug

peeja 2017-03-11T20:45:00.132808Z

Actually, now that I'm playing with it, having the params in the response is pretty helpful. 🙂

anmonteiro 2017-03-11T20:56:03.168840Z

@peeja in the tree->db response?