3 Commits

Author SHA1 Message Date
8dca805801 build pipeline has no println in libfmt version...
All checks were successful
Build ptprnt / build (push) Successful in 1m49s
2023-11-19 14:24:57 +01:00
e2c524f7c9 Fix build errors for explicitly using libfmt
Some checks failed
Build ptprnt / build (push) Failing after 35s
2023-11-19 14:22:48 +01:00
dd496a325b Add file logger and fix log level output
Some checks failed
Build ptprnt / build (push) Failing after 38s
2023-11-19 14:09:53 +01:00
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@@ -6,7 +6,6 @@ subprojects/*
coverageReport/
# Files
ptprnt.log
!subprojects/*.wrap
.vscode/*
!.vscode/c_cpp_properties.json

View File

@@ -85,6 +85,5 @@
},
"clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "builddir/compile_commands.json",
"mesonbuild.configureOnOpen": true
"C_Cpp.default.compileCommands": "builddir/compile_commands.json"
}