Adam
Adam
I would also like to dynamically refresh background tiles. Thanks @barryhunter for your code! I've come up with an alternative that doesn't disable animations for 5 seconds. I'm using Leaflet...
What do you think about using `run` to conditionally include specific validators? EDIT: this doesn't work as I expected - `ifPresent` doesn't run conditionally, and will always execute the `run`...
@odin-delrio @pkgonan @hantsy Can you provide a minimal reproducer? Here's the existing test, which passes on jdk17 & Kotlin 1.7, so there must be some difference... https://github.com/mockk/mockk/blob/3adc92e2c480c24fb6f1dcffd351510071a397ea/mockk/common/src/test/kotlin/io/mockk/it/SealedClassTest.kt
> I am sorry, but this is not resolved - demo build still fails on 1.12.8: > > https://gitlab.com/knyttl/mockkdemo/-/jobs/3032515325 > > > Downloading https://repo.maven.apache.org/maven2/io/mockk/mockk/1.12.8/mockk-1.12.8.pom to /builds/knyttl/mockkdemo/.gradle/.tmp/gradle_download10671493043139491605bin > > And: >...
> Yeah, still looks broken to me ... 1.12.8. jar is still empty, mockk-jvm is needed. So it's sill highly incompatible with older versions. And all that came with a...
> > Thanks for the demo project. This is failing because it's missing an ElasticSearch class. If I change the test to remove it... > > Of course this works...
See here: https://github.com/mockk/mockk/issues/152 There's a workaround in this comment: https://github.com/mockk/mockk/issues/152#issuecomment-1189503722
Yeah - nested value classes aren't supported at present #859
I get the same with MockK `1.12.5`. When I put a breakpoint in the `answers { }` block and try and run `firstArg()`, I get this exception ``` org.jetbrains.kotlin.backend.common.BackendException :...
@Raibaz Hey, could you have a look at the progress so far? I'd like to know what you think before I finish up. It would probably be easier to look...