Jan Novotný

Results 79 comments of Jan Novotný

Thank you both for replying. I'm not familiar with the internals of the containers, so I'm not able to prepare a pull request. I thought the information of container cardinality...

When I think about it - the reason I thought `advanceIfNeeded` skips entire containes was connected with behaviour of `org.roaringbitmap.BatchIterator#nextBatch` that fills only part of the provided buffer that (probably)...

I observed the behaviour confirmed by @richardstartin - when iterating RoaringBitmap with 5000 elements using int buffer of size 500 elements I usually need more than 10 iterations to go...

Ok, I understand. For the time being I'm forced to use something like: ``` java public class DiamondProblemTest { @Test public void demonstrateDiamondProblem() throws InstantiationException, IllegalAccessException { // this works...

I tried it, and when calling: ``` java methodHandle.bindTo(proxy).invokeWithArguments(args) ``` On the handle I got 'java.lang.StackOverflowError'. When using: ``` methodHandle.invokeWithArguments(args) ``` I got `java.lang.invoke.WrongMethodTypeException: cannot convert MethodHandle(SomeSharedInterface)String to ()Object`. But...

Just to clarify the reason for closing. The issue was closed because "the question was answered" but no changes in the codebase were made or it was closed because you've...

Thank you! What version this change will be part of? I have an unit test for this situation, so I can test the new approach there.

I can confirm, it works with locally built `1.12.23-SNAPSHOT` version of ByteBuddy. The generic code, that derives the called method from the context is: ``` java final Callable superCallable; if...

What can the interested community do to move this forward? Are you waiting for a certain number of votes/responses here or how "the interest" is measured?