Skip to content

Commit

Permalink
feat(#329): add one more puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jul 12, 2024
1 parent 721531e commit c2af398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/org/eolang/opeo/ast/Constructor.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
/**
* Constructor output node.
* @since 0.1
* @todo ! repair 'spring-fat' it
* @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

5 comments on commit c2af398

@0pdd
Copy link

@0pdd 0pdd commented on c2af398 Jul 12, 2024

Choose a reason for hiding this comment

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

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

@0pdd
Copy link

@0pdd 0pdd commented on c2af398 Jul 12, 2024

Choose a reason for hiding this comment

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

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

@0pdd
Copy link

@0pdd 0pdd commented on c2af398 Jul 12, 2024

Choose a reason for hiding this comment

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

Puzzle 329-55257c31 discovered in src/main/java/org/eolang/opeo/ast/StoreArray.java) and submitted as #346. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on c2af398 Jul 12, 2024

Choose a reason for hiding this comment

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

Puzzle 329-81bae0b7 discovered in src/main/java/org/eolang/opeo/decompilation/handlers/StoreToArrayHandler.java) and submitted as #347. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on c2af398 Jul 12, 2024

Choose a reason for hiding this comment

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

Puzzle 329-939b7fc0 discovered in src/test/java/org/eolang/opeo/SameXml.java) and submitted as #348. 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.