Skip to content

Commit

Permalink
#2565: removed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Nov 10, 2023
1 parent d8dd97a commit 37d6963
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions eo-runtime/src/test/eo/org/eolang/rust-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
r
-1.23456789

# @todo #2565:90min Refactor the test below. Now it is bad
# because it is unclear how 00-1A-EE was received. Instead,
# there should be some logical calculations that return an
# array of bytes.
[] > rust-is-byte-array
QQ.rust > my-bytes
"""
Expand All @@ -118,16 +114,10 @@
"""
[]
*
nop > @
eq.
my-bytes
00-1A-EE
eq. > @
my-bytes
00-1A-EE

# @todo #2555:30min Enable rust tests when it's possible to get an abstract object from tuple.
# Many rust tests were disabled because "portal" inside EOrust stopped working because of new
# implementation of "tuple". Now it's not possible to put an abstract object into tuple and take
# it back. Need to enable the next tests when it's possible: rust-find-returns-int,
# rust-returns-vertex, rust-copy-not-fails, rust-dataize-not-fails, rust-plus, rust-bind-to-copy
[] > rust-find-returns-int
123 > a
QQ.rust > r
Expand Down

1 comment on commit 37d6963

@0pdd
Copy link

@0pdd 0pdd commented on 37d6963 Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2555-576d5948 disappeared from eo-runtime/src/test/eo/org/eolang/rust-tests.eo), that's why I closed #2565. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.