You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like a comma is missing at the end of line 39. There is no compiler error produced because the next element is negative, hence these two elements are treated as single one (a-b).
The impact is zero for the test itself but it may cost an hour of debugging if someone like me tries to port the library to less comma-forgiving language like Go, and then suddenly realizes that the array copied yesterday somehow has different values and length than the original. :)
The text was updated successfully, but these errors were encountered:
FixedMath.NET/src/FixedMath.NET.Tests/Fix64Tests.cs
Lines 36 to 43 in 3fb5ac8
It looks like a comma is missing at the end of line 39. There is no compiler error produced because the next element is negative, hence these two elements are treated as single one (a-b).
The impact is zero for the test itself but it may cost an hour of debugging if someone like me tries to port the library to less comma-forgiving language like Go, and then suddenly realizes that the array copied yesterday somehow has different values and length than the original. :)
The text was updated successfully, but these errors were encountered: