-
-
Notifications
You must be signed in to change notification settings - Fork 431
Finalize Maths API #215
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
Finalize Maths API #215
Conversation
Yeah I'd imagine changing up the style for the maths project has really fucked some of the actually meaningful settings XD like the license header and |
yeah, I didn't actually think those settings would be affected, but I believe some of those bad changes also were dotnet-format misinterpreting settings |
PublicAPI/**/PublicAPI.(Un)shipped.txt is now tracking API surface |
Will be replaced |
Currently just a draft to track progress of what's done here, see #190 for what was done in other PRs and what will be done in other PRs.
void Func(ref T1 a, T2 b, out TResult result
a * b - c / d + e
style expressions toScalar
based expressions (may be removed in the future)Note that a bunch of stuff is broken, and the automatic code cleanup part even ended up removing some (all?) license notices, added regions where they are not supposed to be etc. etc. etc. so this won't reflect what the types will look like in the end.