Forward ref check - #136
Conversation
40554be to
9575b0a
Compare
9575b0a to
1050dd5
Compare
213db84 to
b0222b1
Compare
|
|
||
| def apply[A](read: JsValue => JsResult[A], write: A => JsObject): OFormat[A] = new OFormat[A] { | ||
| def apply[A](read: JsValue => JsResult[A], write: A => JsObject): OFormat[A] = | ||
| new FunctionalOFormat[A](read, write) |
There was a problem hiding this comment.
Use specific impl class, not to exclude null-check for instances created by these factories
| implicit val JsArrayReducer = Reducer[JsValue, JsArray](js => JsArray(Array(js))) | ||
| } | ||
|
|
||
| /** |
|
is anyone interested in pursuing this further, or should we just close it for inactivity? |
b0222b1 to
ab55f42
Compare
|
At least one pull request committer is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user |
ab55f42 to
bc570f2
Compare
|
At least one pull request committer is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user |
bc570f2 to
02570d0
Compare
|
At least one pull request committer is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user |
Fix #120