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

refactor(merge-tree sequence matrix): enable noImplicitAny #18236

Merged
merged 7 commits into from
Nov 11, 2023

Conversation

connorskees
Copy link
Contributor

Enables noImplicitAny in merge-tree, sequence, and matrix.

Note that it explicitly disables it for test code, though this is not necessary. The type-tests seem to break with this enabled for tests, and I haven't yet investigated why. For now it seems sane to skip the tests.

@connorskees connorskees requested review from msfluid-bot and a team as code owners November 9, 2023 19:11
@github-actions github-actions bot added area: dds Issues related to distributed data structures area: dds: sharedstring public api change Changes to a public API base: next PRs targeted against next branch labels Nov 9, 2023
@tylerbutler
Copy link
Member

I love this change! I think you may need to merge the latest main, because the tsconfigs have been changing.

@connorskees connorskees requested a review from a team as a code owner November 10, 2023 10:59
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Nov 10, 2023
@tylerbutler
Copy link
Member

I love this change! I think you may need to merge the latest main, because the tsconfigs have been changing.

Ahhhh, I see this is targeting next, which makes sense. The PR that changes the tsconfigs is #18152, so if it's possible to wait for that to make it to next before you merge, it would save a headache or two.

@connorskees
Copy link
Contributor Author

Of course, just let me know if you notice it's been merged. I'll also keep my eye out.

@tylerbutler
Copy link
Member

Of course, just let me know if you notice it's been merged. I'll also keep my eye out.

This is the main-next PR that includes the change: #18248

@connorskees connorskees enabled auto-merge (squash) November 11, 2023 00:43
@connorskees connorskees merged commit c53084d into microsoft:next Nov 11, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds: sharedstring area: dds Issues related to distributed data structures base: next PRs targeted against next branch dependencies Pull requests that update a dependency file public api change Changes to a public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants