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

2.17.5 Upgrade #73

Merged
merged 463 commits into from
Jun 12, 2024
Merged

2.17.5 Upgrade #73

merged 463 commits into from
Jun 12, 2024

Conversation

dilanbhalla
Copy link
Collaborator

No description provided.

michaelnebel and others added 30 commits May 31, 2024 12:50
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
…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]>
michaelnebel and others added 26 commits June 7, 2024 10:38
…mmarygeneration

C#: Make summary generation idempotent.
…config

C#: Add TSP warning if `buildless` option is used instead of `build-mode`
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
Comment on lines +104 to +107
catch (Exception exc)
{
logger.LogInfo($"Download of nuget.exe failed: {exc.Message}");
}

Check notice

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.
@dilanbhalla dilanbhalla merged commit f98735d into main Jun 12, 2024
8 checks passed
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.