We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815b57 commit 9986ec8Copy full SHA for 9986ec8
compatibility/compatibility.cpp
@@ -100,7 +100,7 @@ namespace compatibility
100
uri = std::regex_replace(uri, std::regex(R"(samples\/[^\/]+)"), KIT_FOLDER);
101
uri = std::regex_replace(uri, std::regex(R"(\.ts$)"), ".cpp");
102
103
- json[key] = std::filesystem::path{ uri }.string();
+ json[key] = std::filesystem::canonical(uri).string();
104
105
++jsonIter;
106
}
0 commit comments