leerho opened a new pull request, #254: URL: https://github.com/apache/datasketches-memory/pull/254
I had to fix all the tests in - NativeWritableBufferImplTest - NativeWritableMemoryImplTest - NonNativeWritableBufferImplTest - NonNativeWritableMemoryTest to be able to detect this particular bug. I also updated the logic in the 4 leaf classes: - NativeWritableBufferImpl - NativeWritableMemoryImpl - NonNativeWritableBufferImpl - NonNativeWritableMemoryImpl to take advantage of new APIs in the Java 21 version of FFM. This eliminated a whole bunch of unnecessary code, and made the code in these files much easier to read and debug! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
