VisualMelon
VisualMelon
Slowly getting through these; all looks sane so far. @BobLd just to check, are these otherwise all the automatic changes from the old PR?
@HavenDV thanks. Looks like `/>` is OK then.
Separate commits would be nice, but I don't think it's too big a problem if it's difficult or time-consuming.
@BobLd I'll probably not have time to look at this properly for a quite a few days, but nothing jumps out to me as a problem. Re. azure, looks like...
@BobLd thanks for your changes. If we can change a few of the rules per the above, that's great. I don't know much about how this is all configured (must...
@BobLd CI should be happy after a rebase
> if double.Epsilon is expressed as 0 by the compiler. This is a new one for me! Can you throw us some documentation on this possibility? In any case, checking...
Looks like it's an issue on ARM at least: https://docs.microsoft.com/en-us/dotnet/api/system.double.epsilon?view=net-6.0#platform-notes
That does sound like a bug rather, but I agree it's odd anyway, and clearly an issue on ARM in any case. Most literal fix would be `x < double.Epsilon...
I thought those days were behind us (IEEE-754 saturation and all that) but clearly not. Re mis-use, it doesn't help that epsilon is traditionally defined differently in e.g. C++. Re....