Skip to content

Forward ref check - #136

Closed
cchantep wants to merge 2 commits into
playframework:mainfrom
cchantep:fix/120_forward_ref_check
Closed

Forward ref check#136
cchantep wants to merge 2 commits into
playframework:mainfrom
cchantep:fix/120_forward_ref_check

Conversation

@cchantep

Copy link
Copy Markdown
Member

Fix #120

@cchantep
cchantep force-pushed the fix/120_forward_ref_check branch 2 times, most recently from 40554be to 9575b0a Compare January 27, 2018 14:43
Comment thread play-json/shared/src/main/scala/play/api/libs/json/JsMacroImpl.scala Outdated
@cchantep
cchantep force-pushed the fix/120_forward_ref_check branch from 9575b0a to 1050dd5 Compare April 28, 2018 19:27
Comment thread play-json/shared/src/main/scala/play/api/libs/json/JsMacroImpl.scala Outdated
Comment thread play-json/shared/src/main/scala/play/api/libs/json/JsMacroImpl.scala Outdated
@cchantep
cchantep force-pushed the fix/120_forward_ref_check branch 2 times, most recently from 213db84 to b0222b1 Compare September 25, 2018 12:47

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)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use specific impl class, not to exclude null-check for instances created by these factories

Comment thread play-json/shared/src/main/scala/play/api/libs/json/JsMacroImpl.scala Outdated
implicit val JsArrayReducer = Reducer[JsValue, JsArray](js => JsArray(Array(js)))
}

/**

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved down

@SethTisue
SethTisue marked this pull request as draft April 13, 2021 16:52
@SethTisue

Copy link
Copy Markdown
Member

is anyone interested in pursuing this further, or should we just close it for inactivity?

@cchantep
cchantep force-pushed the fix/120_forward_ref_check branch from b0222b1 to ab55f42 Compare June 26, 2021 12:28
@lightbend-cla-validator

Copy link
Copy Markdown

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

@cchantep
cchantep marked this pull request as ready for review June 26, 2021 12:29
@cchantep
cchantep force-pushed the fix/120_forward_ref_check branch from ab55f42 to bc570f2 Compare June 26, 2021 13:00
@lightbend-cla-validator

Copy link
Copy Markdown

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

@cchantep
cchantep force-pushed the fix/120_forward_ref_check branch from bc570f2 to 02570d0 Compare June 26, 2021 13:06
@lightbend-cla-validator

Copy link
Copy Markdown

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

@SethTisue
SethTisue marked this pull request as draft June 26, 2021 15:37
@cchantep cchantep closed this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NullPointerException trying to pickle Coursier case class

6 participants