Stefano Cordio

Results 593 comments of Stefano Cordio

The cause is indeed 3db7c4ea4e0e2861795dfc8ea599fd6624b66d4f, which added a new `assertThat(Collection)`: https://github.com/assertj/assertj-core/blob/ea24d9adbb63d8cd16479a4612d2fa5333f5daa6/src/main/java/org/assertj/core/api/Assertions.java#L3227 This triggers compatibility issues with Kotlin, while the same doesn't happen with `assertThat(Iterable)`. This is probably due to the...

Related: [KT-53113](https://youtrack.jetbrains.com/issue/KT-53113)

Hi @HeZean, thanks for the PR. Despite my proposal at https://github.com/assertj/assertj-core/issues/2509#issuecomment-1057395093, we haven't discussed these new methods in the team yet, so it may take some time before we move...

@nach-o-man could you please comment here so I can assign the issue to you?

Thanks for reporting the issue, we will look into it.

Thanks for raising this, @vlsi. Adding a `NOTICE` file is not a problem from my point of view, but we could also have a custom and simpler implementation as we...

Hi @khmarbaise, may I ask your opinion about this topic? To solve #2666, we've taken some methods from `commons-lang` and added them to the AssertJ codebase: https://github.com/assertj/assertj-core/blob/befef07f172031847cbdd7a7e0622d52a64a9033/src/main/java/org/assertj/core/internal/Strings.java#L1360-L1445 Both AssertJ and...

> it seems there is temporary network failure from travis and If don't know how to restart the build manually. Closing and reopening the PR does the trick

> it seems there is temporary network failure from travis and If don't know how to restart the build manually. Still the same, let's wait a bit more

> @joel-costigliola you can assign that one to me. I'll think I will do it over the holidays. Might be a good pastime during the lockdown ;-) Thanks for helping...