Skip to content

Commit

Permalink
#2564 removed test with application to tuples element
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Nov 20, 2023
1 parent 0c795b1 commit 1fbd657
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions eo-runtime/src/test/eo/org/eolang/runtime-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -461,16 +461,3 @@
2
build 2 > @
9

# @todo #2555:30min Enable the test when it's possible normalize object before application.
# Now this test does not work because we (arr.at 0).@ "returns" "if" from tuple.at which is
# wrong. Possibly we would need to extend EO syntax and phi calculus in order to be able to
# support such behavior.
[] > application-to-abstract-inside-tuple
[x] > add
x.plus 1 > @
* add > arr
eq. > res
(arr.at 0).@ 5
6
nop > @

1 comment on commit 1fbd657

@0pdd
Copy link

@0pdd 0pdd commented on 1fbd657 Nov 20, 2023

Choose a reason for hiding this comment

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

Puzzle 2555-4368c3d1 disappeared from eo-runtime/src/test/eo/org/eolang/runtime-tests.eo), that's why I closed #2564. 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.