-
Notifications
You must be signed in to change notification settings - Fork 532
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
Test/internal merge tree client #22697
Draft
anthony-murphy
wants to merge
31
commits into
main
Choose a base branch
from
test/internal-merge-tree-client
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+439
−570
Draft
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2cc6221
Remove Exposure of Client
anthony-murphy 2129908
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 1c687be
update type tests
anthony-murphy 8d7ef70
fix tests
anthony-murphy 620f950
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 00be065
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 2ae3b9e
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 19691c2
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy 8b0ecb3
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy e374f9a
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy 1cb5de6
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy 488b0d2
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy 441a6a9
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 36ae191
remove some deprecations
anthony-murphy bc72f79
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 20eb3df
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy f1d2579
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 6444ced
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 887dfca
Add IMergeTreeOptionsInternal
anthony-murphy f096b9c
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 966a8cd
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy ac52ee6
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy c32cefb
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy a898922
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy 9b443b7
fix some imports
anthony-murphy 636b4de
fix up event typing
anthony-murphy 25c42b4
improve the sequence interval interface
anthony-murphy 45b0bc8
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy ffc81d4
generate docs
anthony-murphy 541b635
re-enable type tests
anthony-murphy 62564f0
add missing file
anthony-murphy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tylerbutler do you know why these type removals don't break the type tests? i would expect those to need suppression, but they don't for some reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i guess it makes sense if the look at the imports
as the types still exist off internal, just not legacy, so are still available off
import type * as current from "../../index.js";
however, i would expect this to be a breaking change, as something that was exported at one layer, is no longer exported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there was a task out there to test against the entrypoints directly. I think that may have been mutated to read the tags so that all pulled into a single file without any duplication. I still think that using the entrypoints directly has merit. Especially relevant if we hand craft any entrypoints, which would allow deviation from tags.