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 returns false when it should return true, and this only happened with the Yggdrasil build on Windows. That function works well for all other OSs, it works well on my local MSVC build and even if build a similar one locally with MinGW.
This returns true in all but the Yggdrasil build for Windows. In the mention function (gmt_is_float()) I even added an extra test for the MinGW compiler, but it still fails
This simple function
https://github.com/GenericMappingTools/gmt/blob/master/src/gmt_io.c#L9427
produces wrong output on Windows, but only on Windows and because of it the GMT CI tests fail on Windows.
It returns
false
when it should returntrue
, and this only happened with the Yggdrasil build on Windows. That function works well for all other OSs, it works well on my local MSVC build and even if build a similar one locally with MinGW.This returns true in all but the Yggdrasil build for Windows. In the mention function (gmt_is_float()) I even added an extra test for the MinGW compiler, but it still fails
The text was updated successfully, but these errors were encountered: