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

Tree: cleanup and use checkout #11650

Merged
merged 1 commit into from Aug 24, 2022
Merged

Conversation

CraigMacomber
Copy link
Contributor

No description provided.

@CraigMacomber CraigMacomber requested a review from a team as a code owner August 24, 2022 19:36
@github-actions github-actions bot added area: dds Issues related to distributed data structures base: main PRs targeted against main branch labels Aug 24, 2022
import { StoredSchemaRepository } from "../schema-stored";
import { Index, SharedTreeCore } from "../shared-tree-core";
import { Checkout, runSynchronousTransaction, TransactionResult } from "../transaction";
import { Checkout as TransactionCheckout, runSynchronousTransaction } from "../transaction";
Copy link
Contributor

Choose a reason for hiding this comment

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

It doesn't look like Checkout would conflict with anything. Is this alias intentional, or an artifact of a previous state of the code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was intentional, though it turns out there isn't a name collision because this this checkout does not use the I Prefix like the other one does. We should fix then, and then they will collide.

@CraigMacomber CraigMacomber merged commit 48772f6 into microsoft:main Aug 24, 2022
@CraigMacomber CraigMacomber deleted the checkout branch August 24, 2022 21:23
@github-actions
Copy link
Contributor

This commit is queued for merging with the next branch! Please ignore this PR for now. Contact @microsoft/fluid-cr-infra for help.

tyler-cai-microsoft pushed a commit to tyler-cai-microsoft/FluidFramework that referenced this pull request Aug 26, 2022
WayneFerrao pushed a commit to WayneFerrao/FluidFramework that referenced this pull request Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds Issues related to distributed data structures base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants