Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 8, 2024
2 parents cfe1ccf + 98edd5d commit 8351891
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 367 deletions.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/PhLocated.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public String toString() {

@Override
public Phi copy() {
return new PhLocated(this.origin.copy(), this.line, this.position);
return new PhLocated(this.origin.copy(), this.line, this.position, this.location);
}

@Override
Expand Down
Loading

1 comment on commit 8351891

@0pdd
Copy link

@0pdd 0pdd commented on 8351891 Apr 8, 2024

Choose a reason for hiding this comment

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

Puzzle 2931-547e6f93 disappeared from eo-runtime/src/test/eo/org/eolang/rust-tests.eo), that's why I closed #3008. 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.