Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(revert): partial revert of #1125 #1799

Merged
merged 2 commits into from
Oct 12, 2023
Merged

fix(revert): partial revert of #1125 #1799

merged 2 commits into from
Oct 12, 2023

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Oct 12, 2023

This PR partially reverts #1125 to fix the issue captured in #1794. I wasn't able to create a minimal reproduction. We should keep #1794 open until we can create a minimal test for the issue.

@parthea parthea requested a review from a team as a code owner October 12, 2023 11:25
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Oct 12, 2023
@parthea parthea merged commit 14eec93 into main Oct 12, 2023
53 checks passed
@parthea parthea deleted the fix-aiplatform-tests branch October 12, 2023 15:58
@@ -713,7 +713,7 @@ def with_context(self, *,
references.
"""
visited_messages = visited_messages or set()
visited_messages.add(self)
visited_messages = visited_messages | {self}
Copy link
Contributor

Choose a reason for hiding this comment

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

@parthea How is adding an element b to a set A different than updating A to be the union of A and {b}?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great question. I don't have the answer. Issue #1794 is still open to try to create a minimal reproduction of the issue to dig deeper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants