anthonycr / Mockingbird

A minimalist faking framework exclusively for verifying interactions
MIT License
3 stars 2 forks source link

KSP2 lets see what breaks???? #39

Closed WhosNickDoglio closed 4 months ago

WhosNickDoglio commented 5 months ago

Closes #8

anthonycr commented 5 months ago

Looks like non property annotated fails to compile test fails because compile testing is actually failing the build before KSP runs, which is correct behavior, because you can't annotate anything other than a property with @Verify. That test should just be changed to assert on a different compilation result I think.

anthonycr commented 5 months ago

On the other hand annotated class property fails to compile is failing and it seems like KSP is not running the processor at all.

anthonycr commented 4 months ago

superseded by https://github.com/anthonycr/Mockingbird/pull/47