Expand language capabilities and extraction coverage - #3597
Merged
Conversation
This file contains hidden or 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
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.
Summary
languagesoutput.origin/main; CI test fixture now uses a general JSON config file rather thanpackage.json, which latestmainclassifies asdependency_manifest.Issues
Fixes #3518
Fixes #3482
Fixes #3526
Fixes #3525
Changelog
changelog.d/unreleased/3518.changed.mdchangelog.d/unreleased/3482.added.mdchangelog.d/unreleased/3526.added.mdchangelog.d/unreleased/3525.added.mdValidation
dotnet restore CodeIndex.slndotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false -m:1 -nodeReuse:false --no-restoredotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=false -m:1 -nodeReuse:false --no-build --filter "FullyQualifiedName!~RunPublishedTrimmedCli_SerializesQueryJsonAndErrorJson"dotnet run --project tools/CodeIndex.Changelog -c Release --no-build -- checkgit diff --check origin/main..HEADdotnet build src/CodeIndex/CodeIndex.csproj -c Debug -p:UseSharedCompilation=false -m:1 -nodeReuse:falsedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --verbosedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonorigin/main:dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false -m:1 -nodeReuse:falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false -m:1 -nodeReuse:false --no-build --filter "FullyQualifiedName~SymbolExtractorTests.Extract_CMake_DetectsTargetsOptionsAndPackages|FullyQualifiedName~SymbolExtractorTests.Extract_Justfile_DetectsRecipesAssignmentsAndImports|FullyQualifiedName~SymbolExtractorTests.Extract_MsBuild_DetectsTargetsPropertiesAndItems|FullyQualifiedName~SymbolExtractorTests.GetContractVersion_DockerfileSpecificKinds_UsesDedicatedVersion|FullyQualifiedName~SymbolExtractorTests.Extract_Dockerfile_DetectsStages"dotnet run --project tools/CodeIndex.Changelog -c Release --no-build -- checkdotnet build src/CodeIndex/CodeIndex.csproj -c Debug -p:UseSharedCompilation=false -m:1 -nodeReuse:falsedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --verbosedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonorigin/mainmerge validation:dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false -m:1 -nodeReuse:false --filter "FullyQualifiedName~IndexCommandRunnerTests.Run_FilesUpdate_ReindexesUnchangedJsonFileWhenExpandedLanguageExtractorVersionChanged"dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false -m:1 -nodeReuse:falsedotnet run --project tools/CodeIndex.Changelog -c Release --no-build -- checkdotnet build src/CodeIndex/CodeIndex.csproj -c Debug -p:UseSharedCompilation=false -m:1 -nodeReuse:falsedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --verbosedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonNo blocking/actionable issues found.Note: the full unfiltered suite previously hit the local environment prerequisite for
RunPublishedTrimmedCli_SerializesQueryJsonAndErrorJsonbecauseMicrosoft.NETCore.App 10.0.8-servicing.26229.119is not installed locally; the suite above excludes only that test.