File tree Expand file tree Collapse file tree 6 files changed +18
-2
lines changed
integration-tests/osx-only/canonical-case Expand file tree Collapse file tree 6 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ static bool shouldCanonicalize() {
1717}
1818
1919std::filesystem::path getCodeQLPath (std::string_view path) {
20- // TODO: this needs more testing
21- // TODO: check canonicalization of names on a case insensitive filesystems
2220 std::error_code ec;
2321 std::filesystem::path ret = {};
2422 static const auto canonicalize = shouldCanonicalize ();
Original file line number Diff line number Diff line change 1+ | MiXeDcAsE.swifT:0:0:0:0 | MiXeDcAsE.swifT |
2+ | file://:0:0:0:0 | |
Original file line number Diff line number Diff line change 1+ import swift
2+
3+ from File f
4+ select f
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ SDK=" -sdk $( xcrun -show-sdk-path) "
4+ FRONTEND=" $( xcrun -find swift-frontend) "
5+
6+ # This test case will only work on a case-insensitive FS (which is the default)
7+ $FRONTEND -frontend -c MIXEDCASE.swift $SDK
Original file line number Diff line number Diff line change 1+ from create_database_utils import *
2+
3+ run_codeql_database_create ([
4+ './build.sh' ,
5+ ], lang = 'swift' )
You can’t perform that action at this time.
0 commit comments