Skip to content

Commit ea2c9c1

Browse files
committed
comment
1 parent 850ab05 commit ea2c9c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analysis/src/Cache.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ let deleteCache filename = try Sys.remove filename with _ -> ()
2525

2626
let targetFileFromLibBs libBs = Filename.concat libBs ".project-files-cache"
2727

28+
(* TODO: Fix the potential infinite loop here *)
2829
let cacheProject (package : package) =
2930
let cached =
3031
{

0 commit comments

Comments
 (0)