Open quicklisp opened 8 months ago
@quicklisp I was unable to reproduce this. That .NET method exists, so it's kind of strange that the library does not see it. Also, I have not seen anything like this in CI. Maybe that's a .NET SDK installation issue? Please try upgrading to the latest SDK.
@quicklisp So, it seems like the method is indeed missing from older versions of .NET, namely from .NET 5
I've backported it to .NET 5 in the latest commit https://github.com/Lovesan/bike/commit/b532f8c96d94e058e1cab091552a3014503794e6
Should be ok now.
An SDK update should be necessary because .NET 5 is out of support now. Still, .NET 6+ has this FP issue on Linux. Maybe I'll incorporate the existing workaround into the library itself.
Building with SBCL 2.3.11.165-7fa632585 / ASDF 3.3.5 for quicklisp dist creation.
Trying to build commit id fb3fdfb35e5a44fea787f7ba6893b62bad05a827
bike-examples fails to build with the following error:
bike-tests fails to build with the following error:
bike fails to build with the following error:
Full log here