Skip to content

Commit

Permalink
feat(#277): fix the problem with one puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 14, 2024
1 parent a39e591 commit 206aade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Opcodes: aastore
* Stack [before]->[after]: "arrayref, index, value →"
* @since 0.1
* @todo: Conflict between {@link StoreToArrayAgent} and {@link DupAgent}.
* @todo #277:90min Conflict between {@link StoreToArrayAgent} and {@link DupAgent}.
* We have a strange conflict between these two agents.
* - {@link StoreToArrayAgent} is supposed to leave stack empty, or at least do not push anything,
* but it pushes a new {@link StoreArray} object. Which is wrong.
Expand Down

4 comments on commit 206aade

@0pdd
Copy link

@0pdd 0pdd commented on 206aade Aug 14, 2024

Choose a reason for hiding this comment

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

Puzzle 229-7fc7abda disappeared from src/main/java/org/eolang/opeo/ast/Duplicate.java), that's why I closed #277. 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 206aade Aug 14, 2024

Choose a reason for hiding this comment

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

Puzzle 329-fac58199 disappeared from src/main/java/org/eolang/opeo/decompilation/agents/StoreToArrayAgent.java), that's why I closed #385. 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 206aade Aug 14, 2024

Choose a reason for hiding this comment

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

Puzzle 277-6c2ffe92 discovered in src/main/java/org/eolang/opeo/decompilation/agents/StoreToArrayAgent.java) and submitted as #387. 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 206aade Aug 14, 2024

Choose a reason for hiding this comment

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

Puzzle 277-fb1cb010 discovered in src/test/java/org/eolang/opeo/decompilation/DecompilerMachineTest.java) and submitted as #388. 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.