-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff fixes a bug in the previous iterator semantics (D65536055). - Now all operators receive vec/dict addresses. Thus, we can use it directly, instead of storing it in the iterator. Now the iterator struct has an index only. - There were some incorrect stores onto the given vec/dict. - When reading key/value, we should use `index` instead of `succindex`. Reviewed By: jvillard Differential Revision: D65546350 Privacy Context Container: L1208441 fbshipit-source-id: 52a4401560e8e05057ff4d9318ce114e427e4f8d
- Loading branch information
1 parent
68b0600
commit 97bd950
Showing
3 changed files
with
84 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters