| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR updates the Rust support logic to only enable the experimental CodeQL feature flag when the installed CodeQL version lacks built-in Rust support.
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/init-action.ts | Conditionally set experimental Rust feature flag based on detected CodeQL support |
| lib/init-action.js | Apply the same conditional check and updated comment in the built JS |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This makes it so that once the codeql that is being used by the action supports Rust extraction out of the box we skip all the experimental handling code.
Functionally (considering the feature flag will also be switched at that moment), this will primarily result in skipping to print
Experimental rust analysis enabled in that case. Once the feature flag is switched, we can clean up this code (though not remove it entirely to ensure backward compatibility).
Merge / deployment checklist