Skip to content

Commit

Permalink
feat(objectionary#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

0 comments on commit 206aade

Please sign in to comment.