Olaf Gottschalk
Olaf Gottschalk
> Kindly install the current development version with `brew install --HEAD colima`. You can retrieve the IP address via `colima ls`, the VM should always be reachable via the IP...
Also don't see the point in such a PR...
I meant in such a tiny PR with changing a number. No other changes, no tests and also stating he's a beginner. I would not trust in that he knows...
@Raibaz your commit that changes these lines is probably the root cause for the bug I found: https://github.com/mockk/mockk/commit/ea2d003e8e22fcf23a1eda8aa4080390dba66583 In my code, I have several operator funs get, they differ only...
I tried some things to come deeper to the root. One interesting observation: if I run this test separately, it succeeds and does not show the warning, nor does it...
I am not familiar enough with the details, but when mocking classes that have private fields like my mutable map, what does mocking do to it so my maps turn...
I tried to get away from this problem by making my class just an interface with several operator get functions and mocking that interface - with no improvement. Only the...
The latest version 1.14.4 still makes my test break with not properly mocking... ``` 07:43:14.435 [pool-1-thread-1] WARN i.m.p.j.t.InliningClassTransformer - Failed to transform class com/streamingplatform/costdata/calculation/ServiceAccounts java.lang.TypeNotPresentException: Type not present ```
@marcelstoer My problem is: I do not know how to showcase this issue. It happens in my real life project, last version that worked was 1.14.0. Since then it is...