Skip to content

Commit

Permalink
feat(#344): remove the puzzle for #344 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 6, 2024
1 parent 59b5998 commit 1147744
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/eolang/opeo/ast/Constructor.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
/**
* Constructor output node.
* @since 0.1
* @todo #329:90min Continue enable 'spring-fat' integration test.
* Currently 'spring-fat' integration test fails.
* Now it fails because some problems with Constructor transformation.
* We should fix them and continue to enable 'spring-fat' integration test.
*/
@ToString
@EqualsAndHashCode
Expand Down

2 comments on commit 1147744

@0pdd
Copy link

@0pdd 0pdd commented on 1147744 Aug 6, 2024

Choose a reason for hiding this comment

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

Puzzle 329-93a273ea disappeared from src/main/java/org/eolang/opeo/ast/Constructor.java), that's why I closed #344. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 1147744 Aug 6, 2024

Choose a reason for hiding this comment

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

Puzzle 344-12d10f3d discovered in src/main/java/org/eolang/opeo/ast/InterfaceInvocation.java) and submitted as #366. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.