Bengt Brodersen

Results 144 comments of Bengt Brodersen

* Look at stars of all repositories (amount) * Look at contributors of all repositories (amount) * Look at forks of all repositories (amount)

Is this project still alive?

Interesting. I'm not sure whether I'll find time for that. However every PR is welcome.

seems to be related to https://github.com/moby/moby/issues/41904 and https://github.com/moby/moby/issues/43116 I looks like there is no workaround so far 😟

Might be fixed by https://github.com/mockk/mockk/pull/872

Seems to be a dedicated problem for java enum classes that implements an interface.

@realjenius your specific issue seems to be caused by a koltin reflection issue, see [KotlinReflectionInternalError: Unresolved class" when inspecting anonymous Java class](https://youtrack.jetbrains.com/issue/KT-41373)

@realjenius oh I wasn't aware of the fact that is was working in version `1.12.4`. Currently I have no working workaround :-(.

Probably we need to catch all exceptions `Throwable` within this method https://github.com/mockk/mockk/blob/870bd59cbf3b0505172cd32dfa47d7eb3a797798/modules/mockk-agent/src/jvmMain/kotlin/io/mockk/ValueClassSupport.kt#L63