This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


    from b014dca  Merge pull request #251 from apache/main_to_6.1.0-SNAPSHOT
     add adb0f2e  fixed operator precedence bug in setPosition() calls
     add af83326  Merge pull request #253 from pawel-wiejacha/fix_set_position
     add b7b7437  Fixed all the tests which lacked the ability to test this bug.
     new b55af70  Merge pull request #254 from apache/fix_setPosition

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../memory/internal/NativeWritableBufferImpl.java  |  75 ++---
 .../memory/internal/NativeWritableMemoryImpl.java  | 115 +------
 .../internal/NonNativeWritableBufferImpl.java      |  73 ++---
 .../internal/NonNativeWritableMemoryImpl.java      | 117 +------
 .../memory/internal/WritableBufferImpl.java        |  13 -
 .../memory/internal/WritableMemoryImpl.java        |   5 +-
 .../internal/NativeWritableBufferImplTest.java     | 247 ++++++++++-----
 .../internal/NativeWritableMemoryImplTest.java     | 239 ++++++++++-----
 .../internal/NonNativeWritableBufferImplTest.java  | 341 ++++++++++-----------
 .../internal/NonNativeWritableMemoryImplTest.java  | 229 +++++++-------
 10 files changed, 704 insertions(+), 750 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to