lihaoyi / autowire

Macros for simple/safe RPCs between Scala applications, including ScalaJS/ScalaJVM
378 stars 48 forks source link

Minimal example does not compile with upickle 0.4.4 #56

Closed jhegedus42 closed 4 years ago

jhegedus42 commented 7 years ago

https://github.com/lihaoyi/autowire#minimal-example

screen shot 2016-12-30 at 13 18 56
nafg commented 7 years ago

@jhegedus42 it should be updated to upickle.default.Reader, same for Writer, read, and write

See http://www.lihaoyi.com/upickle-pprint/upickle/#0.3.0

nafg commented 7 years ago

@lihaoyi seems the readme is from the pre-upickle-0.3.0 era :(

nafg commented 7 years ago

@lihaoyi I guess the ticket title should be changed to "update documentation for upickle > 0.3.0" or something?