Skip to content

Conversation

tmat
Copy link
Member

@tmat tmat commented Jan 17, 2025

@tmat tmat requested a review from a team as a code owner January 17, 2025 16:15
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 17, 2025
@arunchndr arunchndr changed the base branch from main to release/dev17.12 January 17, 2025 18:14
@arunchndr arunchndr requested review from a team as code owners January 17, 2025 18:14
@arunchndr arunchndr changed the base branch from release/dev17.12 to main January 17, 2025 18:15
@tmat tmat force-pushed the NamingPreferencesInit branch from e148710 to d24ddec Compare January 17, 2025 21:03
@tmat
Copy link
Member Author

tmat commented Jan 17, 2025

/backport to release/dev17.12

Copy link
Contributor

Started backporting to release/dev17.12: https://github.com/dotnet/roslyn/actions/runs/12836854107

Copy link
Contributor

@tmat backporting to "release/dev17.12" failed, the patch most likely resulted in conflicts:

$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Applying: Initialize naming style preferences when language is added to workspace
Using index info to reconstruct a base tree...
M	src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
M	src/Features/Core/Portable/Options/EditorConfig/EditorConfigOptionsEnumerator.cs
M	src/LanguageServer/Protocol/Features/Options/ClientFallbackAnalyzerConfigOptionsProvider.cs
M	src/LanguageServer/Protocol/Features/Options/SolutionAnalyzerConfigOptionsUpdater.cs
M	src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
M	src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/NamingStyleOptions.cs
M	src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
Falling back to patching base and 3-way merge...
Auto-merging src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
Auto-merging src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
CONFLICT (content): Merge conflict in src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Initialize naming style preferences when language is added to workspace
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@tmat
Copy link
Member Author

tmat commented Apr 9, 2025

/backport to release/dev17.13

Copy link
Contributor

github-actions bot commented Apr 9, 2025

Started backporting to release/dev17.13: https://github.com/dotnet/roslyn/actions/runs/14365291104

Copy link
Contributor

github-actions bot commented Apr 9, 2025

@tmat backporting to "release/dev17.13" failed, the patch most likely resulted in conflicts:

$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Applying: Initialize naming style preferences when language is added to workspace
Using index info to reconstruct a base tree...
M	src/Features/Core/Portable/Options/EditorConfig/EditorConfigFileGenerator.cs
M	src/Features/Core/Portable/Options/EditorConfig/EditorConfigOptionsEnumerator.cs
M	src/LanguageServer/Protocol/Features/Options/ClientFallbackAnalyzerConfigOptionsProvider.cs
M	src/LanguageServer/Protocol/Features/Options/SolutionAnalyzerConfigOptionsUpdater.cs
M	src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
M	src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/NamingStyleOptions.cs
M	src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
CONFLICT (content): Merge conflict in src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfigValueSerializer.cs
Auto-merging src/LanguageServer/ProtocolUnitTests/Options/SolutionAnalyzerConfigOptionsUpdaterTests.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Initialize naming style preferences when language is added to workspace
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants