Closed nicklan closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.08%. Comparing base (
bd2ea9f
) to head (f1a9e94
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What changes are proposed in this pull request?
Make
read_table
actually compile on windows.strndup
implementation for windows (thanks @hntd187)CMakeLists.txt
with correct things (thanks @hntd187 again)How was this change tested?
Built and run on windows (without
PRINT_DATA
)