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 ac2f38b commit 0ca16aaCopy full SHA for 0ca16aa
analysis/src/Cfg.ml
@@ -1,5 +1,3 @@
1
let debugFollowCtxPath = ref false
2
3
let isDocGenFromCompiler = ref false
4
-
5
-let isTestMode = ref false
analysis/src/Files.ml
@@ -104,7 +104,5 @@ let classifySourceFile path =
104
else Other
105
106
let canonicalizeUri uri =
107
- if Cfg.isTestMode.contents then uri |> Uri.toString
108
- else
109
- let path = Uri.toPath uri in
110
- path |> Unix.realpath |> Uri.fromPath |> Uri.toString
+ let path = Uri.toPath uri in
+ path |> Unix.realpath |> Uri.fromPath |> Uri.toString
0 commit comments