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

[17.10] Disable nullable comparison optimization for decimals #73572

Conversation

jjonescz
Copy link
Member

@jjonescz jjonescz commented May 18, 2024

@jjonescz jjonescz requested a review from a team as a code owner May 18, 2024 11:47
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels May 18, 2024
@jaredpar jaredpar merged commit e8f775c into dotnet:release/dev17.10 May 20, 2024
24 checks passed
@jjonescz jjonescz deleted the 73510-DecimalNullableComparison-17.10 branch May 20, 2024 17:44
@kirsan31
Copy link

In what version of VS 17.10 this will be deployed?

@jjonescz
Copy link
Member Author

In what version of VS 17.10 this will be deployed?

This is planned for VS 17.10.1, i.e., the next version

@cremor
Copy link

cremor commented May 22, 2024

I assume a new SDK version with the fix will be released at the same time as VS 17.10.1?

@cremor
Copy link

cremor commented Jun 4, 2024

So, has this been fixed in 17.10.1? Because the release notes page still mentions the known issue.
If it has been fixed, is it also fixed in SDK 8.0.301?

@jjonescz
Copy link
Member Author

jjonescz commented Jun 4, 2024

Sorry, it looks like the fix did not make it into SDK 8.0.301, it should be part of some future 8.0.3xx version. I think it should be fixed in VS 17.10.1 (if you build from inside VS).

@cremor
Copy link

cremor commented Jun 13, 2024

Is it fixed in SDK 8.0.302?
If it is then I think the point should be removed from the known issues list.

@kirsan31
Copy link

17.10.3 already, and the bug still exist in known issues 🤷‍♂️
Can any one clarify?

@jjonescz
Copy link
Member Author

Can any one clarify?

If you build from VS 17.10.1 and later versions, this bug should not be there. But if you have SDK 8.0.3xx (and build using dotnet build command for example), the bug is still there; should be fixed in 8.0.303. Sorry for any inconvenience.

@cremor
Copy link

cremor commented Jun 26, 2024

But if you have SDK 8.0.3xx (and build using dotnet build command for example), the bug is still there; should be fixed in 8.0.303

TBH I find this quite irritating. The bug was so severe that it:

  • Made it in the known issues list of Visual Studio
  • Was fixed in just 2 days.
  • Was released with a new Visual Studio update in just 8 days.

But still, now 6 weeks later, there is no SDK release with the fix. In my opinion, the SDK is way more important than VS because the SDK is what actually compiles our release software on build agents.

@kirsan31
Copy link

Can any one confirm that this was deployed in 8.0.303?

@jjonescz
Copy link
Member Author

Can any one confirm that this was deployed in 8.0.303?

Yes, this fix is part of SDK 8.0.303.

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

Successfully merging this pull request may close these issues.

5 participants