From d424081ff68992f16dde81a1f1e462af90598a40 Mon Sep 17 00:00:00 2001 From: andreoss Date: Tue, 6 Sep 2022 09:10:05 -0400 Subject: [PATCH] (#1142) - Reformat todo --- eo-runtime/src/main/eo/org/eolang/bytes.eo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eo-runtime/src/main/eo/org/eolang/bytes.eo b/eo-runtime/src/main/eo/org/eolang/bytes.eo index 665a6ce6e2..f195fe0d19 100644 --- a/eo-runtime/src/main/eo/org/eolang/bytes.eo +++ b/eo-runtime/src/main/eo/org/eolang/bytes.eo @@ -28,6 +28,11 @@ +rt jvm org.eolang:eo-runtime:0.0.0 +version 0.0.0 +# @todo #1142:30m Long now can only be represented +# as an array of 8 bytes. This impelementation +# therefore is broken. Reimplement .as-hash +# and turn back on tests in bytes-test.eo & +# string-tests.eo [] > bytes # Equals to another object @@ -78,11 +83,6 @@ [] > as-bytes ^ > @ - # @todo #1142:30m Long now can only be represented - # as an array of 8 bytes. This impelementation - # therefore is broken. Reimplement .as-hash - # and turn back on tests in bytes-test.eo & - # string-tests.eo # Converts this to hash [] > as-hash reduced. > @