You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
[warn] /data/rw/code/scala/spores/spores-pickling/src/test/scala/scala/spores/run/pickling/PicklingBinary.scala:58: method lookupPicklee in package internal is deprecated: Use currentRuntime.refRegistry.pickle.registerPicklee instead
[warn] implicit val p = implicitly[Pickler[(Int, List[String])]]
[warn]
Why are you relying on registerPicklee? Why not picklers.genPickler? Isn't that part of refRegistry and therefore it's related to the bookkeeping of circular references? Why do you need that for a simple pickler/unpickler of a tuple?