Skip to content

Codechange: Replace all FILE * with FileHandle RAII class. #24

Codechange: Replace all FILE * with FileHandle RAII class.

Codechange: Replace all FILE * with FileHandle RAII class. #24

Triggered via pull request April 23, 2024 10:56
@PeterNPeterN
synchronize #3
raii-filehandle
Status Failure
Total duration 9m 49s
Artifacts

ci-build.yml

on: pull_request
Matrix: linux
Matrix: macos
Matrix: windows
Check Annotations
3s
Check Annotations
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Windows (x64) / CI: src/music/dmusic.cpp#L436
'std::optional<FileHandle> FileHandle::Open(const std::string &,const std::string &)': cannot convert argument 1 from 'const std::filesystem::path' to 'const std::string &'
Windows (x64) / CI
Process completed with exit code 1.
Windows (x86) / CI: src/music/dmusic.cpp#L436
'std::optional<FileHandle> FileHandle::Open(const std::string &,const std::string &)': cannot convert argument 1 from 'const std::filesystem::path' to 'const std::string &'
Windows (x86) / CI
Process completed with exit code 1.
Check Annotations
4 annotation(s) found