Skip to content

Commit

Permalink
(objectionary#1142) - Reformat todo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Sep 6, 2022
1 parent 5af0539 commit d424081
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eo-runtime/src/main/eo/org/eolang/bytes.eo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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. > @
Expand Down

0 comments on commit d424081

Please sign in to comment.