-
-
Notifications
You must be signed in to change notification settings - Fork 95
feat: add support for special floating-point values (NaN, Infinity) #3158
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
Conversation
…n code generation
|
Claude finished @thomhurst's task —— View job Code Review ResultsI've completed my review of the PR that adds support for special floating-point values (NaN, Infinity) in code generation. Here's my comprehensive feedback: Todo List
Code Quality & Best Practices ✅The implementation follows TUnit's coding standards well:
Potential Issues & Bugs
|
|
You should be able to use I'm just thinking long term it might make more sense to get these things fixed in Roslyn, then it future proofs things and makes the TUnit code simpler. I'll raise an issue over at dotnet/roslyn for this one (regardless of if it ends up useful here). |
Fixes #3157