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 has been archived by the owner on May 21, 2018. It is now read-only.
The copy method on Json and Xml objects takes varargs of a horrendously convoluted type. It's difficult to create instances of this type without relying on type inference and an implicit conversion. There should be a convenience method for creating these values from a path defined as a List[Either[Int, String]].
The text was updated successfully, but these errors were encountered:
The
copy
method onJson
andXml
objects takes varargs of a horrendously convoluted type. It's difficult to create instances of this type without relying on type inference and an implicit conversion. There should be a convenience method for creating these values from a path defined as aList[Either[Int, String]]
.The text was updated successfully, but these errors were encountered: