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

JS: tolerate out of order requests in TypeScript extractor #14167

Merged

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Sep 8, 2023

The TypeScript extractor expects that all files are requested in a predetermined order. However, this conflicted with the recent change to exclude large files, where this filtering occurs only at a later stage.

This is the second time this out-of-order check has caused extraction failures due to an otherwise benign change in the Java part of the extractor. I'd like to remove the hard failure and instead regard the queue as speculative optimization that misses in rare cases.

@asgerf asgerf force-pushed the ts/tolerate-out-of-order-requests branch from 0adede6 to ea384b3 Compare September 8, 2023 08:37
@asgerf asgerf changed the base branch from main to rc/3.11 September 8, 2023 08:38
@asgerf asgerf marked this pull request as ready for review September 8, 2023 09:07
@asgerf asgerf requested a review from a team as a code owner September 8, 2023 09:07
Copy link
Contributor

@erik-krogh erik-krogh left a comment

Choose a reason for hiding this comment

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

👍

@asgerf asgerf changed the base branch from rc/3.11 to codeql-cli-2.14.4 September 8, 2023 10:57
@cklin cklin merged commit 1a575ef into github:codeql-cli-2.14.4 Sep 8, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants