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
Having compiled this GC using Visual Studio (CMake, clang-cl-x64), the tests fail:
---=[ GC tests
Unexpected number of collected bytes in strdup
Tests run: 12
However, if the log function is changed to use printf instead of fprintf. and the log level is raised to LOGLEVEL_DEBUG, tests pass. I don't know what kind of magic this is, but... it is what it is.
The text was updated successfully, but these errors were encountered:
Having compiled this GC using Visual Studio (CMake, clang-cl-x64), the tests fail:
However, if the
log
function is changed to useprintf
instead offprintf
. and the log level is raised toLOGLEVEL_DEBUG
, tests pass. I don't know what kind of magic this is, but... it is what it is.The text was updated successfully, but these errors were encountered: