Skip to content

Conversation

@jakebailey
Copy link
Member

Before #1916

Copilot AI review requested due to automatic review settings October 31, 2025 21:51
+++ new.variancePropagation.errors.txt
@@= skipped -0, +0 lines =@@
-<no content>
+variancePropagation.ts(13,7): error TS2322: Type 'DerivedTable<{ base: Base; new: New; }>' is not assignable to type 'DerivedTable<{ base: Base; new: New & Base; }>'.
Copy link
Member Author

Choose a reason for hiding this comment

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

This error will go away in #1916.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates a TypeScript submodule to incorporate new cherry-picks that change the ordering of properties in error messages to be alphabetical rather than declaration order.

Key changes:

  • Updates TypeScript submodule reference to a newer commit
  • Modifies numerous test baseline files to reflect the new alphabetical property ordering in error messages
  • Adds new test files for variance propagation functionality

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

File Description
_submodules/TypeScript Updates submodule commit hash to incorporate cherry-picks
Multiple .diff files in testdata/baselines/reference/submodule*/ Updates test baselines to reflect alphabetical property ordering in TypeScript error messages
variancePropagation.* files Adds new test files for variance propagation functionality

@jakebailey jakebailey enabled auto-merge October 31, 2025 21:57
@jakebailey jakebailey added this pull request to the merge queue Oct 31, 2025
Merged via the queue into main with commit 240b101 Oct 31, 2025
27 of 28 checks passed
@jakebailey jakebailey deleted the jabaile/update-submodule-again branch October 31, 2025 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants