You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2022/11/11 05:27:51 UTC

[GitHub] [incubator-tuweni] macfarla opened a new issue, #445: slice method on ConstantBytes32Value ignores second parameter

macfarla opened a new issue, #445:
URL: https://github.com/apache/incubator-tuweni/issues/445

   always returns a 32 byte value, ignoring the second param
   
   Example: this test fails:
   
       assertThat(Bytes32.ZERO.slice(12, 20).size()).isEqualTo(20);
   
   expected: 20
    but was: 32
   
   tuweni 2.3.0


-- 
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: dev-unsubscribe@tuweni.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] atoulme closed issue #445: slice method on ConstantBytes32Value ignores second parameter

Posted by GitBox <gi...@apache.org>.
atoulme closed issue #445: slice method on ConstantBytes32Value ignores second parameter
URL: https://github.com/apache/incubator-tuweni/issues/445


-- 
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: dev-unsubscribe@tuweni.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org