forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 8
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
2.17.5 Upgrade #73
Merged
Merged
2.17.5 Upgrade #73
Conversation
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
…me as sanitizers.
They are being triggered by QLucie now, so there's no need to also trigger them in the `codeql` specific CI.
`pkg.bzl`: Add features to support the nolang dist.
…n-tests Swift: remove integration test running in CI
Bazel: fix non-swift macOS builds
…ively-private Java: Improve dispatch through TypeFlow of effectively private calls.
This is in preparation for the new integration test framework. Tests marked thus will be run by the current framework and ignored by the new one.
…on-test-marker Mark all integration tests as legacy
…cli-2.17.4 Post-release preparation for codeql-cli-2.17.4
Data flow: Inline `isUnreachableInCall1`
This space breaks when upgrading bazelisk on Windows. Somehow, a space inside the argument messes up some argument-parsin somewhere. Porbably due to Windows argument parsing being not well-defined in how it splits a string into argv. Removing the space works around the problem. If the space is included, cmake suddenly can't find the bazelisk binary anymore, despite happily executing `info output_base` earlier.
…timemodels C#: Re-generate .NET 8 Runtime models.
… case there are no source dispatch possibilities.
Cmake generator: Remove space in argument.
Co-authored-by: Paolo Tranquilli <[email protected]>
…mmarygeneration C#: Make summary generation idempotent.
…config C#: Add TSP warning if `buildless` option is used instead of `build-mode`
Add changelog for 2.17.4
Go: Use new type for all semantic versions
…for-tests Dataflow: Add support for pretty-printed alert provenance in tests
Each unit gets a unique assemblyInfo file, on top of the ones for entrypoints that also gets the git info embedded.
C#: Add assembly attributes to assemblies built with Bazel
Apparently, when building a release build, we're getting `no-git` as first part o the version string for the submodule. If we do, fall back to the internal repo's branch name. For releases, that's the same anyways. Luckily, the commit SHA is correct.
C++: Fix missing results for `comparesEq` in `IRGuardCondition`
…llback C#: Add fallback for branch detection.
Release preparation for version 2.17.5
ropwareJB
approved these changes
Jun 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.