Oleksiy Pylypenko

Results 83 comments of Oleksiy Pylypenko

Unfortunately, I faced some issues coming from lack of reflection with JS version and it is experimental only i.e. it is working and passing almost all tests, but still on...

I restored module. Current test run: ``` 172 passing (1s) 1 pending 123 failing ``` Some of the tests fail because a feature is not supported alike static mocks or...

So I returned back to the problems MockK has in JS world. It is not easy to fix. So won't be fast. I renamed ticket for records to demand JS...

Maybe this one is helpful: https://github.com/decembrist-revolt/decembrist-kotlin2js-reflection/

Why are you sure it's mockito is adding slow down? Anyway, I'll try to benchmark it against mockito. It won't probably be very fast. The problem here is that the...

That may be the case. Did you have a chance to compare it to mockito? Im interested to make it faster. Definitely class transformation what makes it slow. If you...

No additional information provided, so no possibility to improve. Will get back to it if use case appear

@ratiofu interesting observation. it is happening not always I believe, something probably is special about this test. Can you send me log output on TRACE level for this test? To...

Yep looks like ByteBuddy installation takes a lot of time. You can try running agent in command line if you would like to compare. Anyway worth to check ByteBuddy issues...