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

Move Default VB Version to 17.13 #76452

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

AlekseyTs
Copy link
Contributor

No description provided.

@AlekseyTs AlekseyTs requested a review from a team as a code owner December 16, 2024 22:01
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 16, 2024
Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there some SDK component that will need to adjust to this @jcouv?

@AlekseyTs AlekseyTs requested a review from jcouv December 16, 2024 22:07
@AlekseyTs
Copy link
Contributor Author

@dotnet/roslyn-compiler For the second review

@@ -2104,6 +2104,7 @@ End Module").Path
Assert.Equal(LanguageVersion.VisualBasic16, LanguageVersion.VisualBasic16.MapSpecifiedToEffectiveVersion())
Assert.Equal(LanguageVersion.VisualBasic16_9, LanguageVersion.VisualBasic16_9.MapSpecifiedToEffectiveVersion())
Assert.Equal(LanguageVersion.VisualBasic17_13, LanguageVersion.VisualBasic17_13.MapSpecifiedToEffectiveVersion())
Assert.Equal(LanguageVersion.VisualBasic17_13, LanguageVersion.Default.MapSpecifiedToEffectiveVersion())
Copy link
Member

@jcouv jcouv Dec 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the comment below points to some instructions for adding a new VB language version.
But the first bullet is not applicable (no UpgradeProject for VB) and the last bullet is no longer applicable (that document doesn't include specific version numbers since we added /LangVersion:?). Would you mind removing them?
 

  ' When a new version is added, this test will break. This list must be checked:
  ' - update the "UpgradeProject" codefixer (not yet supported in VB)
  ' - update all the tests that call this canary
  ' - update the command-line documentation (CommandLine.md)
``` #Resolved

@jcouv
Copy link
Member

jcouv commented Dec 16, 2024

@davkean @drewnoakes We've added a new language version for VB (VB 17.13) and made it the new default. Do we need any corresponding changes in SDK or project system?
Looking at previous PRs related to language version (here and here) and from my recollection, I believe the roslyn change is enough, but it's been a while so would like to confirm.

@AlekseyTs AlekseyTs requested a review from jcouv December 16, 2024 23:35
@jaredpar jaredpar removed the untriaged Issues and PRs which have not yet been triaged by a lead label Dec 16, 2024
@AlekseyTs AlekseyTs enabled auto-merge (squash) December 17, 2024 00:05
@AlekseyTs AlekseyTs merged commit 86c3401 into dotnet:main Dec 17, 2024
24 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Dec 17, 2024
@dibarbet dibarbet modified the milestones: Next, 17.13 P3 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants