beloglazov / couchdb-scala

A purely functional Scala client for CouchDB
Apache License 2.0
65 stars 19 forks source link

Tests fail when upgrading to upickle 0.4.0 #54

Closed ermyas closed 8 years ago

ermyas commented 8 years ago

All tests that use a set of keys in QueryTemporaryViewSpec fail when upgrading to upickle 0.4.0

beloglazov commented 8 years ago

Looks like our custom Writer for ViewWithKeys stops getting picked up by upickle after the upgrade. Another thing I noticed is that we don't have enough tests for UpickleImplicits, which is why it was a bit hard to find what's going wrong. I don't yet have a solution.