Open astoriawinter opened 2 years ago
please see https://github.com/danger/kotlin/pull/211, should fix the issue
@gianluz Hi, also faced same error with emailAddress
in BitBucketServerUser
. Email can be null, as user that created PR could be deleted. Please, add fix to this case as well.
@gianluz Possibly a lot of data in BitBucket server responses could be nullable. I got two different errors:
emailAddress
in my cases when Bitbucket added some automatic comment.tasks
in BitBucketServerCommentDetail in my case is also nullable and got this error:
kotlinx.serialization.MissingFieldException: Field 'tasks' is required for type with serial name 'systems.danger.kotlin.models.bitbucket.BitBucketServerCommentDetail', but it was missing
Hello! I build danger-kotlin from sources, and when I try to run (I use bitbucket)
danger-kotlin *stash_pull_request_number* --dangerfile=Dangerfile.df.kts
I get such error:I saw same issue with gitlab https://github.com/danger/kotlin/issues/145, I guess it's related to default argument. Can it be fixed?